I have a list box (Custom Inline script) with options -
- Total (Has total values of A,B,C)
- A
- B
- C
I have a use case where i need to choose EITHER Total by itself (User cant select A,B or C then) and
when a user can selects multiple options among A, B and C, then Total cant be selected. Hope it makes sense.
Checking 'Always have one value selected' in properties doesnt help since user should be able to select multiple options among A,B,C. and unchecking this option, lets him select Total as well along with A,B,C which we want to avoid.
Can anyone advise? Open to make script changes for inline script as well.