HookEmHorns
Programmer
I am having issues with a suppress statement I am trying to enter in my report on a grouping. I have placed the following suppress statement in the "Suppress (No Drill-Down)" in my Group 1 Header and Group 1 Footer:
{DONOTGROUP} = TRUE
In my application, the user places a check in a box that should suppress this group. What is happening, is I am not seeing the group header or footer in 1 print in my report, however it is still behaving as if it was there. To the left of my print preview I can see the FacilityName's still (my group 1) and its still forcing the group levels below it to behave and group as if it was there. Its very difficult to explain this odd behavior and I was hoping someone could help me troubleshoot this one. I can supply more details if asked, just not sure what to include and what would be too much info to scare people away. Help is deeply appreciated!
This is how my report is Grouped:
{DONOTGROUP} = TRUE
In my application, the user places a check in a box that should suppress this group. What is happening, is I am not seeing the group header or footer in 1 print in my report, however it is still behaving as if it was there. To the left of my print preview I can see the FacilityName's still (my group 1) and its still forcing the group levels below it to behave and group as if it was there. Its very difficult to explain this odd behavior and I was hoping someone could help me troubleshoot this one. I can supply more details if asked, just not sure what to include and what would be too much info to scare people away. Help is deeply appreciated!
This is how my report is Grouped:
Code:
Group Header #1: Data.FacilityName - A
Group Header #2: @DOS - A
Group Header #3: @DrGrouping - A
Group Header #4: @Label - A
Group Header #5: Data.CPTCode - A
(with applicable footers).
Not sure these are needed, but here is what the formulas equal in the report.
@DOS = If {?NODOS} = FALSE then {Data.DateOfServiceFrom} else #01/01/1900#
@DrGrouping = (a simple if they ck this then DoctorName else the Resource Name)
@label = (another one .. if they pick this option print insurance carrier name, policy type or financial class).