Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to Get one checkbox individually from the Qlikview?
Like this
Thanks......
Hi,
Can you please describe in detail.
Regards,
Kaushik Solanki
I'm not sure exactly what you are trying to do. See the Qlikview Cookbook example "User selected on/off true/false switches" for a possible example.
-Rob
Kaushik,
I want like this
Ex:
Like the above i want to give the individual checkboxes.so, that user may select and go.
Is it possible to do?
Thanks.....
Rob,
I want like this
Ex:
Like the above i want to give the individual checkboxes.so, that user may select and go.
Is it possible to do?
Thanks.....
Hi,
You can create a list Box and in the Presentation tab under properties, select the 'Windows Checkboxes' for the 'selection Style override' property.
Regards,
Haneesh
Haneesh,
That is not my requirement
What i want is i need to take Checkbox seperately as i showed in my posts.(only checkbox as seperate).
Thanks...........
follow haneesh but write individual expression.
u will get dessired result.
thanks
Sunil
Follow the link Rob Wunderlich posted.
Download the Cookbook zip.
Open "cookbook/expressions/truefalse.qvw"
Look at Option 2 using "=GetSelectedCount([ShowBoxField])"
Look at the properties of the text box under the checkbox. Under tab Layout and Show Conditional.
I think Rob has your answer
Hi Mark,
I did like this by see cookbook
Test:
Load * inline
[ShowBox
Yes];
And take one listbox in that i wrote the expression like this
=GetSelectedCount([ShowBox])
but it is showing like this
But in the cookbook Only checkbox is appered.
Please check once again with how i tried and let me know where i was wrong
Thanks...........