Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to filter a bar graph based on selection from map, if i select single point from map then bar graph is filtering well but if i selected multiple points from map, then bar graph is not filtering. how to compare multiple selections in qlik sense.
Any suggestion would be helpful.
Thank you!
What's gonna happen in case if you select that using LASSO? I feel that the values you are selecting in Map is not associated to Bar graph data points?
Hi @Anil_Babu_Samineni , Thank you for reply.
If i used lasso selection then the values are selecting but not filtering bar graphs.
let me explain my whole use case.
I have created a map showing data of field lat_lon_points and in lcation giving lat and lon.
I have created the variable as vLat= if(IsNull(GetFieldSelections(lat_lon_points)),'all',GetFieldSelections(lat_lon_points))
and in bar graphs used expression as
if($(vLat)='all',True(),if(lat_lon_points = $(vLat),True(),False()))
OK, When you select in Map with 2 data points, can you see the output for this in KPI?
GetFieldSelections(lat_lon_points)
yes i can see output.
Will you be able to share application, sorry I am away sometime.
In case if the issue resolved already, you can mark your post as answer.