Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
What is the main differences between a validation cockpit and a process cockpit in an App or Demo? I looks like duplication to me but I am not sure if I am missing something.
Hello everyone I am trying to perform a duplicate checking of vendor master in the machine learning module following the tutorial in the link: https://celonis.github.io/pycelonis/1.6.0/tutorials/data_deduplication/00_Tutorial_Duplicate_Checking/ The problem i encounter is that all the libraries used in this tutorial seem to not function in the new version of Pycelonis 2.8.0 Is there any new tutorial for the data deduplication with Pycelonis ? otherwise how can i perform that using python without calling the library shown in the tutorial ? Any help will be extremely appreciated :) Best Omar
Hello Celopeers, I would need your help in understanding formula similar to percentile functionality within Celonis. Preferably within Pivot table. Thanks!
Hello everyone, I have incorporated a KPI List to a View and for those KPIs shown in the list, I do not want them to be filtered with selections. In the analysis design this was possible via a check button. Where can I set this the same way in a view? Is it YAML coding? Thank you! Best regards,Julia Bauer
Hi team, I want to create a KPI to measure the proportion of items with missing routes. BUT I want the scope of my data to be filtered only on specific order types.I could add a filter on the component, but to make sure the KPI is always measured the same everywhere, I want to have the filter within the KPI calculation. I understand the below formula is not correct ('The aggregation function SUM cannot be used together with a dimension function input.') but I am struggling to find the solution. Any suggestion ? Thanks heaps CASE WHEN "VBAK"."AUART" IN ('ZCS','ZECH','ZEDI','ZCSG','ZEDC')THEN SUM (CASE WHEN "VBAP"."ROUTE" IS NULL THEN 1 ELSE NULL END)/ COUNT_TABLE ( "VBAP" )ELSE NULL END
I used the following formula: SUM(COALESCE(PU_SUM("EKPO","EKBE"."MENGE"*("EKPO"."UMREZ"/"EKPO"."UMREN"),"EKBE"."VGABE" IN ('1','7') AND "EKBE"."BEWTP" IN ('E','O') and "EKBE"."SHKZG" = 'S'),0) -COALESCE(PU_SUM("EKPO","EKBE"."MENGE"*("EKPO"."UMREZ"/"EKPO"."UMREN"),"EKBE"."VGABE" IN ('1','7') AND "EKBE"."BEWTP" IN ('E','O') and "EKBE"."SHKZG" = 'H'),0)) The KPI is aggregated at a material level and hence a CASE WHEN statement is giving me a warning. I had to use COALESCE becuase null value in the second part of the formular is making the entire value as NULL. Does this formula create rounding errors or with the existence of 29-Feb in the data? If I sele
Hi all,we've experienced an issue with an augmented attribute, couldn't figure out how to overcome it easily and hence, wanted to go back to a previously published version. However, the Publishing Date displayed seems to be completely off (displaying October 2023 instead of Friday last week etc.) and we are not sure we can rely on these previous versions now.For testing purposes we've done 2 more changes today and published - one is displayed with date April 10th, the other one correctly with today's date. => screen shot attached.Has anyone made similar experiences and, more importantly, recommendations how to overcome this, please? Thanks.Cheers, Ines Plath
Something like this:
I have a simple chart with a bar type for the left axis (number of cases), and a line type on the right axis for the process TPT. The thing is, my left axis goes up to 40k whilst I have a maximum of 5k cases. In other words, one of my axis is not self-adjusting correctly. I wanted to avoid using domain. This has happened before and only after edits, seems almost like a bug. Any thoughts?
Which country is the eu-1 hosted location?
Hello guys, can you help me with this error message below? It started out of nowhere, I didn't touch this job and it started to show errors in it. I've never seen this type of error, have you ever experienced this?
Hello everyone, can you help me please? I need to convert the field "T056P"."DATAB". Solutions can be in either PQL or SQL. But it's not returning anything. I've tried various methods such as: TIMESTAMPADD, ADD_MILLIS, ADD_SECONDS, CAST, TO_DATE, all without success. The return for the first three I mentioned was: Operator requirements are not met. Operator 'ADD_MILLIS' is not compatible with inputs of type DATE and STRING - expected DATE and INT."
UPDATE Test_Current_Year DSET Test_util=C.Test_util+C.full_Variance FROM(SELECT A.Test_util,B.full_Variance,A.Name FROM (SELECT * FROM Test_Current_Year WHERE Month_Number=7) A JOIN(SELECT * FROM Test_Temp WHERE Month_Number=8) B ON A.Name=B.Name) I am working on the forecasting requirement.Assume that the current month is 4 where data will not be available by applying the forecasting logic I should take last year's data into consideration like finding the variance of Apr,Mar of last year and add the variance value to the current year's Mar to fore cast as Apr data for current year..The month number should be adjusted dynamically based on the current month Example:current month=4(current year)(lastyear)Apr-Mar=variancecurrent year Mar+varince(above step)=Apr value(forecast) current month=5(current year)(lastyear)May-Apr=variancecurrent year Apr(got in previous step)+varince(above step)=May value(forecast) similarly I have to forecast till dec
Is it possible to select objects and events so that the models correspond to the traditional Process Mining modells (single case notion..) If yes what steps are need?If not where is the limitation?
I would like a KPI with a custom title (yellow) instead of the KPI name (green). This KPI is reused multiple times and it does not make sense to have the same KPI created many times just to have the customized title (coming from the KPI name). Instead, is there a way to hide the KPI name on a KPI List component? Thank you!!
Hello everyone, I'm currently working on a dashboard within a view. There are two points where I'm probably lacking the YAML syntax or perhaps the "functionality" is not available yet: 1) Example without data - KPI - I want to color the number (in %) in e.g. red - is this possible?2) I want to color the background of a column within an OLAP table - how is this possible in YAML? Thank you for your support! Best regardsJulia Bauer
Hi everyone, There is a functionality within Celopeers to save posts in the "bookmarks". However, I can't find them anywhere. Does anyone know where to find the bookmarks within Celopeers? Thanks!
I understand, that I can't use the t("xyz") notation in PQL - neither directly nor as parameter - because it's YAML. But I must assume that there is a way, because of the first sentence after the note in the documentation: Analysts can enable App Translations and provide a translation Map for user-generated content like Knowledge Models, Views, etc. This feature is a Package setting, and changes are available when published.https://docs.celonis.com/en/translating-studio-apps.html
Hi all, I just found this cool functionality in a try celonis case and would like to know how I can show and hide this filter bar. Do you know how to do this? Unfortunately this try celonis case does not show the studio area. Thanks and best regards,Sarina
Hi all,I need your ideas for architecture/approach on how to trigger a Machine Learning App every time a Datamodel is loaded.More specifically if there are new rows in a specific table. The Machine Learning App itself is also adding new data (to another table) and then reloads the model again. My initial ideas where: creating a Trigger + Action Flow.Trigger based on the table which is the input for my ML App. The Action FLow itself is similar to an offical Celonis Example which triggers the App via API.But this has following limitations: limit of 10000 which makes it tricky. Furthermore this triggers for every new row. I only want to run it once. Not thousands of times for each new row. Scheduling by time:I could also run the Action Flow or even the ML App directly via timeschedule and time it so that it is after sufficient time after my new data is fully processed.This however is more unreliable as the normal process of extracting source/Transformations/datamodel load might take long
From the below data I need,1. Total Through put time by STAGES(I have used standard KPI of Total Throughput Time formula and component Filter by STAGE, even though not getting required output) 2.Total Throughput time by TYPE(I have used standard KPI of Total Throughput Time formula and component Filter by TYPE, even though not getting required output) NOTE: Getting total time for the both scenarios after giving the Total throughput time and component filter
Hello everyone, I want to build a worklist in Celonis with exception messages that purchasers should process. New exception messages should be marked with an augmented attribute (Status: NEW). I also have another augmented attribute - Comment field. I now want to store every changes made manually (change status from e.g. NEW to in Clarification or changes in comments) into a table as this table is needed to train an AI model. Is this possible - has anyone made experience with this and is willing to share their experience? Thank you! Best regards,Julia Bauer
PU_COUNT_DISTINCT ("_CEL_OTT_CASE_TABLE_NWF_DD",FILTER_TO_NULL("_CEL_MERGED_ACTIVITIES"."ACTIVITY"), "_CEL_MERGED_ACTIVITIES"."ACTIVITY" LIKE 'NWF: Due % & Release' AND "_CEL_MERGED_ACTIVITIES"."TEAM_LEADER" = 'Robben Ramatlo' )
Good day, can someone please share with me the formula that is used in the PI Social to calculate the KPI "Users per case"
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.