I need to display a field like the following (in Business Objects 5.1.3) in a crosstab:
= <Dimension> Where (<Measure> = "constant"
However, the Where clause only works using the following syntax:
= <Measure> Where (<Dimension> = "constant"
Does anyone know how I can get an associated Dimension from a condition on a Measure, as shown in the first formula? I've tried casting the Measure as a Dimension, but Business Objects won't let me do this; it keeps changing the data type back to Measure.
Thanks in advance!
AQuinn
= <Dimension> Where (<Measure> = "constant"
However, the Where clause only works using the following syntax:
= <Measure> Where (<Dimension> = "constant"
Does anyone know how I can get an associated Dimension from a condition on a Measure, as shown in the first formula? I've tried casting the Measure as a Dimension, but Business Objects won't let me do this; it keeps changing the data type back to Measure.
Thanks in advance!
AQuinn