- Posts: 36
- Thank you received: 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- Column filter in Array (Numbers) question is not working
Column filter in Array (Numbers) question is not working
2 months 1 week ago #177816
by DanielVN
Column filter in Array (Numbers) question is not working was created by DanielVN
Hi All,
I have scripted an Array(Numbers) question for which I need to show only specific columns based on the answer selected in previous Multiple question.
The question has 8 brands as columns and 2 exclusive answers.
I have enabled Hide empty column plugin, however when I place the Array filter based on the Multiple question nothing happens and the columns are always shown no matter what answer I have selected in the multiple question.
The multiple question is set to not mandatory and the Array (Numbers) is placed in different Group as well per the discussion in the following thread: www.limesurvey.org/forum/can-i-do-this-w...ray-numbers?start=15
Could you please advise what could be the reason for this?
FYI: I'm using LS version 2.73
Thank you in advance
Daniel
I have scripted an Array(Numbers) question for which I need to show only specific columns based on the answer selected in previous Multiple question.
The question has 8 brands as columns and 2 exclusive answers.
I have enabled Hide empty column plugin, however when I place the Array filter based on the Multiple question nothing happens and the columns are always shown no matter what answer I have selected in the multiple question.
The multiple question is set to not mandatory and the Array (Numbers) is placed in different Group as well per the discussion in the following thread: www.limesurvey.org/forum/can-i-do-this-w...ray-numbers?start=15
Could you please advise what could be the reason for this?
FYI: I'm using LS version 2.73
Thank you in advance
Daniel
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 10482
- Karma: 408
- Thank you received: 1854
2 months 1 week ago - 2 months 1 week ago #177843
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Replied by DenisChenu on topic Column filter in Array (Numbers) question is not working
With hide empty column , you need to do your pseudo relevance via the Expression Manager inside questioon text
{if(YourCondition,'Some text','')}
But : best : try the included survey.
{if(YourCondition,'Some text','')}
But : best : try the included survey.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Last edit: 2 months 1 week ago by DenisChenu.
Please Log in or Create an account to join the conversation.
2 months 1 week ago #177851
by DanielVN
Replied by DanielVN on topic Column filter in Array (Numbers) question is not working
Thanks a lot, Denis 
Works perfectly now.
Cheers

Works perfectly now.
Cheers
Please Log in or Create an account to join the conversation.