I am looking for a solution to automate changes to large number of analyses, where I need to occasionally add/delete columns from tables and graphs, when they become obsolete and replace them with new columns from the data model.
Ideally, I would like to know if there is a way to access analysis content (various components) and manipulate them via pycelonis.
The content is so far only accessible via celonis.apps, where it is not possible to change anything.
Is there a possible solution in pycelonis (or something else) right now?
Best answer by janpeter.van.d
Hi @andrej.barto,
In theory you can, but you need some knowledge or JSON.
I don’t think you can do that in an analysis, but hoping that you create one table for removing and adding columns theoretically should work in Views and KM.
You can select the entire table in the View through a KM and when the Data model is updated the view table should ideally update as well