StephanieHarris
March 26th, 2004, 02:58 PM
Hello, I'm not sure if this is possible but I'm really stuck on how else to accomplish what I'm trying to do!!
I need to display all of a companies departments and summary data with them. I need to always display the department, even if there is no data and the number of departments is always different. My data needs to look something like this:
Dept Summary Field 1 Summary Field 2
----- --------------- ---------------
1 100 100
2 200 200
3 0 0
etc..
Is it possible to take a formula that I wrote that reads in all of the departments and strings them together like 1,2,3,etc and dynamically write these values into text boxes in the report header? I know I could do this if I had a fixed number of departments but I don't know how to do this dynamically.
If this isn't possible, is it somehow possible for me to force a group to display departments that don't have any data to summarize? Thanks so much!
Steph-
I need to display all of a companies departments and summary data with them. I need to always display the department, even if there is no data and the number of departments is always different. My data needs to look something like this:
Dept Summary Field 1 Summary Field 2
----- --------------- ---------------
1 100 100
2 200 200
3 0 0
etc..
Is it possible to take a formula that I wrote that reads in all of the departments and strings them together like 1,2,3,etc and dynamically write these values into text boxes in the report header? I know I could do this if I had a fixed number of departments but I don't know how to do this dynamically.
If this isn't possible, is it somehow possible for me to force a group to display departments that don't have any data to summarize? Thanks so much!
Steph-