Hi everyone,
I hope someone can help me in this case.
Parenttable: AFKO
Childtable: Activity_Table
Necessary columns within the Activity table: Activity_Start , Delay
At first I want to search for the smallest value of Activity_Start for each Case in AFKO:
PU_MIN(AFKO,Activity_Table.Activity_Start)
Next, I want to get the corresponding value of Delay.
How must a formula look like?
Thanks for your help!
Alex