Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
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
Hi Team, I have a conceptual question here. We are importing data through flat files from 3 different souce systems namely : MDG, ECC and PLM. Need to identify a field which can be taken as a common reference which will further help in defining Case key for the process. The process is around Order to Activation of SKU in SAP..Any help would be much appreciated, or someone who would have dealt with similar use case. Eg : in a generic P2P process, #PO Items could be used as 'Cases' across the flow, trying to identify something similar in my current process.
Dear Celopeers, On December 8th at 5PM CET, we are hosting a webinar with our product experts to dive into the technology behind automating sales order entry with 100% data accuracy. At the Celonis World Tour event in October, Celonis & Conexiom released a product offering to empower companies to mine, automate, and optimize their order management processes. Join this webinar to meet the technology behind achieving 100% data accuracy in sales order entry. Register here!
I want to try root cause analysis in ML on my data. I have followed the same way as here https://celonis.github.io/pycelonis/notebooks/01_Root_Cause_Analysis_Tutorial.html. All steps work fine until it reachs the row rca_result = RCA.apply()The reported bug says this : UnboundLocalError: local variable 'za' referenced before assignmentDetails listed below:0it [00:00, ?it/s]---------------------------------------------------------------------------UnboundLocalError Traceback (most recent call last)/tmp/ipykernel_740/325769791.py in <module>----> 1 rca_result = RCA.apply()~/.local/lib/python3.8/site-packages/pycelonis/root_cause_analysis/root_cause_analysis.py in apply(self) 60 selected_tables, search_list = self.filter_case_key() 61 chunks = self.create_chunk_list(selected_tables, search_list)---> 62 za = self.calculate_kpis(chunks) 63 zb = self.postprocess_kpi_frame(za) 64 return
Can we connect our locally installed SQL express under data model ? If yes, please help with detailed steps
Hi there, I am getting a run time error creating a table and I am wondering if this concerns only the editor or also a scheduled transformation job? Kind regards,Sasa
This is one of the error message I had: Table BKPF cannot be accessed with the current connection configuration.. Celonis Support ID: 7097d202-4f59-464c-8e18-38c7a037ebb8
Can someone explain the relationship between IBC, EMS and Snap? Many thanks.
Hi Celopeers, is there a way to apply "finegrained" permissions for an application key onto a data model?We want to enable a ML application to access a Data Model in a read-only manner. The application key should be able to query the data model, but nothing else. The only way to grant access to a data model is to set the "Admin" Permission for that application key on the pool level. Thus, the application key has FULL access to EVERYTHING in this pool, and potentially access/edit/delete things it's not supposed to. The "Use all Data Models" permission does nothing for the API as is only applies to analysts creating content so that they can link their assets to a DM. Thank you for your helpBestMax
Greetings. I am new in process mining and Celonis, and i'm stucked.We got OLAP Table with data into it, in last column we counting KPI, the question in how we can measure process at the specified time?Example: I got an document that flows through the signing process, and for now this doc is signed, but 2 days before it was on some step (like signing paper copy with partner) and i need my OLAP table to count difference between the start of this signing and today(date) when i filter my Analysis with the other graph.Now, i using the "PROCESS EQUALS 'Signing with Partner' END" to determine state of the process, and it's works fine for documents, that really at this step for TODAY(), but if i filter EVENTTIME in the past - i still can see the KPI's of this doc. How can i get the process state of the case at specified date? Thanks!
Hi All, may I know is it possible to get the data set used in the Procurement TryCelonis Demo? That will be really helpful when we let our users to know what exactly they may need to provide in order to perform process mining. Thank you!
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.