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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
19iv1987
Contributor III
Contributor III

Conditional function doesn't work in web View

Hi to everyone! Is it possibile that conditional function doesn't work in web view?. I mean, I have a map and an image. In the map (SVG MAP EXTENSION) I insered a show condition like getselectedcount(area)=0 and in the image: area='america' plus an action to delete area selection and let map appears again.

All work in normal view but when I turn on web view, if I select in the map the same area linked to the image this appears but map doesn't disappears and by clicking the image nothing happen...


Thanks in advance


Eva

1 Solution

Accepted Solutions
adamdavi3s
Master
Master

Hi Eva,

Ok the map isn't actually selecting in the field, its selecting ISO_CODE

so either use

=GetpossibleCount(CONTINENTE)>1

or Getselectedcount(ISO_CODE) =0

View solution in original post

4 Replies
adamdavi3s
Master
Master

Hi Eva,


Can you share your app?

As far as I know this should work fine...

19iv1987
Contributor III
Contributor III
Author

Hi Adams. Here the attached file.. try to click on America in the map.

I also attach the .qar file for the extension in the case you don't have it already installed.

Thank u

Eva ! !

adamdavi3s
Master
Master

Hi Eva,

Ok the map isn't actually selecting in the field, its selecting ISO_CODE

so either use

=GetpossibleCount(CONTINENTE)>1

or Getselectedcount(ISO_CODE) =0

19iv1987
Contributor III
Contributor III
Author

Ok, it makes sense thank u!

Eva