I am getting a "This field name is not known." error in a report where I have verified that the data exists.
I am grouping based on a formula field based on a parameter. If I only show the first part of the formula, the report runs fine.
if {?GroupBy} = "XXX" then {XXX}
However, if I add the second part:
if {?GroupBy} = "XXX" then {XXX}
else if {?GroupBy} = "YYYY" then {YYYY}
I get the error for field XXX which not only exists, but just ran correctly!
Any ideas? I feel like im going crazy!
I am grouping based on a formula field based on a parameter. If I only show the first part of the formula, the report runs fine.
if {?GroupBy} = "XXX" then {XXX}
However, if I add the second part:
if {?GroupBy} = "XXX" then {XXX}
else if {?GroupBy} = "YYYY" then {YYYY}
I get the error for field XXX which not only exists, but just ran correctly!
Any ideas? I feel like im going crazy!