on 2022 Nov 02 3:59 AM
I am trying to change the column title of a crosstab report. It works fine, but there are two additional calculated columns, whose header does now show up. Here is what I wrote in the "Display String" formula.
if month(CurrentFieldValue) = 5 then
"Budget"
Else if month(CurrentFieldValue) = 6 then
"June ITD"
Else if CurrentFieldValue > cdate('05/01/2022') then
MonthName(month(CurrentFieldValue),True)+"-" + mid(totext(year(CurrentFieldValue)),3,2)
Else
ToText(CurrentFieldValue);
I have attached an image how the output looks like. I want the calculated member header should show up. Also, I want to suppress the calculated members in each row, except when it summarizes at the group level.I have attached the report file. The file is uploaded as ".txt" as only text and image files are allowed. It can be renamed to ".rpt".
Thanks
Found the answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.