Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

HowTo Filter the Columns of an Array (Numbers)

More
8 years 1 week ago #157871 by DenisChenu

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: socius
The topic has been locked.
More
8 years 4 days ago #158042 by socius
Hi,

I just compared the html and css of the example on demonstration.sondages.pro/655577.html and the result on my installation.

I found a difference in the hideemptycolumn.css from the download from extensions.sondages.pro/questions-updati...column/download.html vs. the css used in demonstration.sondages.pro/655577.html.

The "missing" parts (s. code below) are missing in the former, but are contained in the new demonstration. When I add these two lines, it works exactly like the example in demonstration.sondages.pro/655577.html.
Code:
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
width: 0 !important;  /*missing*/
min-width: 0 !important; /*missing*/
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}


Now it does exactly what it should do - thanks to @DenisChenu!
Best, G
The topic has been locked.
More
8 years 4 days ago #158051 by DenisChenu
Hi,

The git repo seems uptodate : framagit.org/SondagePro-LimeSurvey-plugi.../hideemptycolumn.css

Maybe i didn't add it in the zip generation … thanks for report.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
8 years 4 days ago #158052 by DenisChenu
Just download extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip : css seems up to date for me. Maybe assets generation broken for you ?

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
8 years 3 days ago #158070 by socius
The downloaded hideemptycolumn.css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip does not contain the two mentioned lines that are contained in the example that seem to make it work for me.


The css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip :
Code:
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}


vs. the css from the example on demonstration.sondages.pro/655577 (css: demonstration.sondages.pro/tmp/assets/59.../hideemptycolumn.css ):
Code:
td.hideEmptyColumn-hiddencolumn,th.hideEmptyColumn-hiddencolumn{
overflow:hidden !important;
border-spacing:0 !important;
border-collapse:collapse !important;
padding:0 !important;
width: 0 !important;
min-width: 0 !important;
}
table.hideEmptyColumn-widthhiddencolumn{
border-collapse:collapse !important;
}

Is this difference critical or should it work with the version w/o the two lines (width, min-width)?

Best, G
The following user(s) said Thank You: DenisChenu
The topic has been locked.
More
8 years 3 days ago #158083 by tpartner
I would definitely include the width and min-width rules.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
8 years 3 days ago #158111 by DenisChenu

socius wrote: The downloaded hideemptycolumn.css from extensions.sondages.pro/IMG/auto/hideEmptyColumn.zip does not contain the two mentioned lines that are contained in the example that seem to make it work for me.…

Good catch, thank you

Fixed :
framagit.org/SondagePro-LimeSurvey-plugi...72bdec322725b68fd40d
github.com/SondagesPro/LS-hideEmptyColum...72bdec322725b68fd40d

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The topic has been locked.
More
7 years 11 months ago #159101 by Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
More
7 years 1 month ago - 7 years 1 month ago #171510 by ArriFerrari
I found that the plugin also breaks if the column filter multiple choice question was marked "Mandatory"
In case anyone else is trying to get this working, make sure your multiple choice column filter question is "Optional"
You can work around this by setting the minimum number of responses to 1 for multiple choice questions.

It's also important to note that the column filtering question must be in a different question group that comes before the array you want to filter. It will not work if you put the filtering question in the same question group as the table.

I'm working in Limesurvey 2.73.1
Last edit: 7 years 1 month ago by ArriFerrari. Reason: Further explanation/findings
The topic has been locked.
More
7 years 1 month ago #171512 by DenisChenu

ArriFerrari wrote: I found that the plugin also breaks if the column filter multiple choice question was marked "Mandatory"…

Yes, it's only a javascript solution … more a hack currently.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. - Professional support - Plugins, theme and development .
I don't answer to private message.
The following user(s) said Thank You: ArriFerrari
The topic has been locked.
More
7 years 1 month ago #171531 by ArriFerrari
It’s really quite good! As long as everyone is aware of the limitations, your plugin solution helps a lot
The topic has been locked.
More
7 years 1 month ago #171532 by Joffm
Hi, ArriFerrari,

thanks for your summary.

This "you have to know" was also discussed here:
www.limesurvey.org/forum/development/115...in-the-matrix-filter

Best regards
Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose