Hi,everyone.
Can I set a default value for a list?
I have a list of calendars.
For example, if the current date is February 1, 2020,
I would like to display February 2020 in advance.
Best regards.
Taku.
Hi @taku.s,
I am proposing 2 suggestion for your question.
Step 1. Displaying only current month
Lets say out current period as "Mar 20"
Step 2: I am retrieving current date (If you want to write a formula you can or you can select the date)
Step 3 : i am writing logic to filter current month, current and past month and current and future month
Step 4 : You can apply this filter to your main module.
Thanks,
Sorna Raja Prabhu
@taku.s
Yes, it is possible to set a default time period based on another value.
If you have not already created a series of time property modules this would be the best time to do so.
We can use a a boolean formatted filter to set our default.
The first time property module required covers the current time periods.
Create a new module but do not add any dimensions, remove time and only include the following line items.
Name of Module - Current Time Properties
1. Name - Current Period, Format - Time Period Months, Formula - PERIOD(CURRENTPERIODEND())
Create a second module but this time keep time as a dimension ( formatted to months ) and add the following line items.
Name of Module - Month Time Properties
1. Name - Current Period Filter, Format - Boolean, Formula - Current Time Properties.Current Period
The second module can now be used to filter any view in which you wish to only show the current period. Filters and be used to filter both page selectors and girds.
Property modules can be invaluable when you need to filter and/or map across multiple dimensions be it time, lists or versions.
Good luck,
Chris
Hello Community members, Requirement Details: I have 5 levels of composite hierarchy list (A1, A2, A3, A4, A5). I have published a module in UX, Now the requirement is If user select a list member from A4 level in the context selector or Custom Filter I have to display all the list members under that A4 level. How can I…
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…