Scenario
My rows include 3 items - REC1, REC2, and REC3
my columns include quarters - Q1FY25, Q2FY25, Q3FY25 and Q3FY25
Line item - 'Select' which is formatted as Boolean.
Desired Output - If I check any one Boolean among REC1, REC2 and REC3 for a particular quarter, the remaining two rows should automatically be disabled.
How can I achieve this result?