I'm attempting to show the 'remaining' months eg everything after the current period in the time settings - is this possible ?
or would I need to create a fake period list?
@joshuastockwell
Hi
This is the same principle as a post a few weeks ago
https://community.anaplan.com/t5/Best-Practices/How-to-reduce-the-dropdown-list-of-a-column/m-p/40944#M4247
But let's go through the steps
1. You should already have a time settings module; if not create one now!!
Within this, link to the Currentperiodstart() to have various booleans for history, current, future periods etc.
2. Create a single item list (this will be the driver list).
3. Create a line item (formatted as above) in the Time Settings module and apply the appropriate logic
4. You will need to create a fake time scale that matches the normal timescale
Top Tip - to make it easier to match, use the same format as the timescale - e.g in my example mmm yy
5. Create a mapping module dimensioned by your fake time scale from 4., and map in the real timescale and then pull in the "future?" list item from the time settings
Top Tip - FINDITEM(TIME, xxx) is the way to match to a timescale
The line item formula for Future? is Monthly Time Settings.Future?[LOOKUP: Time]
6. Create a list property in the "Future?" list and point it to the line item above
7. In your target module, you will need to create a line item that holds just Future?.Future? (make sure the dimensionality is set to none)
8. Now you add you drop down list line item and use the line item above to apply the dependency.
You will of course have to match this chosen field back to the real timescale, but you already have the mapping module from 5 to use for that
I hope that helps
David
HI,
We can restrict list items based on dependent drop down. As Time is Anaplan inbuilt list like users list, I would suggest you to go with Custom time list in your model.
Lets wait for others to throw their answers!! 🙂
Thanks,
Kavin
@joshuastockwell ,
You can do that, you will just need to use Filters to accomplish this. First, my Current Period:
I created a Time Filter 2 module dimensionalized by time with one line item: Greater than Current Period which is formatted as a boolean.
Now, in my "data" module, I created a filter showing only the months where the above are checked:
If you would like to see the Quarters and and Years as well, change the summary on the Time Filter 2 module to be Any.
Hope this helps,
Rob
Sorry,
I just reread the question, you were only wanting the members in a dropdown or a line item, is that correct? If so, then I don't believe that is available with straight time.
thanks @DavidSmith for the walkthough, this has worked perfectly for what I needed 🙂
I have read your steps to solve this problem, but I still don't know how to do it. The specific steps are not detailed enough.Could you please make it more specific? thanks a lot!
Hi @DavidSmith ,
I just want to ask how should I maintain the Timescale List as I only need the Current Year and 1 Future Year and it will change over time?
Thanks.
@Jerald.Reyes
David is no longer with Anaplan so maybe I can help. You have to remember, Anaplan is not an ERP and should not hold historical data to the end of time. Figure out what data it actually needs from an end-user standpoint and go from there. If the users only need two years, then you will need to roll the timescale by one year every year.
Hi @fssebastian ,
It's just a regular list that has the same number of items as your native time scale, and best if it has the same names as well, easier to map.
Andris
@fssebastian , if you are confused you can even use a transaction list/index list as well (1,2,3…)to map, here it was for months so used a fake time month/either way is works, if you have a different use case to map 100 items you can use a transaction list (1,2,3…100)
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…