We tried creating customized dashboards with pie chart and customized fields metrics. We are trying to create pie chart with customized field metric like activity type, amount, etc… .
Any tip or sample on pie chart creation and custom field creation would help us.
Thanks for the tip. We have tried out adding fields as mentioned in documentation portal - Process Mining - Adding fields
Still we are facing issue - Once we add the new custom field via transformation query of output table SQL. we don’t see any errors in the log. also, we are unable to find the new field in the data model and pie chart metric selector list. Any tip regarding this issue would help us.
Hello,
In order to see a parameter in your application please make sure the following steps are completed:
-In your Raw data column you need exists,
-If your column already exists in your Event_log file make sure it also exists in the resulting table of your Event_log_input.sql file (can you see it in the preview?) if not, maybe it is inside the {{ pm_utils.star(source_table, except=['XXXX'] ) }},
clause.
-If your column is in the Event_log_input.sql result but it is a text column but you need it as Number,Datetime,bool etc make sure to include in your select star clause and then include it in a different row like below:
-If your column comes from a different raw file make sure to join it inside 4-EventLogs\Event_log.sql file inside the Event_log as(…) CTE
Afterwards you should be able to see it inside your Data Manager tab and you can create your own metric. For example I wanted to see the return rates for my activities and I created a metric like below from existing columns: