How to select only one Boolean line item at a time by disabling all other Boolean options?

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

  • HimanshuRaj
    Options

    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