Hello all,
How can I get the month where the switchover week-end falls under? I've tried several things, not getting the desired output, yet. Thanks!
@sosunkwo
Great question...Is it the Current Version or just any version with a switchover?
If it is for just the Current Version, you can change the formula scope to Current Version, but if you want all of them, you can do this:
Create a module dimensionalized by Time and Versions, with one line item. I have it defined as Date, but it could be anything. Format should be Period with the summary being either First Non Blank or Last Non Blank. The formula should be: IF ISBLANK(PREVIOUS(Date)) THEN ITEM(Time) ELSE PREVIOUS(Date)
Then, the fun trick is to change the Formula Scope to All Versions except Actual.
Hope this helps,
Rob
Hi All, I'm Currently Optimising some of our Cell-Count Intensive Reporting Modules, I've an almost working solution except for this limitation I'm facing. We've around 5-6 Reporting modules in our model which is Dimensioned by Levels of Promo Hierarchy X Users, promo Customer Hierarchy X users. Since the promo customer…
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…
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…