Question: Is it possible to filter by is not null? The "does not contain" must be filled in.
Reason: Multiple checkboxes do not store any data in the db so the report field is blank on the display. Would like to display results with only checked checkboxes.
Setup: I am using Webforms 5x 2.9 and Webforms report 5x 2.5.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 733838-V6.x.patch | 2.83 KB | jimbullington |
| #1 | 733838.patch | 2.09 KB | jimbullington |
Comments
Comment #1
jimbullington commentedI assume you mean a grid field?
If so, try the attached patch - is adds "is empty" and "is not empty" options to the filter and allows the filter value to be blank for these options.
I guess it would work with other field types as well...
Comment #2
jimbullington commentedForgot to set the status...
Comment #3
jinside commentedI actually do not use grid field. I use the select field with multiple inputs selected and it prints out a list of checkboxes. I have tested this with the reports and it works as stated.
Comment #4
jimbullington commentedThanks for the feedback. Just to be sure before I commit, this patch corrects your issue?
Comment #5
jinside commentedYes, it corrects my issue. Thanks a bunch for the patch.
Comment #6
jimbullington commentedComment #7
jimbullington commentedCommited patch
Comment #8
jimbullington commentedPorted to 6.x version - patch is attached.