Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi:
I have a column that has a FY budget of $1MM
If the user selects Jan then $1MM * (1/12),
if the user selects Feb then $1MM * (2/12),
if the user selects March then $1MM * (3/12)
How can I do this?
Thanks,
J
Oh by the way I am a front end user. I have no access to loading data. I can only play around with dim and expressions.
Might use getselectedfield in variable and use it there. So that user selection will effect there. or else max condition will work as default.