Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
As qlikview do not have radio button. So how can we include it??
Please help.
Thanks in advance.
I believe you want a radio selection that can be deselected, but when selected, the user can make only one selection. It should allow the user to deselect all, but will allow only one selection. Hope this is what you are looking for, then see the attached. It has been achieved using 'Field Event Triggers'. Check out
Settings > Document Properties > Triggers > Field Event Triggers
using list box , in tab presentation you can select "Selection style override" ... try them, they are similar to radio button!
Hi,
Yes it is possible to create Radio button.
Use list box ->Properties->Presentation->Selection Style Override->LED
then goto Genaral tab->Always One Selected(make tick)
I do not ant to keep always one selected. That is why i need radio button
I have tried. But none has same feature as radio button.
hi,
but always one selected option helps you to create radio button.
Because of this you can select only one value at a time..
Please find attached use of list boxs you can make it
In addition to the point that Max Dreamer mentioned, you can also explore other options in the
List Box > Properties > Presentation > Style Override
There are other options like LED, Windows Checkboxes etc. I think you are looking for checkbox and not radio button. By convention, radio button is always a single selection, whereas checkboxes are multiple.
However, if you do not want only one selected value for radio button, you can ignore the 2nd point by Max Dreamer. Do not check 'Always One Selected'. Then you can make multiple selections in radio button by holding down control (ctrl) button on your keyboard.
I want only selection at a time but do not want to use always one selected.
As i want that selection of a value in that list box depends on the user.
Here is an example