Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hi, I'm trying to show a target inside a column and line component, but for some reason I'm not able to add it.I already created the target in the desired KPI, but I don't know how to show it. Did anyone have a similar scenario before?
I am looking for a solution to automate changes to large number of analyses, where I need to occasionally add/delete columns from tables and graphs, when they become obsolete and replace them with new columns from the data model.Ideally, I would like to know if there is a way to access analysis content (various components) and manipulate them via pycelonis.The content is so far only accessible via celonis.apps, where it is not possible to change anything.Is there a possible solution in pycelonis (or something else) right now?
Is there a way to create dynamic content using the Enhanced View Variables? For my use case, I’d like a column header to update automatically to the current month, in numerical format. So as the months progress, the column would go from October (10-24) to November (11-24) to December (12-24), etc.I used this functionality a lot in the old analyses, as a dynamic variable.
Does anyone know of an online place (URL) where we can view sample use cases and practice PQL query?
Enhanced variables and updates to existing Knowledge Model variables in Studio (2024-09-16) You can now create and use enhanced variables in your Studio content. Enhanced variables allow you to centrally create and manage information that is referenced and reused across components and assets in Studio. They act as placeholders for information, either based on dynamically inserted context (such as company names, countries, and sales orders) or with manual input by the app user (such as entering the cost of an item). There are two types of enhanced variables:Enhanced View variables: These are specific to individual Views and can't be reused across Views in the same package. To learn how to create and manage enhanced View variables, see: Creating and managing enhanced View variables.Enhanced Knowledge Model variables: These can be used wherever the Knowledge Model is being used, as such can be reused across Views, Packages, and Spaces. To learn how to create and manage Knowledge Model
Has the On-Premise Environment in Celonis been deprecated or is there a plan for this? I'm looking for clarification and insights on why this shift might happen, and how to best handle the transition if we're still using the on-prem version
Hi Everyone, We are trying to automate extracting a weekly report and send it as a csv file via email to recipients. During this process, we found that some of the text specifically the one’s which are not in English gets replaced by some unreadable characters like /, $, *. Is there a way to avoid this?Help is much appreciated!Thanks,Vamshi D.
I have a question regarding a development I’m working on. I have an old view where I would like to add a button that, when clicked, opens an auxiliary filter view. This auxiliary view is newly created, using the latest version of the views, and has already been published.However, when I try to configure the button to link to this new view using the "link views" function, the view I just created does not appear as an option.I suspect this might be because it's not possible to link new views to old views, but I’m not entirely sure. Could someone confirm if this is the case, or if there's another reason why the view isn't showing up?
How would you use a button to navigate between tabs in the new version of views? I have a landing page and want to give users the ability to navigate directly to a page/tab.
How we can use symbio in celonis.Do we need to registered separately for symbio?
Celonis CPM - How can one import a Visio diagram in Celonis CPM? The steps in the Symbio documentation didnot help us.
Imagine I have two tables CasesCase IDCustomerActivitiesCase IDActivityEvent Time I would like to get the earliest "Upload" activity event time across all cases for a given customer. It is easy for me to get the earliest "Upload" activity for each Case with: PU_FIRST(Cases, Activities.Eventtime, Activities.Activity = 'Upload) But this returns a row for every case. I cannot figure out how to get the first of all these results. I tried domain tables, but couldn't figure out how to set it up. Any thoughts?
I wanted to use Get Message module of Microsoft 365 email in my Action Flow. But I don't know what does each field mean and what are the accepted values for those fields. For example in the screenshot below.I checked Celonis as well as in make.com documentation, but none of the place I found the proper documentation. Thus, can someone suggest where I should look for documentation on Microsoft 365 module.
PAID AMT is, by definition delayed because people have to do research and request payment before the money arrives. So, it's normal to have NULL in PAID AMT for a while. Any thoughts? Apparently, I wasn't authoring the conditional statements correctly.
I have the following scenario, there is a component table inside a view each column is related to some KPIs, and in other columns, the values are coming from inputs that the user inserts manually inside the Apps. It means that some values don't exist in the data model or can be generated with any table since they are inserted manually. I would like to know if it's possible to create an action flow that reads all the values from that table in the studio and sends the data to a data pool. I was checking the documentation, but it seems that all modules from Celonis are only capable of reading data that exists in a data model or a knowledge model but not from a table component.
Hello community,I am struggling to set extraction filter statements for Jira tables. Some column names has a $ character that causes the following error:Extraction failed to start. Error for table 'issue': Field 'project$id' does not exist or you do not have permission to view it.With the INFO:additionalFilter: "\"project$id\" IN ('1234', '5678')" Furthermore, operators such as LIKE do not work. Error executing extraction. Unknown operator: LIKE. Any hints or best practices to share when configuring Jira extraction filter statements? CheersIrfan
Could you tell how to set up the Share Link button?(Attached below) The permissions are also fine for the administrator in the target environment.I would be grateful if you could let me know.
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
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.