Ask questions and get answers about Celonis products from experts and peers.
Recently active
I just completed the "Comparative and Predictive Process Mining" course to learn more about ML capabilities, prediction, simulation, etc. I made an assumption that the example notebook/code that was shown in the video regarding feature recommendation and model training would be OOTB or readily available. I cannot find any examples on Celonis site or web. Are there examples for use or is it on us(me) to develop from scratch?
In my output (OLAP) table I want to have each activity name from the activity table and then an overview of the number of cases in which that activity name has occurred. Then I want to get an overview of the number of cases in which that activity name has occurred two times, three times, or multiple times etc. I know that with the following code I can get the number of cases where the activity happened at least 1 time, but I do not know how to calculate the number of cases where the activity happened 1 time and not more often. SUM(CASE WHEN INDEX_ACTIVITY_TYPE ("ACTIVITY_TABLE"."ACTIVITY") = 1 THEN 1 ELSE 0 END) The other thing I still miss is how I can calculate the number of cases in which that activity occurred >=2 times. When I change the formula to >=2, I get the wrong count as then a case with 4 activity occurrences is counted as 3 instead of 1 (it counts the second occurrence, third occurrence and fourth occurrence all as one 'case'). Is there
Hi Team,Im trying to convert the data i need from the datapool into a pandas dataframe for further calculation.In the documentation i could only find how to read the parquet files and convert into Pandas.Is there any way?Let me knowThanks
I am trying to configure a comment component in the new views. I followed all the steps in the documentation but it is still not working. Is there additional documentation or other steps to configure the component that is not in the documentation?
I would like to stack bar graphs on top of each other like this - I see there is an option to "Stacked (on Primary Axis)": But it looks like when I add a secondary axis that option disappears - Does that mean it is not possible in Analysis to combine a stacked bar graph with a line graph on the secondary axis? Or is there a way to combine a stacked bar chart on the primary axis with a line chart on the secondary axis?
"Scroll from right" doesn't seem to work in View
I created a "Chart" component in studio, and it shows the chart from the entire duration of the data on a monthly frequency. I want to show the data month-wise but limit it to 12 months with an option to scroll to the left to see the earlier months data. There is no such option. We have this option in Process Analytics but not when creating the Execution App / View. Is this a product limitation?
In my output (OLAP) table I want to have each activity name from the activity table and then an overview of the number of cases in which that activity name has occurred. Then I want to get an overview of the number of cases in which that activity name has occurred two times, three times, or multiple times etc. I know that with the following code I can get the number of cases where the activity happened at least 1 time, but I do not know how to calculate the number of cases where the activity happened 1 time and not more often. SUM(CASE WHEN INDEX_ACTIVITY_TYPE ("ACTIVITY_TABLE"."ACTIVITY") = 1 THEN 1 ELSE 0 END) The other thing I still miss is how I can calculate the number of cases in which that activity occurred >=2 times. When I change the formula to >=2, I get the wrong count as then a case with 4 activity occurrences is counted as 3 instead of 1 (it counts the second occurrence, third occurrence and fourth occurrence all as one 'case'). Is there a
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?
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.