I am trying to create a simple if then statement. I would like to only include certain fields for a column in a cross tab and not display the totals for the fields I don't want. I have tried the formulas below and it still shows the totals for the not included field and the column name is blank.
If data.field in ["NQ", "QB", "QI", "QN"] then data.field2
I have also tried if {data.field} <> "**" then data.field2
If data.field in ["NQ", "QB", "QI", "QN"] then data.field2
I have also tried if {data.field} <> "**" then data.field2