Hello All,
I have created a Measure using Filter Function in RPD (logical layer) eg. MEASURE_QTY= FILTER(MEASURE_COL using Dim_Attr ='ABC').
Issue is when I apply another FILTER function at REPORT LEVEL.. it throws an ODBC error... eg. FILTER(MEASURE_QTY USING DIM_ATTR2 ='CSF').
Could you please let me know.. if obiee supports this approach or not? If not, what could be the alternative (apart from CASE statement)
Thanks in Advance!!