Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
When I put only formula for 'no-touch' rate is shows correct value (if 1 out of 3 cases meets criteria then it returns 33%). But if I add no of activities (total: 37) it changes to 46% (calculates no of activities within case that fulfils criteria and divides by all). Any tips how to come up with no of activities (37) in column A and correct ratio per case (33%) in B? Thanks in advance for any guidelines. *** AVG( CASE WHEN PU_COUNT("VBAP","_CEL_O2C_ACTIVITIES"."USER_TYPE","_CEL_O2C_ACTIVITIES"."USER_TYPE" IN ('A','B','C') AND "_CEL_O2C_ACTIVITIES"."ACTIVITY_EN" IN ('X','Y','Z')) = 0 THEN 1.0 ELSE 0.0 ***Case A # of Activities No TouchA 17 yesB 10 noC 10 no
Hi All,We have few use cases where we want to do task mining quickly and show results.What all use cases you have used Celonis task mining are there other better tools to do it
I have two log tables, Tables A and B, that are in n-type connection with my main table (the Case table), i.e., the Case table is 1: n type relation with Table A, and the same with Table B. As log tables, Table A and Table B record certain activity, whereas Table B records others. I need to identify activities that are repeated by merging the data from Tables A and B at the process analysis level. Requesting advice
Hello.I'm Ishizuka. How and where can I modify it to avoid module timeout errors? What is the cause? My guess is that the error occurred because there was so much data extracted in the "SELECT" statement of the query that it almost exceeded the one minute limit.---------------------------------------Error SummaryError details (example)
Hello everyone, I have set up an AF that sends data to our purchasers and also sends the data via a HTTP module to a Webhook: About 6.5k data rows will be submitted in the queue of the webhook AF and will be pushed to a table in the data pool every 2 minutes (300 data rows per execution). At the end of the run of the AF, the table in the data pool does not contain the same amount of data than the data (deviation to 6.5k). Hence, I was guessing that some execution did not work correctly. When looking at the executions, this was confirmed - some executions have this error message: I tried filtering these executions by adding the BREAK module (with Filter for status code 400 - to stop the execution and store it in incomplete execution) but this does not the desired thing I wanted it to do. Did somebody else have the same issues? Thank you! Best regards,Julia Bauer
1- The AF is running quite ok, but the email is being sent a lot of times, I need to send it out just one time, not sure what is causing it. 2- I need the price to be reflected in USD currency, but when the sheet is being filled, the currency is being set to euros. Can anyone advise? thanks a lot
Hi celopeers!I would like to know if any of you when implementing a solution using an Action Flow have used any framework to ensure its lifecycle. I mean what steps have you followed to build, test, release to production, monitor and manage the changes of an Action Flow? Thanks!
In the latest project, an OLAP table was employed, featuring distinct attributes for each individual case. Certain attributes are not universally applicable across all cases. We know that Celonis automatically inserts "-" in null values; however, we aim to modify this default value to "no information." Despite attempts using functions such as coalescence, case when is null, case when isnull(), none of these methods have proven successful. Could you kindly suggest an alternative approach? If additional details are required, please feel free to request them. Thank you for your assistance.
Hello everyone, in the data model purchase requistions, I want to add the EINE to this snowflake (with join with EKPO). However, when setting up the join with the needed keys the DM does not load with following error message - what does this mean? Thanks for your help! BRJulia Bauer
I have calculated two KPIs. Both work and give me a result per each case. Both calculations use the source / target function and they calculate for different status the total time. When I try to substract or add the KPIs i get the following error message. I can't even use them in a chart when using the average of both. Why? ERROR MESSAGE:No common table could be found. The tables [<Temporary table: SOURCE/TARGET configuration _CEL_SF_ACTIVITIES,REMAP_VALUES ( "_CEL_SF_ACTIVITIES"."ACTIVITY_EN" , [ 'Set Status to Information Received - Email' , 'Set Status to Information Received - Email' ] , [ 'Set Status to Awaiting Customer Information' , 'Set Status to Awaiting Customer Information' ] , NULL ),ANY_OCCURRENCE [ ] TO ANY_OCCURRENCE [ ]>] and [<Temporary table: SOURCE/TARGET configuration _CEL_SF_ACTIVITIES,REMAP_VALUES ( "_CEL_SF_ACTIVITIES"."ACTIVITY_EN" , [ 'Set Status to In Progress' , '
Let me know if anyone have implemented this outlook extractor and what kind of output I can expect from this extractor?
As a software/saas provider, how do we become a tech partner to Celonis?
Hi Everyone, I have exported my data pool as a .json file but I have not found a way to import it via a button in Celonis. Is there a solution to import the file into Celonis?
Good morning, I am using Celonis Free Plan and I want to share my analysis with other people in the organisation. The problem is that they can only see it when they have "editor" permissions. I would like them to access it with the Viewer role, but when I give these permissions nobody can access it. Another question, is it possible to download csv or excel with the Free Plan? Thank you very much in advance. Best regards, Pedro.
We are analysing a contract cancellation process and I would like to calculate the average throughput time between the cancellation notice and the first customer touchpoint per touchpoint. Different activities can be the first touch point, e.g. the cancellation confirmation or an outbound call. I would like to know the throughput time per touch point, e.g. "in cases in which the first touch point is the cancellation confirmation, the average time between cancellation notice and cancelation confirmation is xy"Some additional info:The process does not always start with the cancellation notice. There can be touch points before the cancellation notice, that we want to ignorethere can be several cancellation notices in one case; we want to start calculating the throughput time from the first notice. If there is another cancellation notice it is a customer touch pointWe are working with an on prem solution, so not all pql formulas workHere you can see the desired structure, with S
Given a set of process data that determines a time in process using pull up aggregation, I would like to generate the different time in process averages for an attribute for 1st quartile, 2nd quartile, 3rd quartile, and 4th quartile attributes. Remember the average time in process is calculated via pull-up aggregation, which I believe means I can't run pull up aggregation on it again. I tried to research Domain Tables, but I wasn't sure how to apply them here. see image for example:
CASE WHEN BIND_FILTERS ( "_Q_CASES" , "vw_IPM"."AFO_Nummer" LIKE 'aa-%' AND "vw_IPM"."Status_Verschraubung" = 'niO' ) THEN 'niO' WHEN BIND_FILTERS ( "_MAN_QUALITÄT_CASES" , "vw_IPM"."AFO_Nummer" LIKE 'aa-%' AND "vw_IPM"."Status_Verschraubung" = 'iO' ) THEN 'iO' WHEN BIND_FILTERS ( "_MAN_QUALITÄT_CASES" , "vw_IPM"."AFO_Nummer" LIKE 'bb_%' AND "vw_IPM"."Status_Verschraubung" = 'niO' ) THEN 'niO' WHEN BIND_FILTERS ( "_MAN_QUALITÄT_CASES" , "vw_IPM"."AFO_Nummer" LIKE 'bb_%' AND "vw_IPM"."Status_Verschraubung" = 'i
Hi team, I am trying to create a Stacked Bar chart. I would like to see label points aligned according the stacked bar. Instead, I see that they are not properly aligned.FYI screenshot with YAML and visualization for reference. I am also including screenshot below (expected behavior of chart) This works the same with split by too. Therefore, kindly requesting to guide me with relevant code snippet to achieve the above request. Thank you :) Best Regards,Shravya B
It is indicated in the Celonis Academy that "As an improvement action, you might choose to implement Celonis Machine Learning and Action Flows". Do you know any other option for improvement actions when improving the business value?
What is the ratio for the process deviation “Maverick Buying” for the material “Leather bag professional”?
Let's look at the code JOIN MERGEJOIN (inputs presorted) [Cost: 750, Rows: 1200] (PATH ID:1). What does the number 750 represent? A. The total cost of sales items in this joined dataset The exact known cost of the query runtime C. The estimation cost
Does someone know how to code dynamic happy path in the PQL? You know there is a dynamic happy path ratio in the process overview. Can we show the happy path gauge in the sheets by discovering the code? Can you find most frequent process variant in pql?
Hello, I've just by accident went into Integromat website, and seen that it has been transformed into new product "Make". Unfortunately I couldn't see any official Celonis communication about that. In FAQ secion I've also seen that it will be treated as legacy product, and support and updates will be discontinued in 2023. As Integromat is a part of Celonis in a form of Action Flows, could you kindly describe how that change will affect Celonis Action Flows environment? What's your strategy on that? Best Regards,Mateusz Dudek
Hi everyone! I need to build an action flow which will send an excel file attached, I followed the steps on the documentation, but I am getting an error and I am not sure how to solve it. I took step by step on the process.... Any advices? thanks a lot
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.