How to select only one Boolean line item at a time by disabling all other Boolean options?
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.
Best Answer
-
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!!
1
Answers
-
@jhondoe443322
By using Dynamic Cell access you can implement this.0 -
@SriNitya Can you guide me. I am not able to do this I have tried
0 -
2
-
@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!
0 -
@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
0 -
Yes I have tried the approach you are telling. But I want to avoid the use of SELECT and All Periods!
0 -
Is there any specific reason to avoid using Select for All Periods? as It's not against Planual Best Practices
0 -
To avoid select you can try below approach,
Create below two modules.
1.0 -
To avoid select you can try below approach,
Create below two modules.
1.0 -
0