I have been trying for a few hours, but can't get to do exactly what I would like to do. I'm hoping that somebody from the community could answer this one.
On the first question, we have a list of products, and a frequency of use in an array:
| Never | Sometimes | Often |
Product A | x | | |
Product B | | | x |
Product C | | x | |
In the second question, I would like to ask about rating each product that is used (in other words, products for which something else than "Never" has been checked, e.g. in this case only B and C):
| Bad | OK | Good | Very good |
Product B | | | | |
Product C | | | | |
I have tried many different solutions provided in the documentation or in this forum, using an 'Array filter', or 'Relevance equation' in different formats, to no avail…
I am still fairly new to LimeSurvey, with limited knowledge of how it works. A step-by-step explanation, or very simple example of what I am trying to achieve would be greatly appreciated.
Thanks in advance!