Hi friends,
Im in obiee 11.1.1.7.150120. In my analysis i have a count(DISTINCT "Fact1-payroll"."Employee Number") in my edit formula which is equal to 4 and that analysis has the following filters like

If i try to display the same count of employee number 4 in my one of my formula column with the below expression like
FILTER(FILTER(FILTER(count(DISTINCT "Fact1-payroll"."Employee Number") USING ("Fact1-payroll"."Period Name" IN ('@{v_from_payroll_period}'))) USING ("Fact1-payroll"."Employee Number" IN ('@{v_employee_number}'))) USING (EVALUATE('to_char(%1,%2)' as char, "Fact1-payroll"."Pyroll Date", 'DD-MON-YYYY')||'('||EVALUATE('to_char(%1)' as char, "Fact1-payroll"."Request Id")||')' IN ('@{v_from_payroll_run}')))
With the above expression, im not getting the correct employee number count as 4, as it is displaying other wrong value.
What could be the issue with my filter(count) which results in wrong values. Does any other condition with my filter expression is missing behind. Kindly advice friends.
Thanks in advance.
Regards,
Saro