Skip to main content

Im trying to create a pinned filter (/selection) in a dashboard on Celonis 4.5

According to the documentation (

https://help.celonis.de/display/CPM45/Filter+Editor

) this should work:

SELECT PINNED YEAR("EVENTLOG"."EVENTTIME") AS "YEAR" = 2010;

However, Celonis then reports that SELECTED is not supported anymore.

I therefore tried

FILTER PINNED YEAR(EVENTLOG.EVENTTIME) AS YEAR = 2010;

But this does not work.

How do I create pinned filters in Celonis 4.5?

Hello Joos,

we removed the SELECTED and PINNED functionality in Celonis 4.5 (and in the IBC).

Instead, you can publish an Analysis with the currently active selections:

image.png2451310 25.3 KB

Those selections will be active when a viewer accesses the Analysis.

At any time, the viewer can reset the selections to the published ones with the Restore published selections button:

image.png829348 15.8 KB

The documentation is unfortunately wrong and we will fix this.

Best

David


Thanks David, will use the GUI way to set the filters

Reply