Hi
I have created a report with many subreports. Due to the amount of space available on the report, I want the user to be able to select how the data is grouped i.e. singular quarters if the timeframes selected are only 2 quarters or combined i.e. showing Q1/Q2 in one column of the crosstab and Q3/Q4 in the other. If this were just a main report, I would use boolean prompts and create the column heading formula to read:
If {?QtrsA} then "QtrNameA" else
If {?QtrsB} then "QtrNameB"
However, it doesn't appear that I'm able to have a boolean prompt passed from the main to the subreport (the fields don't even show up in the subreport as {?Pm-QtrsA} like the date parameters do). I don't want the prompt from the subreport because then I end up with one for each subreport which may be confusing to the user. Is there anyway to get around this or will I have to develop two versions of the report?
Thanks.
I have created a report with many subreports. Due to the amount of space available on the report, I want the user to be able to select how the data is grouped i.e. singular quarters if the timeframes selected are only 2 quarters or combined i.e. showing Q1/Q2 in one column of the crosstab and Q3/Q4 in the other. If this were just a main report, I would use boolean prompts and create the column heading formula to read:
If {?QtrsA} then "QtrNameA" else
If {?QtrsB} then "QtrNameB"
However, it doesn't appear that I'm able to have a boolean prompt passed from the main to the subreport (the fields don't even show up in the subreport as {?Pm-QtrsA} like the date parameters do). I don't want the prompt from the subreport because then I end up with one for each subreport which may be confusing to the user. Is there anyway to get around this or will I have to develop two versions of the report?
Thanks.