cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

select multiple checkbox

Former Member
0 Likes
2,076

hi all

i want to add many checkbox in the "input form" using my query values and when i check some of the checkox , i want to filter my "output table" with my selections. how can i do this??

View Entire Topic
Former Member
0 Likes

For a table maybe the following workaround helps?

Create 3 queries, 1 with result man and 1 with result female and 1 for joined result.

Insert all queries in VC and create related tables.

Then use the visibilty condition related to checkboxes

@store checkbox_male = visiblity condition for table 1

@store checkbox_female = visiblity condition for table 2

and @store checkbox_both = visibilty cond. table 3.

In layout tab positon tables over eachother.

Cheers.

Bart