Hello
I am trying to filter a OLAP table with the component filter. I have a KPI that is comparing three date values and is capturing the lastest date. I want to filter the OLAP table in the component filter where the Latest Date is blank to not appear in the table.
I have tried the following and have been unsucessful:
FILTER KPI(LatestDate) != NULL
FILTER KPI(LatestDate) !=
Error message: Operator implementation could not be found or wrong types. Comparator is not implemented yet.
Thank you