I have 2 string dimensions and I am trying to create a new variable that If Dimension #1 is null then the value for Dimension #2 should show up otherwise if Dimension #1 value is not null then the value of that dimension should show up. I am trying to use this on a cross tab report.
=If(IsNull([Dimension #1]);[Dimension #2];[Dimension #1]) doesn't seem to work for some reason. I would appreciate other suggestions to do this.
Thanks.