Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
in Celonis Action engine, If I use HTTP module to call an API, it times out in about 40 seconds, even if I set the time out property value to 300.
Hello, I start training "Analysis Building Basis" on the old web site. What is the training kurs on the new web site
Ready to seize unlimited opportunities? Visit the EMS Store from your EMS team and discover the different new Apps, Extractors, Connectors, Action Flows added every week we are offering to our global customer base made by Celonis and Partners. Visit the EMS Store or find your team. Recently Added: Inventory Management Connector:The Inventory Management connector leverages Celonis’ core expertise in O2C, P2P and PP process mining, whilst also mining for the very first time Inventory Management data. The result is an End to End connected inventory management data model, centred around the Stock Keeping Unit (SKU).This revolutionary data model allows you to combine the insights from O2C, P2P, PP and now Inventory Management (IM) into a coherent model, enabling use cases such as Identifying Obsolescence, E2E Root Cause analysis for poor Service levels, Stock Out predictions and so much more! Additionally, for the first time in Celonis history, this data model connects your Bill of Material
What is the status of the tickets i raised?
Please find our Thesis Program FAQs here: https://www.celonis.com/acal-thesis-support/
Hi all, I am analysing the approval process of various documents in a single system. As the approval processes differs a lot depending on what document is, I would like to know for every single type of document, what % of cases have been regarded as the most common variant. I have read the Cloud Help documentation and came up with the PQL below but still the results differs from what I looked up individually in Variant Explorer, would you please advise what could have gone wrong in the PQL? Thanks a lot! AVG(PU_COUNT ( DOMAIN_TABLE ( "Table"."Document" ) , "Table"."Document ID" , INDEX_ORDER ( PU_COUNT ( DOMAIN_TABLE ( VARIANT ( "Table"."Action Name" ) , "Table"."Document" ) , "Table"."Document ID" ) , ORDER BY ( PU_COUNT ( DOMAIN_TABLE ( VARIANT ( "Table"."Action name" ) , "Table&quo
Has Celonis stopped Data Engineer and Data Analyst certification Exams? If its still there or name has changed , please guide how to find one and register for the same? Thanks in advance
Hello,I get an error when trying to install pyCelonis locally. Can you please give me advice (additionally to what is already available in the documentation). Thank you, Martin
Certification Exam 2021/2022 - Implementation Professional Section Certification exam got failed ,How to re take the exam
Welcome to the Celonis World Tour Hackathon 2021! We are challenging you to develop and showcase hands-on and actionable sustainability use cases with our new feature signal link! With the signal link and process network explorer, we have a new & powerful technology at hand.This technology enables us to understand end-to-end material flows, understand global inventory levels, see how supply chain networks are working in real life, and much more. With these capabilities, we can understand and address challenges that supply chains are facing, also with regard to sustainability. It’s easy to participate, you just need to follow those steps:Explore the attached data set and come up with a sustainable use case that can be supported with this new feature.Create a max. 5-minute video showcasing your sustainable use case. You can use any supporting material ranging from slides, the Celonis analysis, or just a paper and a pen. It’s up to you!Upload the video in this form. Please name you vi
I was looking for a way to exploit the timestamp of the complete (end) of an event. I couldn't find it in Celonis Academics EMS. Is there any way to do it? We were provided a data set with both start timestamp and complete (end) timestamp, so we can analyze the waiting time. Is it possible to analyze the waiting time in Celonis EMS?
Hallo. I need a PQL Function Library. I have found the page, where it is stored. However, I cannot download it. The webpage is https://help.celonis.de I cannot figure out where I can find the library. Since Celonis uses their own language, even it is very similar to SQL, it is much better to have the library where you can look up for a function or command. Thanks in advance. P.S: Regarding the version of Celonis, I have no clue. I know that we use a web-hosted Celonis.
How to ingest semi-structured or unstructured data in celonis? Do they have any connectors for Mongo DB
Where can I extend the time an invitation link is valid?
To whom it may concern, I am part of a group of master students of the Technical University Munich currently researching the business model of Celonis. The company and how it operates is tremendously interesting, but it is difficult to find details on certain aspects of the company. Here, we are trying to reach out to you whether we could come in contact with someone who can give us some insights into how certain parts of the business operate. This would of course not be any sensitive information, more in regards to topics such as how revenue is generated across the variety of Celonis' activities and how Celonis conducts itself with customers and partners. Please let me know if anyone would be willing to talk to us or have an email conversation. Thank you in advance,Luc
Hi all, I‘m desperately looking for a way to start a data job directly via a Python statement within the ML Workbench (IBC). I succeeded in starting a data model load via the api_request() function providing the reapective pool and model ID‘s but couldn‘t implement a similar logic for a data job execution on the ML Workbench. Could you help me out with the correct function and schema on how to do the call? Thank you very much for your help! BR David
Good afternoon everyone, We've been looking at our Delta Loads and Full Loads runtimes to try and optimize our Data Consumption and we've noticed that the Delta Loads always take more time than the Full Loads. Is there a reason for this? Is there something we can do to have them be faster? In the below Image you can see some examples of /COCKPIT/THDRV and CDPOS tables which are quite large Please advise Thank you in advance for your support
I have two tables "Ta" and "Tb" in join directly, Tb is the master case table and the relation is "Tb" 1 -> N "Ta" . In formula Editor inside the number component COUNT_TABLE("Ta") = 1305 and COUNT_TABLE("Tb") = 7144 and all is correct. When I create a new number component with COUNT_TABLE("Ta") / COUNT_TABLE("Tb") I retrieve the number 1.2219..... I don't Know Why! I expect 1305/7144 = 0.1826. Components are without filters. How can I use multiple COUNT_TABLE in the same formula?Thanks,Alex Giorgini
Is it possible to set delta loads from SAP in such a way, that when new column is added, the extraction won't fail, but will just add the new column to the list of the columns and treats it as unselected?
Sustainability Base Camp Sustainable business execution is more important than ever. We believe that the EMS has the capability to help create more sustainable processes. To get ideas rolling, we've created the Sustainability Base Camp, a 2-hour training track, which aims to give you a broad overview of what matters in terms of environmental, social and economic sustainability. Begin your journey today to get the conversations started! Use this discussion forum to exchange your thoughts on the questions posed throughout the track. Remember that feedback to the track itself is best handled via the feedback form on the Academy :)
Hi, I am looking into setting up a dashboard to monitor contract leakage in the form of paying a higher price for a specific item than agreed in a contract. 1.) I would like to obtain a count of purchase order items that were purchased outside of an existing valid contract.2.) I would like to obtain an indication on the cash value (difference between PO price and contract price) In our data model EKPO consists of both, purchase orders (EKPO.BSTYP = F) and contracts (EKPO.BSTYP = K). Now, I would like to compare the material number (EKPO.MATNR) for all EKPO.EBELN where EKPO.BSTYP = F with the material number for all EKPO.EBELN where EKPO.BSTYP = K. Whenever there is a match:1) Check if the contract number (EKPO.KONNR) in the PO (EKPO.BSTYP = F) equals the contract number (EKPO.EBELN) of the respective contract (EKPO.BSTYP = K) If not, the item was purchased outside of the frame agreement. If EKPO.KONNR empty, the item was also purchased outside of the frame agreement
Hello team, Our certificate is going to expiry today at 18h15 GMT and we need a new certificate. Can you help us with this? Best regards,Diogo
We are trying to access data model for an analysis and are using python script to connect and access data from backend. We are using Celonis cloud environment ‘TryCelenois’. We have created an apikey in user profile and using same ‘apikey’ during the login process. We have installed few sample applications from ‘EMSStore’. These applications has preconfigured analyses that we are using for our analysis. We are not using any custom data connector and instead using Celonis provided demo data model to provide data to these analyses. We can view data and perform all kind of analysis from the UI on these analyses. However, when we are not able to access datamodel object when trying to access it from external application through ‘pyCelnois’ We are using ‘pycelonis’ package to establish connection and extract data from Celonis. We are able to successfully connect with the Celonis system and able to extract the required analysis from the analyses collection. Though we are able to extract most
Hi,Is there some kind of limit how many columns can be visible in the column chart? I have a table, in which I wanted to visualize activity count 13 types of cases per date. When I create 10 of them, the column bars are barely visible. If I add next kpi, then the bars disappear. Is there some option to show all 13 kpi at the same time in column format? I know I can change some of them to line axis, etc. but would prefer columns for all of them
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.