Hello, I have created a quarter time field on a ux page. I can select all quarters in that field. I now want to be able to only select the Q2 and Q4 quarters for that input field on the ux page. How? Thanks! Kind regards!
Hi @filipsneyers , You cannot restrict the native time dropdown. You can either use a custom list for it or since in this case it is just 2 quarters, use 2 booleans instead as View Q2? View Q4? & formulate the filter accordingly.
ok, thanks, that last option, I don not entirely understand. Can you explain in detail? I have created a line item "only Q2 et Q4" as a boolean : IF LEFT(NAME(ITEM(Time)), 2) = "Q2" OR LEFT(NAME(ITEM(Time)), 2) = "Q4" THEN TRUE ELSE FALSE but this is a boolean and i want a list line item with this filter
Hey @filipsneyers ,
I guess you're looking something similar (attached picture) - if yes, then create a SYS module and formula for filtering the quarters, that's it!!
NOTE: Q2 and Q4 are visible by filters and not by Show/Hide in NUX page.
Hello @filipsneyers
You can do two ways ,
One , create a filter for the time period to show in another system module and mark Q2,Q4 , then in UX page apply that filter to show only relevant time period to chose from
Alternately , you can create a DCA for write based on boolean check and apply DCA on the target module (which is input for UX) , so it will mark Q1 , Q3 as read only and Q2 , Q4 to write
Thanks
Kanishq
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
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…