Hello All,
I have a Crosstab in which I have 'Sum Of Command.Totals' under my summarized Fields. This is being calculated at the query level either as a Number or as a Percentage.
I want to display % sign only for the ones that are percent and blank for the numbers. Under my Crosstab Rows I have 'Command.Label' which is putting in labels such as 'Total Submitted', 'Submission Rate','First Time Reject Rate','First Time Reject Rate'.
I wrote a formula under Currency Symbol
IF {Command.Label} in ['Submission Rate','First Time Reject Rate'] then '%' else ' ' , but it does not work.
Is there a way to get this done?
Thanks in advance,
Petronas
I have a Crosstab in which I have 'Sum Of Command.Totals' under my summarized Fields. This is being calculated at the query level either as a Number or as a Percentage.
I want to display % sign only for the ones that are percent and blank for the numbers. Under my Crosstab Rows I have 'Command.Label' which is putting in labels such as 'Total Submitted', 'Submission Rate','First Time Reject Rate','First Time Reject Rate'.
I wrote a formula under Currency Symbol
IF {Command.Label} in ['Submission Rate','First Time Reject Rate'] then '%' else ' ' , but it does not work.
Is there a way to get this done?
Thanks in advance,
Petronas