Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a scenario where there are two list boxes, lets say A and B. List Box B will be visible only when the there is any selection in List box A. Any selections in these list boxes changes the values of the charts in the report.
When I select any value in list box A, it allows me to select the values in the list box B but the problem is when I deselect the values in List Box A, values in the list box B are not getting deselected. I need a solution for , when I deselect values in list box A, values in List box B also should be deselected.
Thanks in advance,
PV
You can create single comprehensive analysis for two list boxes. Then you will get the solution
Listbox B will only be visible by conditional layout: getselectedcount(fieldA)>0
for deselecting values from Listbox B when Listbox A values are deseletced, try field trigger
I would suggest using a document trigger to do this, on change for listboxa field, clear field listboxb field