Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hello everyone, I'm trying to connect table ekpo and lips in order to get the sum of the field LGMNG for every PO and its corresponding VBELN from VBAP and VBELN from VBFA. The pql code I am using is the following one:BIND("EKPO", PU_SUM("GSR_VBAP", BIND("GSR_VBFA", "GSR_LIPS"."LGMNG"))) This works well when I only have unique VBELN from VBFA for a VBELN from VBAP. My problem is when I have differents VBELN from VBFA for one same VBELN from VBAP, as it sums all te quantities as one, when I want it sepparated. In my OLAP TABLE I only want to show the first VBELN from VBFA, so I use this code: BIND("EKPO",PU_FIRST("GSR_VBAP","GSR_VBFA"."VBELN")) but i get the quantities from LGMNG for all the other VBELN from VBFA which belong to the same VBELN from VBAP. I hope can help here. Many thanks.
SAP Note: 3345663 - Termination of reseller agreement: On-premise solutions by Celonis I read SAP Support note 3345663 and it says "SAP Support for the on-premise Celonis products will end." Is Celonis no longer supported on the SAP platform to extract data?
We would like to create a bar chart in views where the dimension input is not directly available from any field in the model and where the measure logic depends on the value of this custom dimension. The idea was therefore to create a table in the model and use this as custom input for the dimension while using a CASE WHEN statement to create the different measures depending on the value of the customized dimension like this: CASE WHEN “Custom Dimension” = ‘X’ THEN KPI("KPI1") CASE WHEN “Custom Dimension” = ‘Y’ THEN KPI("KPI2")..... etc. Since the custom table is not linked to the model we get a PQL error that ‘No common table could be found....’. Is there any workaround for this in order to be able to use custom dimensions in an easy way?
Can we create action flows for views?
I work as a Business Analyst and a huge part of my work involves working with Advance View component. Recently I discovered that the "Edit Mode" button is gone for all the existing elements of my app. Also, I cannot create a new Advance View, I'm getting the error in the attachment. After this update I cannot do my job at all. Any idea what happened here?
How can I answer, do customers have significantly different behavior if these deviations happen in an order-to-cash process? Any ideas of KPIs that I could build?
I got some error in my console: You have reached your 1GB data upload limit -> in celonis error what can I do What can I do to resolve this ?
Hi all :), is it possible to upload a excel file to the data model and connect it to the other tables only via action flows, or perhaps via the ML workbench. Links and Steps how to do it would be perfect, thanks in advance all :)
Hello celopeers,Between yesterday and today my team has noticed problems in the execution of Skills execution apps from the Marketplace and skills developed by my team, in different productive environments.I opened a support ticket but we have not received a response. Maybe someone else is experiencing the same problems or someone from the Celonis team can give us more information? Best regards.
Is there a way to centrally managed the creation of process copilots? I know I can do it with the permissions to "create and maintain an studio package" but that is for everything within the package. Isn't there something that can be used to choose the studio packages where the process copilot can be created? https://docs.celonis.com/en/process-copilot.html
Would any of the possible permissions in here can help me with that:https://docs.celonis.com/en/managing-your-data-integration-service-permissions.htmlEdit Data Pool or Manage Data Pool I want to only let some groups have that possibility (creating new data connections)
Does Cleonis 4.6 On-Prem support OS version SLES 15.5?
Why do my Views(New) keep jumping to the first tab when I go in to edit mode?
Hi team, wanted to know does task mining recorder works properly and give accurate results for Windows 11? I've windows 11, but I was able to install the recorder, however few things didn't worked, like screenshots didn't got captured and I was unable to get process flow view of the task even after uploading the configuration file from task mining documentation app.
what is the difference between action view and a normal view ? How can we create action view ? Can someone explain the steps
Has any one migrated or in the process of migration from using SAP ECC to S/4 Hana? if so, is there a change to the architecture by which you will be connecting?
I want to create an action flow, when I filter the data into the views, according to the filter data action flow triggers and send only the filtered value.
I have created a custom extractor to Extract Success Factors Data using Basic Authentication. When I am generating response, I either get no response or incorrect response for datetime columns. Has anyone faced this before?
Permissions required to read excel fill from SharePoint to celonis ML workbench?
In the apps, we are building insights around missed deliveries. There is a field where user can add comments of what happened and some investigation, however, there is a character limitation which is not highlighted upfront. What is the exact limitation? Can it be changed?
Hello everyone, I'm trying to calculate wit PQL different metrics like the Number of cases which flow through a certain process with specified activities . I'm using activity_lead and pu_first for that. For example (this is the PIZZA CASE): SUM( CASE WHEN PU_FIRST("CASE_TABLE", "EVENT_TABLE"."ACTIVITY_EN") = 'Order by phone' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 1) = 'Start preparing pizza' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 2) = 'Start baking pizza' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 3) = 'Baking pizza ready' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 4) = 'Plan route' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 5) = 'Departure pizza' AND ACTIVITY_LEAD("EVENT_TABLE"."ACTIVITY_EN", 6) = 'Pizza arrives at customer'
Hello everyone.I'm having some trouble trying to understand how this kpi works. KPI(PURCHASING_LEAD_TIME_MARC_PU_AVG_PARAMETERIZED,${SSL_TIMEFRAME_VARIABLE},0) PURCHASING_LEAD_TIME_MARC_PU_AVG_PARAMETERIZED--> this is another kpi in KM which I have figured how it works. My problem is that I do not know how the other part (,${SSL_TIMEFRAME_VARIABLE},0) is exactly affecting the result of the main KPI. Hope someone can give me a hand here. Thank you all!
Hello, i'm not able to access course content, i don't see the start course bouton for many courses, here is an exemple: create-background-filters-in-analyses
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.