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.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

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!!

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In