Hello everybody,
I have a data model in which I need to manage one of the case attributes that can have multiple values simultaneously for a single case (i.e. a multi-value attribute) and I am wondering about which is the proper why to model it.
In other DBs and DWHs, I usually model this situation with an additional table linked to the main master data with an N:1 relationship (N records for each master data record), but if I do such thing on Celonis and then connect the master data table to the Activity Table with a 1:N relationship (N activity records for each master data record), when I try to display the Throughput Time by the multi-attribute values, I get the infamous "No common table could be found" error message.
Which is the recommended way to model multi-value attributes in Celonis data model creation?
Thank you, best regards,
Andrea