I am using CR 10
Trying to extract data from a field holding data using bianary logic (please dont ask me why!)
So I have
Service Index
1 1
2 2
3 4
4 8
5 16
6 32
I need to extract which services are being used dependant upon the value of the index and this could obviously be multiple services. Dont have a clue how to go about this
eg Service 3 and 5 being checked would give output 20 (4+16)
If I get this working then I then need to assign different names to the services
can anyone help, it looks like I need to build some sort of logic that will create a range of possible outcomes.
Trying to extract data from a field holding data using bianary logic (please dont ask me why!)
So I have
Service Index
1 1
2 2
3 4
4 8
5 16
6 32
I need to extract which services are being used dependant upon the value of the index and this could obviously be multiple services. Dont have a clue how to go about this
eg Service 3 and 5 being checked would give output 20 (4+16)
If I get this working then I then need to assign different names to the services
can anyone help, it looks like I need to build some sort of logic that will create a range of possible outcomes.