Hi Experts,
I have a webi report requirement as below.
Dim 1 | Dim 2 | Dim 3 | KF1 | KF2 | KF3 | KF4 |
---|---|---|---|---|---|---|
The table should show only the records where KF1 > KF2.KF1 and KF2 are coming from a Bex Query using a BICS Connection.
I have created a variable "VAR1=If([KF1]>[KF2];1;0)" to capture the records where KF1 > KF2.
Now, If I apply a filter on table to show only the records where "VAR1"=1, I am getting # UNAVAIALBLE for all the 4 measures(KF1,KF2,KF3 and KF4)
Can you please help on this at the earliest.
Thanks in Advance.
Bhargava Bommidi.