Hi,I have a case where I am not going to use quarters, instead I need to split the FY into 3 periods (consisting of 4 month each/ tertial). Does anyone have experience with this and, can recommend a way to set this up? Regards,Stig
@Stig ,
Probably the best way to do this is use a combination of both "Real Time" and "Fake Time". Have all of your calculations be in real time, but use the Fake Time list for all dashboarding/UI presentations. In order to do this, create your fake time list which mirrors your real time (all the months with the same name), but instead of 4 quarters, you have 3. Then have a mapping module mapping real time (months) to the fake time months. Then, with fake time, it is just an aggregation of the fake months to the 3 parents.
Hope this helps,
Rob
Perfect, thanks @rob_marshall !
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…