Hi folks,
I am unsure if this belongs here, or if it's even possible to solve this using Alteryx but I thought I would try my luck here!
One of the systems we use to determine which tick boxes have been selected does it in the following way, with a numeric value for each option selected. The system then holds the sum
Option 1 - value of '2'
Option 2 - value of '4'
Option 3 - value of '8'
Option 4 - value of '16'
Upto option 10
So if option 4 and option 1 were selected then the system would just hold the numeric value of '18'.
Instead of just holding the sum, I am trying to output to text with whichever options are selected. I.e 'Options 1 and options 4 selected'
There are way too many variations for me to manually do this and I was hoping one of you may be able to help ?
Hope you're all having a nice weekend!
Roy