Ask questions and get answers about Celonis products from experts and peers.
Recently active
Can Pull-up functions also be used in the context of transformations on Data integration side or is the usage only possible in Celonis Studio components etc.?
Hi All, I am trying to take my activity table and break it out into different subactivtiies groupings. Basically trying to create a counter calculation by case whenever the activity is 'Start' and have it copy all the way down until the next 'Start' activity or using a sort of lead object to distinguish the beginning of a sub activity. Example:Case Activitiy Counter1 Start 11 Activity 11 Activity 1 1 Activity 11 Start 21 Activity 22 Start 12 Activity 1 I have tried to do this with a variety of formulas, but have been unable to recreate this. I can do this in the backend transformation, but would prefer to see if it can be done within a calc from the front end. Please advise whenever you get a chance. Thanks for reading!
Hi Team,I am trying to create a table in a specific data job before which i have done some calculations using pandas and i want to perform SQL using that table in the datajob.But the tutorial gives the datapool create tables and i am not able to access it in Datajob i need.Is there any way to do this?When i force the data_source_id while creating the table in data pool, it gives an error saying it cannot find that table and source id.Please let me know if there is a way.Thank you
I am trying to screen the cases where we set order block and immediately release without any activities in the middle. The idea is to calcuate how much time we wasted on those cases. To do that: In the activities table, I want to partition along column "Change_to" in such a way: When "Change_from" = 'ZA' (which incdicates release of block)Then look at the immediate preceding rows: if the column "Change_to" = 'ZA' (indicate set block) Then calculate the datediff between those rows. This is my code: SUM( CASE WHEN ("_CEL_O2C_ACTIVITIES"."CHANGED_FROM" = 'ZA' AND ACTIVITY_LAG ("_CEL_O2C_ACTIVITIES"."CHANGED_TO", 1) = 'ZA') THEN DATEDIFF ( MI, ACTIVITY_LAG("_CEL_O2C_ACTIVITIES"."EVENTTIME"),"_CEL_O2C_ACTIVITIES"."EVENTTIME")END) It seems that the above code just ignore the bolded part in the casewhen statement. It calculates the datediff even when
I wonder if we can interact with OCPM elements from ML workbench. I couldn't find anything in pucelonis doc. TIA!
Where can I find the Partner Program Agreement?
Hello, I'm very new to PQL. I'm trying to realize a simple use case to filter SAP User Type and return the corresponding activities name. Both columns are in the same table. Can anyone give me a clue here?
Can Celonis Partners use the GIFS on the side "
I am referring to the Celonis Task mining setup page : "https://docs.celonis.com/en/task-mining-workforce-productivity-quickstart--template-.html" and the steps given there is not matching with the current Celonis portal. I am trying to install for my peers who are new to Task mining . Please help me on that. N.B: I have installed task mining long back on 2022 February and now the portal is changed. Even i am not able to find any apps in marketplace.
Hi, in data extraction and transformation we have created a temporary table. In order to check whether the records are correct, we did not drop the table. How could we export the records of that table to Excel (so that we can do some checks)? Thanks!
Hi, I am trying to calculate the so called calendar week of a date-attribute in the course of a transformation. The function to be used is CALENDAR_WEEK; however, I get an error message: "Execution error: Function CALENDAR_WEEK is not supported". Why?
I do not understand the difference between an extractor builder and an extractor. Are both types of data connections? For example, when making a data connection, should I look for a connector and if there is none, use an extractor, or if there is no extractor either, use the extractor builder?
How we can find change activities occurring at PO level ?
He guys, tl;dr how to: One chart with created & completed & open orders, with slightly different filter (including / excluding activities) Long version I am analyzing order data and I am interested in visualizing both: created and completed orders, on a monthly basis (The cherry on the cake would be a line with the cumulated difference between created and completed orders increasing amount of open orders). It is not a problem for me to build a Column Chart for created and completed orders (separated): Created: Dimension: ROUND_MONTH(PU_FIRST(S2AE_FINAL_V2A_CASES, S2AE_FINAL_V2A.EVENTTIME)) KPI: COUNT_TABLE(S2AE_FINAL_V2A_CASES) Completed: Dimension: ROUND_MONTH(PU_LAST(S2AE_FINAL_V2A_CASES, S2AE_FINAL_V2A.EVENTTIME)) KPI: COUNT_TABLE(S2AE_FINAL_V2A_CASES) Created_and_Completed_Orders.JPG495509 29.1 KB But how can I combine these to charts? I would like to see two columns for each month, with the respective values of created and completed orders. Ideally with the lin
Access the Order Management demo to answer this question. How many cases are covered by the five most common variants. A. 734,890 B. 404,562 C. 988,000
Currently, we are able to create custom extraction within the 'extraction builder' using the GET method. However, we are facing an issue with the expiration of the tokens (Authentication) that we provide for establishing connections. Each token expires after one hour. I wanted to inquire if it is possible to associate an endpoint with the POST method, which would allow us to retrieve a token using the username and password, and then pass it to the specific endpoint before execution. Alternatively, is there a way for us to execute from a Celonis Jupyter Python script to obtain the token and pass it as a parameter for extraction into the Celonis data pool?
I have installed "CelonisTaskMining.Installer-2.13.0" and it is asking for an activation link. so where will i be finding activation link in celonis.?
I have installed Task mining App now its is asking me to give a activation link , So which link should i provide ?
Hello, I have installed "CelonisTaskMining.Installer-2.13.0" and it is asking for an activation link. Any idea where to get the same?
If we have 2 tables with category1 and category2 as their data respectively How to get C table with all the fields from category 1 and category 2 ? note : tables are not connected with any case key
Hi Celopeers, I want to make a calculation in an OLAP table, where I divide a COUNT value through a sum of COUNT values. To be specific: I want to divide the SUM 1 which consists of all the cases related to a single operation through the SUM 2, which consists of all the cases related to a single operation that are classified as 'NOT CORRECT'. The Sum of Changes is calculated through a COUNT statement. Thanks for your help!
I want to schedule my Action Flow to first Tuesday of each month. While it shows me option to schedule to a particular date but I don't see anything related to days. Is there a way I can do that?
Hello everyone, due to the nature of implicit joins in Celonis, I wonder if something like this is possible to do in Celonis FrontEnd. Imagine this: Table EKPO with many purchases of different materials, including their quantity and their price.Table EBAN with many purchase requisitions of materials with their quantity but NO price (planned purchases in the future). I already have created an OLAP with all purchases from EKPO aggregated to the material and the total price for that.I now want a similiar OLAP with all planned purchases (purchase requisitions) from EBAN aggregated on material number. But EBAN has no price. So I wanted to do a VLOOKUP like this: We bought material X multiple times with the price of 10$ and that is shown in EKPO.Now we still have 10 purchase requisitions with a total quantity of 100 of material X that are not a purchase order YET. All these purchase requisitions have NO purchase order since it wasnt created yet. But since we bought material X for 10$, I wan
Is is possible to 'capture' the Action Flow Status (active, paused etc.) so we can create a View or Analysis to monitor if different Action Flow are working properly?
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.