Skip to main content

I have created an OLAP table with a dropdown button where I can select dimension and I have linked the outcome of the conformance check by using:  READABLE (<%= conformance %>). I put a filter on it so that it doesn't include "Conforms".

 

However, it now lists all deviations and I am only interested in the top 3. How do I limit it to only show the top 3 deviations per result?

Hi Joren,

 

Here are a couple ideas:

  • You might have checked this already, but just in case here is the Help Page article on Confirmance PQL syntaxes, with several examples which might help: https://help.celonis.cloud/help/display/CIBC/CONFORMANCE
  • If this doesn't suffice, you might be able to achieve your top 3 vision with filters based on PU_Functions (to calculate the # occurrences per violation) and Window functions (to detect top 3 vs not top 3, perhaps using INDEX_ORDER).

Reply