Hello Anaplanners - I am trying to add a 2nd column on this module that calculates variance between 2H Budget minus Forecast as you can see in the 2nd pic. 1st pic shows my versions. Every time I attempt to create a new row for this calculation, I get the error that you can see in the 3rd pic. At a past company, I was able to essentially stage the data because our versions module had a "Parent" column. Is there an effective workaround to calculate the a 2nd variance column as I'm trying to do? Many thanks.
Hey - Can you add in single quotes so formula reads instead: forecast - '2h budget'. I don't think it likes you are including numeric values that are not escaped in your formula.
-Jt
@rtriguer
As @jnoone says, sometimes the ' s are needed. so if in doubt, point and click rather than typing in.
Generally anything other than a space (e.g. -, >, number etc.) will need 's.
David
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…