Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hello all, in the event-collection I create a new table, wherein I join two tables based on the following rule:JOINWHERE "Alarm"."Starttime" > "Transport"."Starttime" AND "Alarm"."Starttime" < "Transport"."Endtime" This works. Now I would like to extend this timeframe by 5 Minutes. And neither the function:add_minutes("Transport"."Endtime", 5) is supported nor the function REMAP_TIMESTAMPS("Alarm"."Starttime") < (REMAP_TIMESTAMPS("Transport"."Endtime") + 5) How can I change/remap a timestamp in the event collection?
Hi, I want to add a column to an OLAP table that shows whether all orders from a given supplier exceed the value of 100 or not. So the final table should show a supplier name, the number of orders, the net worth of orders and either: The net worth value sum if its above 100, else 0An 'x' when the sum of orders exceeds 100 Also, it would be great to see how many single orders exceeded the value of 100. I was trying around for a while with PULL functions and CASE WHEN but I can't seem to make it work with the restriction of '> 100'. For example the query below gives me an error message stating that CASE is not compatible with FLOAT and INT. SUM(CASE WHEN "EKPO"."NETWR_CONVERTED" > 100THEN "EKPO"."NETWR_CONVERTED"ELSE 0END) Thank you very much in advance. Best regardsAram
Dear Celopeers, on September 30th 2021, we are hosting our next Webinar on how to automate your communication with Action Flows!This is the second part of our new series of Webinars. The session will coverWhat you can communicate automatically with Celonis Action Flows (presentation)How to set up Action Flows for automated communication (live training)Where to find further material & trainings (link to resources)Q&A (live)FAQ (live, gathered from previous session) You can directly register here!
Hi, When i show the same formula (standard throughput time calculation) in an OLAP table vs a number they fail to show the same outcome. Whereas they should. In the olap table I have applied the formula in combination with a priority dimension. WIth the number I have applied a specific priority as filter. Hence, both the throughput time should be equal. However, they are not. Any idea what could go wrong?
I was wondering when to use a skill or action flow? It seem there is an overlap in functionality or is it just me?
I need to change it from %b-%Y to Q%q on the basis of time scale selected by user
Is there any way to set euro currency format in olap tables ? i like to see the amount of 3.000.000,15 € in euro format, now in celonis it is posible to see with commas like 3,000,000.15 but this is a Dollar format. ¿ Is it posible to set the currency configuration for euro ? Is there any way to set the locale configuration for currencies decimal in ',' and thousands in ',' ? Thanks in advance.
Hi All, I have more number of SQLs as part of one transformation in celonis. I would like to include a info to be printed on the transformation log after it completes a particular statement for debugging/tracking purpose(same like SQL's print command). Could you please help me with option for the same? Thanks in Advance. :)
I need to import data and create data model from the demo data that was extracted from the eventlog file as shown in one of Celoinis training video. Where i can get that eventlog file? I'm unable to connect any live system to get data feed so trying to use demo data instead but unable to find any event log data to import to create data model. The one training guide uses 'p2p_Demo_Eventlog.xlsx' file to upload data. I'm unable to locate this file. Can someone have this file or any other event log file that i can use to import data in my environment.
I am stuck at the Data Extraction bit in the 'Data Engineer' course. Not able to extract data even though I have tested the connection and it works fine.
The logic is as follows:if a category repeats (like C1), then:for each category, calculate the date difference (DATEDIFF) between "closed at" date of a row with "closed" status and the "opened at" date of the rows with an "open" status. The objective is to have an extra column to the right, with these values:Difference (in days)18 (DATEDIFF(dd,17.09.2021,30.08.2021)16 (DATEDIFF(dd,15.09.2021,30.08.2021)N/A (because its status is closed)N/A (because the category doesn't repeat)N/A (because the category doesn't repeat) Suggestions?
Good morning, My client has 4.6.1 on-prem Celonis license. I was asked to overwrite the old data model with a new one. I'd like to make sure it is possible to recreate it in the future. Do you know if it is possible to create automated documentation of the data model? Thank you in advance,Piotr
Hi, How can I customize the he Throughput-Time-Search element in Celonis 4.5? - In the attached picture (TPT) the intervals for each bar is consistently 14 hrs. Can I change this to e.g. 50 hrs per bar? - Thanks.
I encounter an issue in the Maverick Buying prebuilt App for Accounts Payable process. One of the chart is not displayed correctly as showed below.Indeed, when I am using the KPIs that have been built by the Celonis team I got an error message. The name of the KPI as well as the error message are displayed in the picture below: How can I solve this problem ? Thanks
Hi, Can we filter a table with rows only having open tasks, by defualt it shows all record and user has to select filter icon. Is there any way that we can avoid this step for user. Secondly what is the difference between closed and resolved. By default I have onyly option to close. RegardsKhurram
I'm trying to use Celonis provided pre-configured demo application in TryCelonis. During the creation of data pool, it asked to create Data connection. From the list of available connections there is one connection named as 'SAP Demo'. Is this build in connector to connect with demo data related to SAP? When i tired to use this connection, it pre populated connection details like Host, client, systemNumber and user id. In order to complete connection, it need password and i'm not able to find it anywhere in any documentation. I'm not sure it is correct approach and i'm making correction assumption about 'SAP Demo' data connection.I'm trying to setup an environment from demo data without creating actual connector with SAP. Is this possible? if I do not specify data connection, then i'm unable to get 'Data model' object from PyCelonis for the analysis that is using that data model. Any help shall be greatly appreciated.
As soon as our CSV file for the activity table exceeds the filesize of 4GB Celonis is throwing an error and I suppose this is due to the filesize.I cannot reduce the dataset any more so I hope there might be a way to upload 2 seperate files and join them together within Celonis. Unfortunately I can't find such a function anywhere. Or maybe there is another way to bring big activity tables to Celonis without a database connection? Would that work in IBC? I work On-Prem 4.6.0-RELEASE_2babc1e_20200831_0915
Hi, I am interested in two particular sequences A->B->C and A->C that may have none or multiple occurrences within one case (A ,B and C are activities and the connexion "->" is not necessarily direct). Important: The activity A is always followed (directly or not) by the activity C. That means that I can't have A->A->C or A->C->C, but I may have A->C->A->C. I would like to calculate two KPIs:KPI1: Average TPT between A and B when I am in a A->B->C sequence,KPI2: Average TPT between A and C when I am in a A->C sequence. For instance: Let's say I want to calculate KPI1, and one of my cases is: Start >> ... >> A1 >> C1 >>... >> A2 >> ... >> B1 >> C2 >> ...>> B2 >> ... >> A3 >> B3 >> C3 >> ... >> End. For that case, the result should be ( (tB1-tA2) + (tB3-tA3) )/2 (with t- being the timestamp) I tried the following, but it seems to
I have a table in the 'Filter_Option' attachment that is filtered based on a client and it shows different values with relation to no.of cases and amounts based on different periods in days. I have a further drilldown option when you click the orange button which directs you to the `Drill_Down` attachment But, even though the client filter is global it only applies to half of the table. I observed this when I added up the red circles which is reflected in the drill_down attachment
The screenshot with the red circles is filtered on Avg throughput time and the screenshot with blue circle is filtered on median throughput time. If you some up the values in the explorer (Example: Red circle image:- 4 + 20 + 13 = 37) it is not equal to the median red circled day of 66.5 . Th difference also exists when I filter on median throughput time. Any suggestions?
We need to connect Celonis to SAP CCS, but we don't know if the SAP ECC Connector can be use.
Hello Community, Refering to [1.0.0 / User Management & Permissions] on help.celonis.de I have " 5 new users" (created via python) , now i want to add it to existing group using python. user = User.create_new(Dummy1, fname, lname, email@abc.com, password123) user = User.create_new(Dummy2, fname, lname, email@abc.com, password123) user = User.create_new(Dummy3, fname, lname, email@abc.com, password123) user = User.create_new(Dummy4, fname, lname, email@abc.com, password123) user = User.create_new(Dummy4, fname, lname, email@abc.com, password123) I already have existing 2 user groups , i.e Viewers , Analysts Now I want to Assign user Dummy 1 and Dummy 2 to Group Analysts and I want to Assign user Dummy 3, Dummy 4 and Dummy 5 to Group Viewers :- like below Groups User Analyst Dummy 1 Analyst Dummy 2 Viewers Dummy 3 Viewers Dummy 4 Viewers Dummy 5 Now If I try to assign the user to the Group using group.add_user(user) However , how to I assign my existing Group
Execution error: ERROR: Join [("27473006-d9c3-4d0c-8e36-7c4690ec4574_e04e1e0b-30e2-426d-ab63-bb9f5b0e5f2a".USR02 x "27473006-d9c3-4d0c-8e36-7c4690ec4574_e04e1e0b-30e2-426d-ab63-bb9f5b0e5f2a".CDHDR) using USR02_v1_b0 and previous join (PATH ID: 7)] inner partition did not fit in memory; value [100,BATCH]
How to connect HANA database to celonis IBC? What are the requirements or inputs required?
Please see the attached video to grasp the issue.
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.