Hi Will,
Your 2nd formula is close ,a little tweak required in that.
1. The employee expense report summary module has a dimension of versions and EMP02 module doesn't, hence the IF should be considering the forecast. (Use SYS09 module)
2. Only one lookup might be required - The employee expense report summary is dimension-ed by country but lookup in the formula is by region rather country.
3.Else condition will not be zero as the IF statement should be defined for forecast as well as actual. (Use DATA01 module for Actuals)
Hope this helps
~Abhi
@willbecker
Where'd the question go?
Never mind. I figured it out.
Thank you
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…