Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
Hi, I am creating a dashboard (Analysis) based on a Knowledge Model, which was created with database contained in an Excel file. How can I upload automatically thrice a month the Excel file, considering its changes between the different loads. The file lives in a repository (Sharepoint), and the database from the Excel should be transformed by a Data Job. ThanksLDH
Hi,I want to calculate the minimum of the following calculated column of an OLAP table: SUM (CASE WHEN "Internal_Contol_BD_KPI"."RESULT_VALUE_2" = 'FAIL'THEN "Internal_Contol_BD_KPI"."CONTADOR"ELSE NULLEND) / SUM ("Internal_Contol_BD_KPI"."CONTADOR") but when I try to apply MIN() to all that expression, the following error occurs: "Aggregate expressions cannot be nested inside aggregate expressions." Then, how can I obtain the minimum of that calculated column? I though a solution may be using PU functions, but since there is only one table in my analysis, it is not possible. Regards
Hi all, For a use case, we need to iterate over SAP tables and therefore the SAP on-premise extractor is not sufficient. We are investigating accessing the data using a Python script (possible in the Machine Learning workbench) as described in Connecting Python with SAP (step-by-step guide) | SAP Blogs. Has somebody experience with this approach? If we want to do it in the Machine Learning Workbench, this requires (temporal) admin access to install the SAP NetWeaver RFC SDK. Is this something that is possible? Looking forward to your ideas! Cheers,Jan-peter
I want to increase the no. of free attempts for engagement certification fundamental exam in celonis. I was not able to clear in free attempts (2 ) and utilized all
Essentially, we are tracking usage of our Action Views / Skills through an augmented attributes table. Unfortunately, this table refers to users through a code (CHANGED_BY field): We have recently realized that we can extract User Information like this: Which will give us a correlation between User IDs and the actual Users (Name + E-mail):Since we have an ever-shifting user-base, is there a way for us to get this information into/from Celonis' Back-End (Data Integration) automatically? Thank you in advance!!
in the example below, Action Section has been updated occurs multiple time, I want to calculate the time spent between each of the "Action Section has been updated"xyz Action Section has been updated 2-Apr-22def xyz Action Section has been updated 2-Apr-22abc def abc Action Section has been updated
Are there any limit to the amount of data to be processed by a Jupiter notebook running in the Machine Learning module? I mean... can I for example load a pandas data frame with 2 billion rows ...or any crazy volume? Is there going to be a cost associated with execution of a Jupiter notebook? or to the data volume processed or the cpu used? TIA!
I will have periodic extractions from the transactional systems once a day into a bunch of text files (.csv) How can I set up extraction jobs to do that? Is it a specific connector? Because it seems the "File uploads" is only for manually upload files. But I need to upload them from a shared folder, and do it periodically and automatically. TIA
i want to create a dual axis chart in view but 1st will be bar chart and 2nd will be the line chart , and i want the bar chart value constant it should not get changed according to line chart filter , how can i do that . Thankyou
I wish to appear for the Solution Professional Exam. Can somebody guide me on a> How I can enrol for the exam? b> where i can find the relevant track(s)/ module ? c> Prerequistes
Hi, I would like to run an Celonis Studio Action Flow that calls the API https://magpie.springernature.app/api/users. This API only allows access from certain IP addresses, I therefore have to use the HTTP (On Prem)-module for this. Which connects to a Celonis Agent on our company's server. There seems to be something wrong with the application.yml file of this Celonis Agent, as running the Action Flow produces the runtimeerror: "url - URL format is incorrect or domain is not whitelisted, please check application.yml". Does anybody know what I'm doing wrong? Thank you very much! The application.yml file looks like this:---agent: name: Celonis-On-Prem-Action-Flow concurrent_executions: null id: 44962ead-5b9c-4b94-8e58-d93427c7186fcelonis: authentication: appKey: <I think I better not tell you this> teamDomain: springer-nature-productive env: eu-3 internal-proxy-config-path: null proxy-config-path: nullvault: enabled: false file: nullconnectors: http: enabled
There is a problem while connecting ebis and oracle ?
Hi all, I have been trying to use file upload method to upload the source data, however, i often find that the original event log has a lot of duplicated activities (same timestamp or near same-time timestamp) which created a lot of "noises" in the analysis, for example: Create Purchase Order 2021-01-01 01:00:00Cerate Purchase Order 2021-01-01 01:00:01 This kind of "duplicated" activities are less likely to be performed by human, would you please advise if there is a way to de-duplicate records that happened within a very short timeframe (say 1 s) with all other fields having the same value? Also, as I have been trying using different file and thus this occupy much of my data consumption, may I know is it possible to remove the file uploaded and release some capacity for other analysis? thanks in advance!
Where I can get the transformations jobs for APC Data Consumption Monitor? In EMS Store I can only see APP not the connector.
I want to know the status of our Partnership & Partnership certificate with Rsystems Inc.
Hi, I am currently using the Machine Learning Platform on Celonis to read a csv file using pd.read_csv which has been working perfectly until I had to update it with a new csv file. There's a weird problem where, when I read_csv the file in the Jupyter environment all the data is thrown into one column. It's even more odd because if I view the csv file directly on Excel or by opening it on another tab in Celonis Machine Learning, all the data seems to be formatted correctly into a table. So, I'm not sure why it's suddenly reading everything into one column. Thanks,Terence
Hello,I would like to create a benchmark exactly as it is done in the Accounts Payable analysis (found in both the training and the Sandbox), but instead of comparing the Companies (or other attributes) I would like to define two different time intervals. Ideally, I would like to insert two Date Pickers, one for the left part of the sheet and one for the right part, and therefore be able to define two different periods. Thanks to anyone who will give me some advice or best practices for my question
I am using the C4C+ for a sales pitch. While working with the conformance checker, came the question that Is it possible to set some business rules for process model. For example, when attribute x > 100 follow an approval path 1, else path 2 ? And See if both paths are conforming to their respective business rules?
Hi all, I am trying to use the e-mail module in Action Flow and I need to add a connection using my SMTP server. These are the configurations that I should fill but when I fill these configurations, it gives me an error like that :Is there anything that I should do before filling these configurations or in general how can I use my SMTP server in my Action Flows? Thank you,Ugurcan
i have a column that contains date and time , i want to increase the time by 5 hours 30 minutes for each cell what would be the syntax for that . thankyou
I'd like to create a histogram that shows me the distribution of certain activities across a calendar year (Jan to Dec), independent of the year it happened. In other words, if such an activity happened in March 2019 and March 2021, it would count as "2" for March. This simple chart works fine if I have at least one activity for each month of the calendar year, like shown here. However, if I don't have it, like in this case, the chart 'falls apart', like here:I was wondering if one of you had an idea on how I could 'lock in' such a 12 month x axis.(Icing on the cake would be if I could show month names, like Feb, instead of numbers, like 2) Thanks!
I'm creating the column chart and I'd like to change the intervals between numbers on the vertical axis. Could you please tell me the way?
Hello,We have lack of knowladge . We would like to load a process flow like this.Lets assume we have process Flow like that A-> B-> B->C-B->B-> D->B->B->EWhen we do conformance I would like to use A->ANY To ANY -> C Any to Any ->D Any to Any->EI mean Any activity between A->C could be exits.Best Regards,Vahide.
Every time I access Celonis login screen, my PC starts going crazy; CPU and GPU usage up +50%, draining memory and fan spinning like a jet engine. I am pretty sure it is caused by the fireworks animation that adds no value whatsoever.Once I pass the login screen and land to Celonis main screen, everything goes back to normal. So not a big problem. But it is kind of annoying that it happens every time I try to use Celonis first time in the day. Checked with my colleagues and they have similar experience.I only experience this kind of problem only for Celonis login screen. All other web sites work fine. Can you stop this animation please? It's not adding any value, in fact, it deteriorates our experience.
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.