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
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…