Is there any way to reference a calculate column in a filter inside a component like olap table ?
My problem is that when i want for example filter a olap table with activity and %automation than %automation rate was less than 100% i can no filter like
FILTER KPI("Ratio", "_CEL_AP_ACTIVITIES"."USER_TYPE" = 'Automated') > 0
Cause it raise an error saying that a filter can no use aggregate funcion like SUM.
If i can reference a filtre for a calculate colums %Automate = KPI("Ratio", "_CEL_AP_ACTIVITIES"."USER_TYPE" = 'Automated'), and in the filter i can filter by column like
FILTER '%Automate' > 0
Then,¿is is posible to filter data by column ? ¿ How can i do it ?
Thanks in advance