Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
Error while transforming Data - Quickstart P2P Hello, is there any way to gain further insights while using the quickstart P2P mode? Im having an error while transforming the data and would like to see the reasons for this. Thanks!
I am unable to access the trainings required by my organization. I need urgent help
Team, We have to write a code for threshold which can be read as - --Any transaction with an amount (the total of debit line items in a transaction) if less than 1000 then threshold would be <1000, if the amount is less than 5000 then it would be <5000 else >5000. -- We code it with PU_SUM but the concern is that the threshold is getting applied on the total absolute amount (i:e total of debit and credit of a transaction) and then the threshold is getting applied which is not correct. INSTEAD IT SHOULD SAY IF THE FIELD IN BSEG.SHKZG IS "H" THEN TOTAL OF AMOUNT FIELD CORRESPONDING TO "H" FIELD IN BSEG.SHKZG AND THEN THE THRESHOLD CODE SHOULD BE APPLIED IN CONJUNCTION WITH "H" FIELD . ANY HELP WOULD BE REALLY GREAT. THANKS.ANKUR
---------------------------------------------------------------------------KeyError Traceback (most recent call last)Input In [1], in <cell line: 13>() 29 for sheet in analysis.published.sheets: 30 # if sheet.pql_filter is not None and re.search(find_pattern, str(sheet.pql_filter), re.IGNORECASE): 31 # print ("Sheet filter of analysis: " + analysis.data["name"] + "; Sheet: " + sheet.data["name"]) 33 for component in sheet.components: 34 # if component.pql_filter is not None and re.search(find_pattern, str(component.pql_filter), re.IGNORECASE): 35 # print ("Component filter of analysis: " + analysis.data["name"] + "; Sheet: " + sheet.data["name"] + "; Component: " + component.name)---> 37 if len(component.pql_columns) > 0: 38 pql_columns =
Hi @Celopeers . , I have created a KPI that filters my Activity Table according to certain criteria. The result shows a list of all CASE_IDs that fulfill the criteria. However, because it's an Activity Table, the same CASE_IDs are listed multiple times. Is there way how I can pull the distinct Id's to list them only once?Thanks for your support
Which .net version used in Celonis?
business value architect training
I'm trying to set a KPI in transformation-center, but it's been loading all the time and isn't reflected.KPIs have a green mark. However, the numbers and graphs are not reflected on the screen.(In the overview, the blue mark is spinning all the time)Can you tell me why?
I have been able to connect to our SQL server and retrieve the tables I need through a direct connection. However, when I try the same for the Intersystems Cache database I run into an error.The system administrator can see that I pass through the firewall, so that's not the issue. I have the feeling that is has to do with the obligatory Cache namespace, when I setup a ODBC connection myself it only works when this field is properly given.I expected it to work when I configured it like this but it provides the error message showed earlier within a second.Anyone any ideas on how this could work?
can you please help me to make a connecting in data pool
Hi all! I'm currently trying to change the formatting of the time-selection in my dashboard. It's currently showing the column from which it's getting the timestamps (see the picture attached). Since this might confuse some users, I want to change this to something like 'Selected timeframe'. The selection can be activated by using the standard timeframe filters in the dashboard. Is possible to change this?
if I run first part then run SELECT ANALYZE_STATISTICS ('BSEG'); it is ok. But if I run complete code it throws exception says 'Execution error: ERROR: Unsupported use of LIMIT/OFFSET clause' what is going on ? it all started when I tried to add field Koart to bseg. I reverted but still gets error for a few days. First part : DROP VIEW IF EXISTS "BSEG_UNION"; --Start of customization section --If you extract new records though Replication Cockpit, leave this CREATE VIEW BSEG_UNION statement and delete/comment out the second one. CREATE VIEW "BSEG_UNION" AS (SELECT * FROM "BSID"UNION ALLSELECT * FROM "BSAD"); --If you extract new records through Data Jobs, leave this CREATE VIEW BSEG_UNION statement and delete/comment out the first one./*CREATE VIEW "BSEG_UNION" AS (SELECT MANDT,BUKRS,KUNNR,UMSKS,UMSKZ,AUGDT, AUGBL,ZUONR,GJAHR,BELNR,BUZEI, BUDAT,CPUDT,BSCHL,SHKZG,DMBTR,WRBTR,SGTXT,ZFBDT,ZTERM,ZBD1T,ZBD2T,ZBD3T,ZBD1P,ZBD2
We want to highly tailor the demo for our prospect client, is it possible to get the data set and make some customization on desktop?Thanks!
This is a standard Accounts receivable data job. it started to get error. I need to analyz or alter comment to fix it. but it was working as it is (: Other one is this it suddenly started to ignore AUGCP column. but it is still exist.
Is it possible to customize the mails sent from Action engine? eg: Along with the number of signals(like 23 new signals) I would also like to view the list of the (23)names which has caused the signals, in the mail itself being sent?
hi i am beginner in celonis .i watch (beginner )all videos .i can understand how to make app but i still confused if i make a new app then how can i start... i need someOne help me to make any project process Mining
Hi Guys, i have the following PQL Code "TABLE (COUNT( "AP_BSEG"."ZTERM" ),"AP_BSEG"."ZTERM" );" I want to sort it by the count values, so that the most frequent value is the first one and the least frequent value is the last one. How can i do that?
I am trying to fetch real time information from Oracle EBS and want to use Action flows to send an email if there is any entries being wrongly created. While using EBS Node to connect the DB , it looks for a connection.I created the connection , but the same do not appear in the list. Anyone - Have you ever connected Oracle EBS from Action Flow Node? please Help
In other tools, I would crop the process, export the new event log for the cropped process and import the new event log back as a new process. Is there a smarter way of doing that in Celonis? If not, is there a way to export the adjusted event log from Celonis?
Hi @all, We have a Data Pool with 2 Data Models: Data Model “ECI Data Model HTD - TABLES - TEST” has been duplicated from the Data Model “ECI Data Model HTD - TABLES”. If we do a “Manual - Complete Reload” of both Data Pools, the load times are very differents: “ECI Data Model HTD – TABLES” --> 34 min “ECI Data Model HTD – TABLES – TEST” --> 21 min Apparently, the load time of each of the tables is very similar: If we do a "Manual - Partial Reload" on both Data Pools of a table that only contains 87 records, the load times are also very differents: “ECI Data Model HTD – TABLES” --> 19 min “ECI Data Model HTD – TABLES – TEST” --> 3 min What could be due to these differences? As we said before, the Data Model that has the best times has been duplicated from the previous one. Thanks in advance!
‘On Account Cash’ process is related to Account Receivable only with following business scenario – ‘On Account Cash’ sub-process comes into picture when there is one or multiple invoices issued to customer and customer made partial payment which is NOT equal to cumulative outstanding amount.In this case, say there are three invoices with amounts $20,000; $30,000 & $40,000 that need to be cleared with a partial payment received of $70,000 from customer. This amount received remains as ‘On Account Cash’ on the books until it is manually coordinated with customer and applied in system using SAP TCODE FEBAN.The related SAP tables in SAP I came to know are -BSID – contains information on total outstanding amount for customerBSIS – contains information on balance un-applied (‘On Account Cash’ available to be applied manually) per customer If there was any savings achieved in this area for any of the Celonis clients, it would be great to present as a success stories as required in this a
We are trying to connect Celonis with Microsoft Dynamics 365 on the client side. Is there anyone who can help with this? The online documentation is not very useful as it talks about Action Flows only which comes at a much later stage.
how to extract data from file which is uploaded from file upload folder and create a data connection in data pool in celonis studio.
When a sales person is alerted by an action flow, can I know what activities the salesperson is doing as a result of the alert? i.e., Can I have a record in Celonis of the activities following the alert?
I wanted to calculate all documents processed by any user per day. Can anyone help with formula or explanation how it can be done
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.