Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
I would like to know if there is any material related with customer retention. Any demo, success story or other material. Thanks.
We are trying to create an usecase as following:Calculate payment term mismatches between PO, MD, and Invoice with respect to time log of MD.How many times MD is changed per vendorFor this we have extracted the CDHDR and CDPOS data for zterm changes in LFM1, but unable to link the changes with invoices in BSEG and PO's in EKPO/EKKO table. Can anyone help me in this.
Good day, I recently signed up to the Celonis Partner portal from SoluGrowth. I am looking to complete the Sales Professional Course but cannot seem to find it in the Academy library?
When I create a new analysis with pyCelonis ("create_analysis(name, dm_name)" function) , adding the model I need, it seems good but the model does not be properly updated until I click the option "update" into the analysis settings sheet. Can I do it with code too?. Please, anything I miss?. Thanks,
Hello everyone, we have an analysis sheet that we export as a pdf via action flow. In this sheet we normally filter on a specific plant number before exporting. We want to add the plant description in the analysis as a text field, but only if just cases of one plant are selected. When there are multiple plants selected, the text field should show "Multiple plants selected". I have tried to create a formula and add the result in the text field: CASE WHEN COUNT(DISTINCT "AUFK"."WERKS") > 1 THEN 'Multiple plants selected'' ELSE "AUFK"."WERKS_TEXT"END This throws an error as I am mixing aggregate and case based info. I have also tried to add a PU_FIRST to the ELSE statement, but this does not help. Is there a way, how this can be done? Thank you for your help.
Hey there, does anyone know if it is possible to set a filter on single columns of an OLAP table? Thanks in advance! Best regards
I'd like to set a button dropdown to a certain value when loading a page in a Studio Analysis. I see the documentation talks about setting a selector's value, but I see no examples. What is the method of doing this? celonis.cloud/help/display/CIBC/Load+Scripts
Where can I get Sample data from try celonis ?
Hi, I have an Action Flow with 2 modules: 1. A "Execute Process Automation Skill" module --> which launches a Python Notebook2. A "QueryData" moduleWhen I launch the AF, module 2 starts without having finished module 1 with the launch of the Skill: Note: Output says is "Queued "but de AF is (bad) finished Is there a way in the Action Flow that module 2 does not start until the previous one has finished? Thanks in advance.
Can anyone help me out with AML Banking related KPIs? or anyone have few demo dashboards to share related to AML Banking process?
Hi, I have a Multi Event Log setup and want to show multiple event logs in the variant/process explorer. Unfortunately merge_eventlog("table1"."activites",merge_eventlog("table2"."activites",merge_eventlog("table3"."activites","tableN"."activities")))) does not work as expected. There is no error message, but not all activities are shown in the explorer. Thanks for any response. Simon
Hi All,we have sales order data model and Accounts Receivable data model with separate activity tables. Wanted to combine these two models with multi event log capability. how should the SO tables VBAP/VBAK connected to AR tables BSEG/BKPF?
Request is to delete data from 2018-2020 and we were exploring of a better way than creating and scheduling scripts to delete the data, which seems manual. If there is a better way to automate the process for future as well, that will be really great!
I have created a KPI list in the view using the existing KPIs in the Knowledge model. Since a KM is connected with multiple Views, thus a KM KPI is used across multiple Views. But I wanted to have different display names for KPIs depending on the View it is connected to.Is there a way to do that? Screenshot for you reference.
We want to create a use case where we have to assign a case to user depending on some criteria automatically in Celonis views/ analysis,
How to check whether a certain activity has occurred more than once , twice for a single case using PQL ??
I want to get the days in this current month like if the month is june i want all the dates in june . How can I get that??
Is there a way we can highlight top 3 defaulters by company code based on the volume. So far i have seen the option which says background color if the value is less than, greater than , equal to etc etc. Any help here will be much apprecaited.
I am not sure to ask this query here, I am planning for certification exam, shall we get mock test papers/dumps for practice. Please let me know, if anyone have. Please don't mind if it is not relevant one to ask. Thanks
Hi Team, Could you please let me know how we can get the list of Whitelisted Violations that have been done in Conformance? Just like we have a function READABLE ( conformance_query ) where we can get the text of Violation, similarly we are looking for some function so that we can identify which one of them are whitelisted and which one is not.
The current way of developing transformations in Celonis for event logs is to do this per case key. The event log for PO headers has transformations with the po_header_id as case key. The event log for requisitions has it’s own transformations with the requisition header id as case_key and the event log for AP invoices has it’s own transformations with the invoice id as case key. All these three event logs share multiple activities. We would like to make this more flexible and easier to maintain. The main purpose is to have the complex joins only at a single place and to have the definition of the activities also at a single place to avoid having to maintain the different SQL statements in the transformations. The way we are thinking to set it up is to create 1 single activities table and this contains the usual columns like activity name, eventtime and user name, but not the case key any longer. Instead it has multiple columns for the different object id’s that will be populated depen
Right now I did it like this: PU_LAST(DOMAIN_TABLE("ADR6"."SMTP_ADDR"), "ADR6"."SMTP_ADDR") The problem is for example when I've an old E-mail adress like "oldemail@hotmail.com" than after this E-mail changes to "newemail@hotmail.com" it still only shows the old E-mail in the Celonis. Are there any ideas why? Thank you very much!
We would like to have a separate user group/role in EMS to just grant access to dashboards in EMS. Currently, admin access has full access but we would like to restrict service desk team to only grant access to dashboards and not do any development.
Configured the action flow to send an email where it would summarise at the top the total amounts and below it will be the details in a table format. The table format displays everything correctly, however the sum at the top omits when the table has duplicate values and so is incorrect.
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.