I have two issues in my report I hope to resolve. I think when I fix the formula, the suppress will work.
I created a report titled: Date
@Date is set up as follows:
I am getting this error:
"A String is required here" and it highlights the {ado.Date} field. I can change it to ToText({ado.Date}) but thats not correct I think.
In my report, I am grouping 3 levels.
Group 1 - {Data. @Date}
Group 2 - {Data.Facility}
Group 3 - {Data.Resource}
My intent is to group on @Date and when the end user selects a specific action the Group 1 header and footer would suppress and not group the Group 1 header and footer. I would do this by making sure the "suppress blank sections" was checked on the group 1 header and footer.
I created a report titled: Date
@Date is set up as follows:
Code:
if {?SUMMARY} = true then
"" else
{ado.Date}
I am getting this error:
"A String is required here" and it highlights the {ado.Date} field. I can change it to ToText({ado.Date}) but thats not correct I think.
In my report, I am grouping 3 levels.
Group 1 - {Data. @Date}
Group 2 - {Data.Facility}
Group 3 - {Data.Resource}
My intent is to group on @Date and when the end user selects a specific action the Group 1 header and footer would suppress and not group the Group 1 header and footer. I would do this by making sure the "suppress blank sections" was checked on the group 1 header and footer.