HI All,
Please help me to solve this problem.
In one of my requirement, we have created one dimension based on one measure by comparing values. But when we try to use that dimension as a Simple filter or Input control it's not working properly. We have used that object in our report to chcek, whether condition is working fine. It provides excat result. But filter is not working.
for eg:
Measure
Delay % = Delay/Total Delay(0.0 to 1.0)
Dimension:
Flag = if( Delay %>=1) then "Yes" else "No"
When we trag flag object to report, it works perfectly.
But when we create a filter or Input control it shows only Yes.
We are using BI BO 4.1 SP4 version. backend is Oracle DB.