Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field like this
field1( country@state@city)
i am using this field in list box with show tree view with '@'
so if a user select ind i want to show ind
if a user select state i want show state
if a user select city i want to show city
i want to show it in text object. i tried =getselectedfield(field1) but it is not giving the proper result.is it fisable in qlikview or not?
With the hierarchy list box, you are selecting one or more a values of Source. It is not possible to select "ind' as such as it is not at the lowest level. To do what you require would require 3 fields (ie country, state, city) and 3 list boxes.
Jonathan
Thanks,i guess it is not possible using the hierarchy list box