Ask questions and get answers about Celonis products from experts and peers.
Recently active
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Hi Experts, I am new to Celonis and PQL. I am trying to build a PQL query to fetch, First Credit Release date of of each sales order /Sales Order Item. Can some one guide me on this? Thanks in advance Babu
Hi everyone, I am not able to deploy the duplicate checker prebuild model. I am currently doing the ML training course and the app does not start. The issue has been discovered last Friday (24.7.20). The screen looks like the picture below. I have provided permission to access the dataset and gave the app further permissions as a Data Engineer, but this did not solve my problem. I am able to deploy a Jupyter Notebook app. This seems to work fine. image1380282 6.1 KB What can I do to solve this issue? Kind Regards Simon
Hello celonis community, i discovered a strange behaviour in one of our data models. It seems to unload itself when im using some specific components. I found out it happens often when i use the alternative dimensions in the process explorer or variant explorer to filter the activities based on some attributes. Our Processes have a wide variety of activities per case. So often the view over everything is not the best way for a deeper sight into the process. So i just set a filter on the activities which are created from a specific ressource or something like this and want to display only these activities in the process explorer. But then suddenly the whole data model is unloaded and needs to be reloaded from source. Has someone the same issue or does someone know why this is happening? we are Using On-Premise 4.6
Hello, I have a data field which includes the conformance check formula. The formula is generated by a python code (We are using the OnPrem Version not IBC/EMS). Is it possible to take this data field to execute this formula in the analysis? Actually Celonis think it is a string and show the formula but not the result of the formula. Thank you in advance. KR Paul
Hello Team,Could you please guide on how to create subfolder structure as same as UAT in DEV using pycelonis and how to push all the analyses in each folder
Hi there! I have a little problem here with a single KPI. What I have are two tables (Sales Document Header VBAK, Sales Document Item VBAP). Only the VBAP includes a column with cancellation reasons (which are always the same for one sales document). The offer is still open, if the cancellation reason is null. However, I dont know how to calculate the ratio of open offers, but only for the VBAK table/ VBAK.VBELN (just for the headers, not for every item). I could only create a OLAP table with the VBAK.VBELN and the cancellation reasons by clicking on distinct values in the advanced options. I tried different PU functions to join the tables and the filter ISNULL, but did not succeed Any help is highly appreciated. Thanks! Best regards
Hi everyone, I am currently creating a P2P dashboard analyzing different times between activities. The dashboard includes a single number KPI component as well as column charts visualizing the different average throughput times between certain activities. Both the single number component and the column chart are calculated based on the following formula: AVG(CALC_THROUGHPUT(FIRST_OCCURRENCE[Create Purchase Requisition] TO LAST_OCCURRENCE[Create Purchase Order], REMAP_TIMESTAMPS(Data_csv.EVENT TIME:TIMESTAMP, DAYS))) The only difference is that the column chart uses different company areas as dimensions (Data_csv"."CASE SPEND AREA TEXT) while the number component only uses the formula above. If I then select/ filter for one specific area in the column chart component, the number component updates but always shows a different number than the column chart. I dont understand why two components display different times if they are based on the same formula. I guess it must have som
Hi All, Im trying to implement a bar graph between two of the same KPIs but with different filters on them. Ive created the bar chart with both KPIs displaying by month, and then I added two dropdown buttons that select the plant/warehouse of interest. Both of these dropdown buttons values are then set to text variables I created. I want to now filter each KPI bar segment based on the button values. So the end result would be two bars for each month, with one bar being filtered on the first buttons value and the second bar being filtered on the second buttons value. Below is what I have now, just without the functionality of the filters to distinguish each bar. Any help is greatly appreciated. Thanks. image1811666 40.4 KB
Hello Team, I have created two Dropdown buttons for my Dashboard. Cost type dropdown has limited number of values 10 to 12, Order number dropdown has large number of values (more than 200). In Cost type drop down, search option is appearing (highlighted in the attached screenshot) but in Order number dropdown there is no search option. Can you please tell me the reason for this. Thank You. Warm Regards, Jayanta
Hi ,I need some help.I want to add two results from PU_SUM ( child_table, parent_table.column [, filter_expression] ).I wroteADD (PU_SUM ( child_table, parent_table.column [, filter_expression] ),PU_SUM ( child_table, parent_table.column [, filter_expression] ))orPU_SUM ( child_table, parent_table.column [, filter_expression] ) + PU_SUM ( child_table, parent_table.column [, filter_expression] )But there is a rule: If no value in the parent table exists for the element in the child table (either because all values of the parent table column are filtered out, or because no corresponding value exists in the first place), NULL will be returned.If the result of first of them = NULL, then the result from ADD is also NULL, although the 2nd result is <> NULL.But I would like to have the sum of both. How should I do that?
I have 2 variables. TPT_Unit can be days, hours or minutes and the user can change / set the value via a button drop-down. TargetCT_Days is the target cycle time in days, inputted via a Variable input field. I would like to calculate the cycle time corresponding to the unit selected (and use it to calculate the difference between the actual CT and the target CT). However when I try a CASE WHEN statement I receive an error message Table compiler not implemented What am I doing wrong? Thank you for any pointers on how this can be achieved! 2020-07-23 18_12_19-Requisitions - Process Cockpit _ Process Analytics613770 9.64 KB
Where should I put the file so that I can using python to read csv file in machine learning?
Hi Team,We are working on the process conformance module in Celonis. We are currently getting the details of a violation through the use of the conformance query in an OLAP table.However, we need to get the count of the whitelisted violations also exported to an OLAP table.When a violation is whitelisted it gets added as conforming activity and we are not able to differentiate a whitelisted violation from conforming activity.Is there a way in which I can obtain the count of the Violations and also the Whitelisted Violations in a component using some formula.Thanks in Advance
Hi team, I have been doing the auto-assignment of tables and DBconnection for the datamodel from python. But i am getting a problem in which the store type for a table is appearing as unavialable. This happens only some times when the datamodel is copied from some other server. But this completely removes the object of doing this in the first place. below is the screenshot. Any help would be appriciated. image722226 35.9 KB Edit: It should be as below image701141 39.7 KB
Hello there, Im trying to use the notebooks from the examples_ml-suite folder, specifically the 04_root_cause_analysis.ipynb notebook, but Im facing the following error when running the cell: image1636228 38.8 KB image1359568 104 KB
Dear all, I want to do some master data check. For certain fields check if they are used within 3 years (we have 3 year of data in Celonis). E.g. I want to mark all Incoterms from the master table (TINC) which are not used in EKKO.INCO1. First problem was the join of the mastertable. We did it via EKPO <-> T001 <-> TINC With case key SID, BUKRS and MANDT. Dont know if there is a better way. The idea was now to store the distinct values of EKKO.INC01 in a static variable like the following (there is no parent table between TINC & EKKO) static_var = distinct EKKO.INC01 CASE WHEN TINC.INCO1 in <%=static_var%> then USED ELSE NOT USED END Any ideas how to do this? Thanks in advance Stefan
Im currently working on the implementation of the Celonis IBC at a client. The process were analyzing contains parallel process steps. In the old version of Celonis there was an option to indicate Child/Parent columns in the acitivity table (https://celonis.cloud/help/display/CIBC/Parallel+Processes), however I cant find this option in the IBC. Is this option already available somewhere in the IBC? If not when can we expect a release?
I was editing the code in the Transformation task and at the same time, my colleague was also changing the same transformation task. Then, both the codes got reflected, which is not correct. Is there anyway through which we can restrict other person to access that code if someone else is working on it.
Hi, in data jobs I am doing a transformation and need to concat strings in a group by statement. How can I do this? I tried using google, stackoverflow and so on, tested different methods but was not successful (https://stackoverflow.com/questions/21053477/concat-group-by-in-vertica-sql/21054041) Kr, Mara
Hi all, I have the following problem I have two tables Table 1: EBAN -> Content 50 Purchase Order Requisitions (PRs) where 40 already have a created PO Table 2: EKPO -> Content 40 Purchase Order (POs) with key connection to the PRs above. Now I have created an OLAP with two KPIs #PRs#POs When I just show the KPI #PRs the number is 50 (which is correct). When I display both KPIs (#PRs and #POs) the number ist just 40 because the EKPO for that PR is NULL. Is there any chance to show both KPIs in one OLAP but with the correct number #PRs 50 #POs 40 I use the Celonis on Prem version. Many thanks and br Daniel
Hello dear community, I`m sure you kann help me. Ive have an Olap table, in the dimension is the table, which shows certain change activities. As KPI I want to calculat a relation of case count(of change actvities)/case count (dependant of different business cases) In the denominator should be a variable, that shows the case count of different business cases. Thank you, I hope you understood me
Hello, I have an issue with the Parallel processes feature. Here is my activity table and my process configuration in the data-model: CELONIS_ACTIVITY TABLE990362 9.84 KB This is what I expect to see in the process explorer: But this is what I get CELONIS_REAL91534 10.1 KB I do not know why the parallel process configuration is not taken into account Thank you in advance for your help, Best Regards Robin
Dear community, I would like to create an OLAP table to know which activity reworked more than 2 times. Dimension: Repeated Activities KPI: How many cases which contain rework Does anyone know how to create this table? Thank you for your support. Sugano
Dear Celonis-Team, I want to visualize the percentages of Process Connections instead of their absolute values. See the picture below: However, I am too stupid to write the function for this - I would appreciate any help how to get to this result. Have a great day and weekend!
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.