Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi Eva,
Can you share your app?
As far as I know this should work fine...
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 ! !
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
Ok, it makes sense thank u!
Eva