Hi- I'm trying to update the formulas to reference the drivers in EMP03 Employee Drivers by role. I keep getting an error when i try to update the formula. Do you know why this error is happening?
Hi @Kevinc107
Your source module is dimensioned by department and role and target is dimensioned by employee , so in order to refer value , you need to esatblish mapping between all source and target dimensions , so in the lookup formula, you must use department and role mappings of the sys 08 module ans make sure they are list formatted to the department and role dimensions
Hi Kevin,
If the formula has to work then it should consider getting source and target module at same dimensions.
In the formula written the source module dimension doesn't match with the target.
Recheck your formula.
Check whether the source module being referenced is right.
~Abhi
Hi Did you find the solution of this issue. I am also facing the same issue with Formula. Can you please share
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…