Skip to main content
Question

Pinned filter in 4.5

  • August 8, 2019
  • 2 replies
  • 2 views

joos.buijs
Level 10
Forum|alt.badge.img+2

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?

2 replies

Forum|alt.badge.img+2

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


joos.buijs
Level 10
Forum|alt.badge.img+2
  • Author
  • Level 10
  • August 9, 2019
Thanks David, will use the GUI way to set the filters