Hi
I am in need to find the Year To Date excluding the current month and Year To Go including the current month. I tried with different formula and still facing some issues. Can you please help me on this?
depending on your time settings does this work
Lineitem[SELECT:Time.YTD] - Lineitem[SELECT:Time.Current Period]
And
Lineitem[SELECT:Time.YTG] - lineitem from above
David
Hi David,
Thank a lot for providing me the direct solution. Yes, it should work depending on my time settings. The solution suggested by you worked.
Hi - I cannot seem to create a migration for Assignment 3 and it will not allow me to update the hierarchy and proceed further. It seems to think that a link has already been created, but I don't see anything. Any ideas?
There was an error rendering this rich post.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…