Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
VaishnaviMogal11
Partner - Contributor III
Partner - Contributor III

Filtering based on multiple selection

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!

5 Replies
Anil_Babu_Samineni

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?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
VaishnaviMogal11
Partner - Contributor III
Partner - Contributor III
Author

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()))

 

Anil_Babu_Samineni

OK, When you select in Map with 2 data points, can you see the output for this in KPI?

GetFieldSelections(lat_lon_points)

 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
VaishnaviMogal11
Partner - Contributor III
Partner - Contributor III
Author

yes i can see output.

VaishnaviMogal11_0-1732016439120.png

 

Anil_Babu_Samineni

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. 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful