Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hi all, I have an OLAP table, showing the Case Count of the BSART Column by Month. I need a column chart showing the same values, but it does not work. Is it not possible with Celonis? Kind regards, Konstantin
Hi everyone,I hope someone can help me in this case.Parenttable: AFKOChildtable: Activity_TableNecessary columns within the Activity table: Activity_Start , DelayAt first I want to search for the smallest value of Activity_Start for each Case in AFKO:PU_MIN(AFKO,Activity_Table.Activity_Start)Next, I want to get the corresponding value of Delay.How must a formula look like?Thanks for your help!Alex
Hi Team,We have been using Conformance checker sheet in Celonis for testing conformance on our processes. When we perform the conformance check we usually use the crop selection filter on the top to limit our process to a certain set of activities(i.e. a part of the process) which we need to test on the basis of the process model. However, in certain scenarios, we need to also substitute this with a query in the load script which we are doing it using the below mentioned query:FILTERCASEWHEN CALC_CROP (FIRST_OCCURRENCE [ START_ACTIVITY ] TO FIRST_OCCURRENCE [END_ACTIVITY],CASEWHEN Activity_table.activity_column = ATHEN START_ACTIVITYWHEN Activity_table.activity_column = BTHEN END_ACTIVITYELSE Activity_table.activity_column END) = 1THEN CropELSE NULLEND= Crop;The above query is working fine and we can see the cases getting filtered in all the components. However, if we deep-dive in some violation from the conformance sheet there is an issue with the analysis where we have the load scrip
Hello Everyone,I need to compare for each Vendor the amount of POs of last week to the average number of POs per week of the 12 weeks before (from today -2 until -13). Im only not totally sure on how I can solve this issue?I use this formula for the amount of POs of last week.PU_COUNT_DISTINCT(LFA1, EKKO.EBELN,(CASE WHEN ROUND_WEEK(EKKO.TS_AEDAT) = ADD_DAYS(ROUND_WEEK(TODAY()),-7) THEN 1.0 ELSE 0.0 END)=1.0)And tried using Moving Average for the average over multiple weeks, but Im not getting this solved in a way which would provide me with just 1 average.Table need to look like this:Vendor POs last week Average # POs per week over the earlier 12 weeksXYZ 8 3,2Thanks in advance for any help on this topic.Best Regards,Pim
Dear everyone, I hope you are all doing okay ! When executing a transformation task (Cancel Invoice for M2C) i get the following warning : Warning! SELECT INTO statements currently only insert 100 rows. Please use CREATE TABLE AS instead I do not understand why this happens since it appears also when i do not use a select into statement but only a distinct count statement See below my script if needed Very thankful for some advice ! Best regards, Antoine SPIRIDON SELECT DISTINCT COUNT (*) FROM EABL JOIN EABLG ON 1=1 AND EABL.MANDT = EABLG.MANDT AND EABL.ABLBELNR = EABLG.ABLBELNR JOIN EVER ON EABLG.MANDT = EVER.MANDT AND EABLG.ANLAGE = EVER.ANLAGE JOIN ERCH ON EVER.MANDT=ERCH.MANDT AND EVER.VERTRAG=ERCH.VERTRAG AND ERCH.BELEGART IN (VA, SA) JOIN ERCHC ON 1=1 AND ERCH.MANDT = ERCHC.MANDT AND ERCH.BELNR = ERCHC.BELNR JOIN ERDK ON ERCHC.MANDT = ERDK.MANDT AND ERCHC.OPBEL = ERDK.OPBEL AND ERDK.INTOPBEL IS NOT NULL JOIN DFKKOP ON 1=1 AND ERDK.MANDT= DFKKOP.MANDT AND ERDK.OPBEL= DFKKOP.XBL
Hello community,I hope you can help me.I have a simple problem I think, but too difficult for me Here my Formula that not works(TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCE[Skonto Flligkeitsdatum berechnen] TO LAST_OCCURRENCE[Vorgang beendet],REMAP_TIMESTAMPS(T_CEL_AT_ACCOUNTS_PAYABLE.CREATED_AT, DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5))+(TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCE[Skonto Flligkeitsdatum berechnen] TO LAST_OCCURRENCE[Ausgleichsbeleg_gend.],REMAP_TIMESTAMPS(T_CEL_AT_ACCOUNTS_PAYABLE.CREATED_AT, DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5))+(TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCE[Skonto Flligkeitsdatum berechnen] TO LAST_OCCURRENCE[Vorgang auf Status Zurckgeschickt gesetzt.],REMAP_TIMESTAMPS(T_CEL_AT_ACCOUNTS_PAYABLE.CREATED_AT, DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5))if I speak e.g. with numbers, it is like7,6+8,5+-= - (dont work)another examble7,6+8,5+5= 21,1 (work)My Problem is the - (it is like #NV or no result). Th
Hi Team, I have the following situation: 1 column reflects product IDs and the other column are attributes of the product like color, size, etc. Example: I have the following table: Ids Attributes 1 Red 1 5 1 3 2 Blue 2 3 2 1 I have created new columns for each attribute but the result looks like this: Ids Color Size Pieces 1 Red - - 1 - 5 - 1 - - 3 2 Blue - - 2 - 3 - 2 - - 1 I need to transform this table in the following format: Ids Color Size Pieces 1 Red 5 3 2 Blue 3 1 I am not sure if a self-join on the attributes column and based on the Product IDs is the right solution here. If yes does anyone know how to do it? If not then is there a better solution? Thanks for the feedback!
Hello everyone, Is there the possibility of calculating the throughput time between between one activity lets say Create Order and multiple occuring activities, lets say Change date. The problem is that Change date can happen multiple time and at each occurance the time between create order and change date should be caluclated. The process is for example: Create Order-> -> Change date -> -> Change date The result, which i want to see is a histogram chart with the information: number of occurances number of days between create order and change date In this example giving me 2 bars for each time difference. Hope i made my case clear. Thanks for any support!
Dear Experts Does anyone know if Celonis 4.6 (OP version) support HANA 1.0 SP12? And is there anywhere I can find more documents regarding the OP version? help.celonis.com consistently ask me for logon but I dont have an account Thanks!
Im following the Machine Learning training and am having problems with permissions. Ive created and entered the API token, but get this error: WARNING : the Application key of this App is missing the necessary Process Analytics permissions to use this App properly. I have added these permissions, but still get the error and when I try to Fetch Data Preview not data is returned. Is this a known problem or am I missing a step to add additional permissions? Dave
(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
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.