Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
This is not elegant, but I created a key metric with this statement case when "Financials - GL Detail Transactions"."GL Detail Transactions (AC)"."Net Amount"<> 0 then 1 else 0 end then added that as a filter with minimum value = 1 I would think there's a better way to do it.