Can I get values from a referenced case?
Hi, in my datamodel the cases are customer's orders. An order can get paused due to other order of the same customer. In this case the first order also has the CaseID of the blocking order as a reference in the CASE table.
Now I want to show each CaseID in a column and a value from the referenced Case in a seperate column.
I.e. I want to say something like:
"Give me the value "CASE"."ORDER_TYPE" of the case whose CASE_ID is referenced in THIS case's column "CASE"."BLOCKED_BY".
All attempts with Pull-Up and Domain_Table statements failed.
Any ideas?
BR Florian