Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
How can I display costs of activities in the variant explorer or process explorer?
Hi, all I have a button dropdown with settings: load entries, write to variable 'a'. I want to use this to do a dynamic analysis with a table. I set the component filter of the table as below: FILTER "table"."column" = <%=a%>But it doesn't work and give me an error message about this component filter. I am thinking if i have overlooked any settings of component filters...Anyone who has used component filter before and have any idea about this issue would be more than appreciated. Thank you in advance.
For example, as shown below, when you click a data field, a popup with choices should have appeared automatically.However, I get an empty popup from today's morning (JST 9:00). Could you tell me why this happened? Yours,Chen
Hi, Im new to Celonis and currently doing trainings in the academy. However most guided tours are not working. Is this normal? How do I fix it? I'm using google chrome as browser. tyia.
I want to benchmark/compare based on vendor, country and city. Is there any way I can get that in a single bitton dropdown instead of using 3 different button dropdowns. I want to achieve this in cascade, like if I select vendor I should see the option to select country and city values. Thank you
Hi, I have a table with numbers and ratios in it. And I also have a dropdown list. I want to use the dropdown list to filter the table. And for ratios, I want those sum up to 100% even after filter. I tried to use variables in the component filter to do so, but it doesn't work. Any great ideas would be appreciate.
Is there a use case highlighting the process of analyzing ServiceNow ticket dump? Kindly help :)
Has anyone replicated the usecases of Process Simulation in your Sandbox/Test system ? Am finding issue while generating Simulation assets using KM. Any inputs or link to explore the fully functional Process Simulation cases ?
There used to be quick reference guide earlier for each topics in the form of PDFs. Now, I'm unable to find any.
Hello. Although the Tranformation Scripts create Activity names in German and English, only the english expressions for the activities are shown throughout the analysis (process explorer etc.)How to change the visual labels to German? thanks a lot, Marco
Is it possible, that I have a C4C+ project, which is only available over an VPN? And if yes, how can I set up this connection? Are there any technical specifications?
How can I get access to Celonis Sandbox? I did not get any mail from no-reply ID after registering to the client portal
Cannot Connect to Data Model on ML workbench
Hello! For a project we want to embed a Celonis dashboard in our own website. I am looking for the best way of doing this. For example with Power BI we were able to embed a dashboard using a iFrame and were happy with the results. Is it possible to embed Celonis using iFrames as well? Or is there an other solution with similar results? Any leads are more than appreciated! Regards,Anshul
While filling up the Simulation Parameter "Even Time start", I am getting an error as "The Event time start column is the same as the Event time-end column (as defined in the data model). Please select a different column or leave empty if the start times are not available."
Is there a use case highlighting the process of analysis Servicenow ticket dump? Kindly help :)
In order to run a MLWB program on the last Sunday of each month, I want to use custom cron to setup it but I don't know how to write the wildcard. Could you help me? Yours,CLaire
Can a person change the account registered as STudent to 'as a Partner'?
For example, there are two outcomming nodes (B with 25 cases und C with75 cases) from a node A (100). So I am trying to get 25% and 75% :). Do you have any ideas , how to calculate the denominator?
Hi @ALL i try to do smth like this. one dynamic filter should execute the NULL values in the table. FILTER "table". "column" = CASE WHEN <%=option1%> = 'abc' THEN NULL END; all other filters work but i cannot return null values from the same table. I have tried this formula FILTER "table". "column" = CASE WHEN <%=option1%> = 'abc' THEN Filter_TO_NULL("table". "column") END; but when i have tested, i realized that i did bring up all values but not Null values from table. Does anyone have an idea?
Hello, I am trying to modify an Action Flow by adding a column to the final result which is a Gsheet file in shared drive but although the query seems modified in the Action Flow, the final resultat in the Gsheet is not. I have save and published.
Need help woth pql code. For example, in a particular 1 hour the count of activity is 89 or 56 or 05, then that count has to be considered as 1 How can I achieve this?
I have been provided data in a parquet file, and the activity names are quite long and verbose. What's the best approach to editing the activity names to make them more intuitive/user friendly?
I am revisiting this issue because my new approach did not work properly. The Case I'm trying to program is: I have two OLAP tables where one table filters (component filter) data with:(DATE < TODAY()) and the other has the component filter:(DATE > TODAY() AND DATE < TODAY() + DAYS()). My aim is: Column 1: Material NameColumn 2: Material NumberColumn 3: The KPI of the Material as a whole from the OLAP Table 1 which is a Detail Table of all Materials The filter is only a simplified representation of the code. In summary, I have one table that looks at dates from the past and one that looks at dates from the future (future orders/deliveries). However, I now want to connect KPIs from the table that maps from the data from the past on the table that looks into the future. For example, if I have the sales of a material from day 1 to today (past until today), I would like to be able to display that as additional info for the future orders of that material (considered the pas
I have a button dropdown, where I've different inputs like: EINDTSLFDTMENGENETPR Separator : ,I'm wrapping with:start = 'end = ' My variable I'm writing into is changeFields So I did a KPI where I'm using this case when: CASE WHEN <%=ChangedFields%> = 'Lieferdatum (EINDT)' THEN 'EINDT'WHEN <%=ChangedFields%> = 'Stat. Datum (SLFDT)' THEN 'SLFDT'WHEN <%=ChangedFields%> = 'Preisaenderung (NETPR)' THEN 'NETPR'WHEN <%=ChangedFields%> = 'Mengenaenderung (MENGE)' THEN 'MENGE'END THe problem is, when I'm using more than 1 input my CASE WHEN state the project doesn't work. I tried it like: WHEN <%=ChangedFields%> = 'Lieferdatum (EINDT),Stat. Datum (SLFDT)' THEN 'EINDT,SLFDT' But this idea doesn't work. I also tried to do it with logic gates. Does anyone have an idea how I can filter multiple inputs and check it in a case when function?
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.