- v_cat1_vs_cat2 and the logic rules would be something like this
- if cat1 (ie gut) is gt 0 add cat1 to v_cat1_vs_cat2
- if cat2 (ie immunity) is gt 0 subtract cat2 from v_cat1_vs_cat2
- then if the value of the “..vs..” gt 0 add 1 to the cat1_is_biggest variable
- if the value of the vs variable is lt 0 add 1 to the cat2_is_biggest variable
- repeat for all combinations..
Now that I have which of the categories is highest, though, as you say, there are some that are tied, how do you now send them to specific ending pages?
I would so appreciate your help with this. Many thanks in advance.
Anno