I want the user to select only one boolean line item at a time. When the user selects one boolean, other booleans should not be selected, and once the user unchecks the selected boolean, all booleans should be available for selection.
You can use this formula in Write DCA Line Item,
You don't need any summary for Only One? Line Item and use this formula:
IF TIMESUM(Only One?) THEN Only One? ELSE TRUE
Cheers!!
@jhondoe443322 By using Dynamic Cell access you can implement this.
@SriNitya Can you guide me. I am not able to do this I have tried
@jhondoe443322 Use below logic to apply DCA
Please Note the Line Item Summary for Only One
@HimanshuRaj is there a way where we can possibly avoid SELECT actually there is no LIST or anything available for me the Only one Boolean Line Item is Time Formatted and I cannot use SELECT there!
@jhondoe443322 If it's time formatted, then keep the time summary to Any as i did above and use [Select: Time.All Periods]. It will work same way
Can you confirm, if you have Total of All Periods on in your time settings
Yes I have tried the approach you are telling. But I want to avoid the use of SELECT and All Periods!
Is there any specific reason to avoid using Select for All Periods? as It's not against Planual Best Practices
To avoid select you can try below approach, Create below two modules. 1.
@jhondoe443322 To avoid select you can also try below approach, Create below two modules.
2.
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…