Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I have a issue on clearing the selected value in list box by clicking again on selected field.
Eg: If I select a value in 'Age' list box, it is not getting cleared if I click on it again.
This issue is because I used the expression in list box to show the values only for the selected country and 'country' list box has "Always one selected value enabled".
Note: I need the "Always one selected value enabled" enabled in country list box.
Please find the attached test.qvw for reference.
Could anyone please help me to clear the selected value in list box by selecting the same value again?
Thanks in advance,
Karthikeyan.
If you have always one value selected in one list box, other list boxes also reflected by the selection due to the data association.
Hi,
Instead of using experssion in list box try like this
Select Age in List box, and then Select Hide Excluded option in General tab.
Regards,
Jagan.
Thanks for your response.
Yes, you are correct. But if I have a button to clear the selection from the list box, it's working by clearing only list box value and without clearing the country field value, which is the operation I want.
But I don't want to have a button to clear the selected value of list box.
The hide excluded option is already enabled.
Please refer my attached test.qvw
Hi,
Use expression in list box as =Aggr(Fieldname,FieldName)
No Luck. Same thing happening.
I used expression Aggr(Age,Country)