on ‎2007 Dec 14 11:56 AM
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??
Request clarification before answering.
hi bart
i have a problem with adding my query values to checkboxs values.
for example;
my guery has a characteristic name "Gender". This characteristic has two value "male" and "female." If gender_key = 1 value "male" and gender_key= 2 value ''female". On the input form i have two checkbox "male" and "female".i want if i have check the male checkbox and press submit in the output table i want to see only "male".
how can i link my checkbox value to my query value?( e.g. gender)
thank you for help!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please Note: the thing i explain only works for charts not for tables.
So you need a input form
Some checkboxes
A datastore
A query
And a chart.
I presume you succeeded with the data store and creating some boolean variable? (e.g. check_male / check_female)
In the dataseries enter a formula like:
STORE@Check_male * @Gender__key_value,
You have to play a bit if you need an IF statement.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.