Ask questions and get answers about Celonis products from experts and peers.
Recently active
Hello All, can anyone share how to best respond to customer concern on subjecting their tables to cloud environment and is there any on premise option in Celonis? Thanks you
Hi Everyone,I have the following situation and problem: I created a variable, based on a "Store"-Table used to dynamically filter dashboards and analysis. The stores-variable is loaded from a table as a "text/replacement"-variable. I used a dropdown-menu to select certain stores. The analysis are then filtered by this selection. So, when you select "Store A" and "Store C" but leave out Store B you only get to see data from those two stores, but not Store B. Here is the problem: When I then want to reselect "Store B" the field to do so is greyed out. Furthermore if I deselct every Store the dropdown-menu is completly empty. I can no longer reselect any. It is as if the menu has forgotten these entries ever existed. So:How i build a dropdown menu to dynamically filter analysis and select/deselect and reselect any attributes? Thanks for your help in advance!
Hi, How can I "hide" a published package inside a space? Just like i can hide (Visibility On/Off) the assets inside a package, i was looking for a solution for hiding the whole package. thanks
I would like to do a dropdown but I keep getting a message that "The aggregation function SUM cannot be used toether with dimension function input. I tried making saved formulas for my code, but also I've got error. Have you got idea how to do it?
Hi. My team has been developing an Action Flow that sends a CSV attachment in an email for the customers that have due payment. The problem is that the customer wants to receive their invoices grouped by the reference number but the actual GROUP BY function that Celonis have makes the reference number divide the attachment so in this case the same customer would receive 2 or more emails instead of just one.We already implemented some tools for separating the CSV text with (,) so we want to know if exist something similar for this case. Thanks in advance :D
Is it possible to calculate troughputtime between and activity and an attribute (also a timestamp, but modeled as an attribute because it is not a process step)? Thanks for the help!
i have got some excel and csv files to work upon im not able to add this data into celonis ems platform and do further operations
Hy Guys! I would like to count how many activities started from the year 2023 ? You know?
@Ezgi Türksoy @bugra cabuk @emre.karad @Vildan Aslan you can follow up.
Hi Community! How can I use the View Variable into a Filter expression?
Hi Team,I want to group together another set of dimension on top of already "Case when" KPI which gives an output of 1 or 0 on top of which i need to set a group by where it is showing a,b,c etc groups where 0 and 1 is of group "a" and 0 and 1 should be of group b etc. I have the current available kpis.
I need access for PQL Queries Certification which I almost near to pass the exam and already used Couple of time.
Hi, I need to create a list of all table names and columns in each table that we have in Celonis. I've tried pycelonis, but while I can get the tables the columns list showed as empty when using get_tables(): DataPoolTable(name='LFA1', data_source_id='xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx', columns=[] ,...) I've also tried using sql query: select table_schema, table_name from v_catalog.columnsbut got error: "Not allowed to access schema v_catalog" Is there a way to quickly download such list? Thanks,Karol
We are seeking to access detailed data from the accounts receivable demo, but we are unsure of the process to export this data. Could anyone kindly provide guidance on how we can achieve this?
With display rules, I can customize visual styling for the content based on the cell value. However, I would like to use the comparator against another value. In my specific example, I want to add priority symbols next to each PO number based on another attribute, for example the delivery date or net order value. For the latter, I want to define buckets and then map them into priorities that should be the value to compare against in the display rule. You can think of the feature custom conditional formatting in Excel. Is this possible? CheersIrfan
Hi all, can you advise the SAP table number that is used for Plant Maintenance. Is there an example log file for Plant Maintenance or table scheme? Thank you.
Hi Community, can anyone tell me if there is a maximum number of eventlogs (activity tables) that can be used in a data model? Thanks Himanshu
I defined variables for the dates in order to operate different KPI's. In my case Base Dates effect KPI 1, Current dates effect KPI2. my dates are variables (Date_1,2,3,4)as you know datepicker effect the whole analysis.Note: CAUFV.GLTRP is a date table column KPI_1 Component FiltersFILTERROUND_DAY("CAUFV"."GLTRP")>= to_date( <%= Date_1 %>,FORMAT('%Y-%m-%d’))ANDROUND_DAY("CAUFV"."GLTRP")< to_date( <%= Date_2 %>, FORMAT('%Y-%m-%d’)) ; KPI_2 Component FiltersFILTERROUND_DAY("CAUFV"."GLTRP")>= to_date( <%= Date_3 %>,FORMAT('%Y-%m-%d’))ANDROUND_DAY("CAUFV"."GLTRP")< to_date( <%= Date_4 %>, FORMAT('%Y-%m-%d’)) ; @bugra cabuk @Ezgi Türksoy
It appears regardless of the given arguments or complexity. Celonis version: 4.6 Thank you for your help!
Please improve this code, FILTER MATCH_ACTIVITIES ( "finalResult_0_005"."ACTIVITY" , NODE ['<%=display_code_1%>'] ) = 1; so that when nothing is assigned to the display_code_1 value, it displays all the data. I tried FILTER CASE WHEN '<%=displayCode_1%>' IS NULL THEN 1 ELSE MATCH_ACTIVITIES("Correlation_0_0075_remove_1st"."ACTIVITY", NODE['<%=displayCode_1%>']) END = 1 this code but it did not worked. It returns MATCH_ACTIVITIES: Could not find activity []. this message. Thank you
I am trying to understand how can I use a Signal Link Explorer (SLE) component in a view. I found in Celonis documentation orientation about Network Explorer (NE), even it is mentioned that exists SLE, but I didn't find further information about it. I would like to access an explanation about the YAML components of it. I found it applied at Inventory Management app and I would like to use it, but I didn't understand how to get there. I hope someone is able to help me on it.
I would like to concatenate a date and time coming from a specific table into a single column, but I get the following message:Operator requirements are not met. Operator 'CONCAT' is not compatible with inputs of type DATE. Is there some workaround to concatenate DATE type?
Hi Folks I have a Knowledge Model with some KPIs and a View displaying it. I want to allow the user to see the value of the KPIs for different periods. To achieve this I´m trying to create a Filter and a Variable. The Filter helps me to filter for some specific conditions to calculate my KPI (see filter statement below) FILTER TO_STRING(ROUND_MONTH(PU_FIRST("JIRA_ISSUES", "_CEL_JIRA_ACTIVITIES"."EVENTTIME", "_CEL_JIRA_ACTIVITIES"."ACTIVITY_DE" = 'Fehlende Ware')), FORMAT('%Y-%m')) = ${monitor_timefilter} The Variable ${monitor_timefiler} is the one that I want to update based on user selection (month of their interest) - > the KPIs should be updated based on user selection. So far I can do this but I need to update the Variable ${monitor_timefilter} manually. Any hints on how to achieve this would be highly appreciated. Thanks in advance
Hello All. For our Clients process, we need activities that are happening in the process, but should not be shown as a process step, because it's a violation. How can we implement that?
i want to set up an automation in Celonis EMS that will send reports via Microsoft O365
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.