Ask questions and get answers about Celonis products from experts and peers.
Recently active
My SAP team added new fields to a table that I extract for process mining. My delta loads have been failing. Do I need to initiate a full drop and reload? Will that then pick up these new fields or is there something else that I need to do?
Good morning Everyone, We have recently started to build an Action Flow that consists of emailing users regarding invoices that have Cash Discounts available. We have managed to build it successfully up to the part where we want to have a .csv file in attachment. As you can see here, the file that we get as an attachment has an odd encrypted format: Could you please point us in the right direction? Nothing we've found in the available documentation / Celopeers community has helped us tackle this This is our Action Flow setup:This is the Skill setup: Thank you so much in advance, we really appreciate it! Best Regards, Vasco Carona
We are trying to compare the number of sales orders versus the number of invoices(AR starter kit) for all the sales orders considered in the Order management start kit. How to create a link between the sales orders and invoices in order to match the number of invoices against all the sales orders created
Hi Team, I have Two Data Pools, Data Pool 1 & Data Pool 2. Now, i want to merge / add Data Pool 2 into Data pool 1. Data Pool 1: Transformations are having extra logic compared to Data pool 2. Tables used in Data Model are same for both pools.
Hi all, I would like to create analyst user to chcek appearance of each roll, does anybody know how to create user without mail address? I can only see 'Invite user' option at user setting screen. Thx,
Hi, I have hopefully a quick question - can I, within Views, define that a component isn't filtered with selection the same way I can do within Analysis? Thanks!
We are trying to generate a table which contains n rows starting from 1 to n where n is dynamic. we tried the below code, but it creates only 9 rows from 1 to 9. //code insert into supplierNumbers (num)WITH RECURSIVE NumberSeries AS ( SELECT 1 AS value UNION ALL SELECT value + 1 FROM NumberSeries WHERE value < 20 )SELECT value FROM NumberSeries; // is there any way to overcome this?
I know that the forum is aimed at the Celonis product, but would anyone know which table.field in SAP has the information on the date of creation of the Contract?
The question is related only to OnPremise version of Celonis, not EMS.
how to get badge after completion
I have a time stamp in the below format in a spreadsheet YYYYMMDDHHMMSSMS. When i try to upload this sheet the MS part is cutting out. How do I upload timestamp with microseconds?
Hi all, According to the documentation, if i extract new and changed records of a table Table with delta extraction, I should be able to access to these data using the placeholder <$Table> in transformation tasks. I'm trying to set up a delta pipeline, but my transformation ends with errors, because the placeholder <$Table> seems not to be recognized, even if I launch the tasks in delta mode. I have already set up delta extractions and I am doing mock trials to understand the error, which I paste here: If I reference the placeholder with <$Table>, I obtain "ERROR: Syntax error at or near "<" at character 101".If i reference the placeholder with "<$Table>", I obtain "ERROR: Relation "<$Table>" does not exist". The structure of my delta transformation is: CREATE TABLE TMP_Table AS ( SELECT Field_1, Field_2 FROM <$Table>); What could cause this error? Am i missing some further configurati
I have values in a column like 90, 100, 30, sixty, nienty, sixHere I’m looking for a function/way we can convert sixty, nienty, six to 60, 90, 6For now I’m using regular expression in case when to define the numeric value of text.looking for more suggestionsThanks in advance!
I am experimenting with the use of variables in Celonis Studio. To represent a simple case, I have created a variable named Generic_Title in the settings as Text/Replacement variable, which I want to output in a Text Component. Unfortunately, Studio cannot resolve it. Is it possible to do so or are there some workarounds I need to implement?
I am trying to filter the orders that have a partial delivery. Currently I have created a record for this to identify them but now I am unable to transform it into a filter, so I can apply it to tables where I have sales orders that need to be filtered to see only the partially delivered ones. So I tried several ways to do this but it seems I am unable to find the right way. FILTER (CASE WHEN MATCH_ACTIVITIES (NODE_ANY ['Delivery at Customer']) = 1 THEN 1 ELSE 0 END)/COUNT("VBAK"."SUBMI") < 1;
From template we have AR transformation 'Received Payment', what types of documents (BKPF_CLEARING.BLART) can be used for this activity, other than those in the default template - DZ, ZP?
I have created a new space in studio to analyse master data changes in SAP, The data integration part is successful and the data model along with activity and case table also seems to load successfully. But when i use the same data model in studio, it shows that the tables have no rows. Can anyone please help me. I have been trying to solve this since last week and still cannot figure out. :( What am i missing?
I have an activity in my activity table that can be initiated multiple times. In order to be able to define the activity more precisely, there is a combination of 3 codes which is provided in the activity details. Now, during the process, it can happen that some of the initiated activities are cancelled again. For example, a process flow could look like following: Activity name - Activity detail - Eventtime Initiation Activity - A0/B1/C3 - MondayInitiation Activity - A3/B3/C9 - MondayInitiation Activity - A7/B2/C0 - WednesdayInitiation Activity - A5/B6/C6 - ThursdayCancellation Activity - A0/B1/C3 - SundayCancellation Activity - A7/B2/C0 - Sunday I would like to measure the cycle time from initiation to cancellation of each activity.So in the example shown above from the 1st & 3rd "Initiation Activity" to the corresponding "Cancellation Activity" which would equal 6 (monday-sunday) and 4 (wednesday-sunday) days respectively. How can a
Hello! I'm having trouble understanding how to use the training / free plan environment with my own data. There is a guided tour that uses demo data set, I went through the beginning of it but don't understand how to create a project with my own data... I have a CSV file with an event log example. This is what I have tried so far. Go to Studio, create a new package, first step is "Choose Data Model". There is no option to upload a file and only the demo models are available on the list.Go to Business Miner. It shows a message about "Setting up Project Workspace", click Let's Get Started. Select Process Type = Other. This takes me to a screen that has "Choose your Data Model" and it has an "oops" message (see screenshot) saying to "contact your admin". There is no "admin", I'm just by myself trying to learn things... Click on Data, then Data Integration. This shows some kind of diagram with an item "Connect
Some time ago, I have defined runtime variables with specific values, which are being used in a bar chart. I now updated the runtie variables' values in the package setting. In the studio, the chart displays the updated values (0€-24.44€, etc):In Apps however, it does not udpate, even though having published the package (still displays (0€-4.99€ etc): I tried and changed the values again, again it did update in studio but not in apps. If I change other things (e.g. adding a text box), this does appear in apps. Is there anything I need to do which I am missing in order for the updated runtime variable values to be displayed in Apps as well? Thanks a lot in advance!
Hi everyone, I want to use an input box in a view so users can filter a specific table using a runtime variable. When using the input box and setting it to type date, the output is something like 1694728800000. This is saved in a runtime variable, which I am using in a filter for that specific table. However, I couldn't find a way to make the formular work. Example formular: FILTER EKPO.AEDAT = ${{runtime_variable}} where ${{runtime_variable}} is 1694728800000. Maybe someone can help out with the correct conversion to make use of the date from the input box. Best regardsAram
I think following are the places where Generative ai may play big role - like for developers it can help with PQL query and for business users it can help identifying exceptions without going into dashboards but still i believe i am missing lot . Your inputs are requested.
How do I add additional instructors to our academic partner account?
I’m updating augmented attribute with the help of action available in skill. It’s working but I have so many possible values to be updated in to my augmented attribute column.I’m looking for a way where we can update the details to augmented attribute from the data available in table/excel file at a time I’m using the augmented attribute in olap table in views, for each case_key mapping to be considered from table/excel file and update it in view.note: Users want to edit the updated value or fill the null row with value, so I choose augmented attribute instead of a regular column
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.