Skip to main content
Question

How can I make a PQL filter/ statement to show the results once with the newest date?

  • March 3, 2023
  • 1 reply
  • 6 views

melissa.bolke
Level 0

Hi everyone,

 

I want to add a PQL filter/ statement to my dashboard. I have an OLAP table with the results of multiple IBAN checks that runs every day (so the results are double, but with different dates). I want to add a filter to show the results only once with the newest date.

1 reply

Forum|alt.badge.img+14
  • Level 8
  • March 3, 2023

If you can provide some of the PQL ( dimension and KPI) that would be helpful.

 

Assuming the date is the only different, then either you can use regular aggregation or Pull Up function

 

LAST ( table.column , ORDER BY table.date_column ASC )

 

and Pull Up function : https://docs.celonis.com/en/pull-up-aggregation.html