How to display condition based counts in OTBI pivot reports?
Summary
How to display condition based counts in OTBI pivot reports?Content
Hello All - Looking for your inputs on this pivot report. I have a condition like this (CASE WHEN FILTER("Compensation Components and Rewards"."Compensation Amount" USING ("Compensation Components"."Component Name" = 'Salary'
AND DESCRIPTOR_IDOF("Compensation - Workforce Compensation Real Time"."Compensation Components and Rewards"."Eligibility Status") = 'Y')) IS NOT NULL THEN 'Yes' END)
for "#No Inc' column. It is displaying as 1 when condition is satisfied and 0 otherwise. If there are 100 workers that roll up to 'Blei Lundyn' who satisfy this condition, I did like to display single line for Blei Lundyn and #No. Inc as '100' and don't want to display Person Number (which i think i can move it to excluded) section. appreciate your inputs and suggestions.