Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I created a GEOJson File with all the fields.( from ArcGis Server ---via Query---Out fields=*)(include field A)
I used the path of GeoJson in GEOdata layer.
I defined different style based on different value of field A.
I put a list box of field A. ( elements:a1,a2,a3,...)
when I select different elements in this list box .the geodata layer put the related style in all the points and if I don't select any element it put default style for all points.
instead I need the geodata put different style base on different values( for example put the image1 for the points which have a1 as A, put image2 for the points which have a2 as A).
it seems the geodata does not recognize different value of A for points.
do you have any suggestion on this matter.
Thank you in advance.
Regards.
The geodata layer is a static layer, meant for backgrounds, doesn't change with the selection.
Load the geojson with the QGA connector, then the geojson data fields becomes part of the data model and can be used like any other field in Qlik Sense.
Thanks,
Patric
Hi @Patric_Nordstrom , would you please guide me how could I Load our geojson with the QGA connector to QLIKVIEW or give me a linke for this matter.
Thank you in advance.
I really appreciate your help.
Regards,
Matsa
Use the Load operation, same procedure as to load a shapefile, specify the url to Geojson file.
Thanks,
Patric
Thanks @Patric_Nordstrom for the links.
I am trying to follow the first link, but I faced with this error :
I am using qlikview 11 and Idevio Geo Analytics Connector.
The URL is the path which is created by query option in arcgis map server.( type:geojson)
I tried different dataset type.
in your opinion what could be a problem.
Thank you in advance.
Regards.
Matsa
The url should return the actual geojson geometries.
Test in a browser and check if the response is valid geojson, by pasting the result in http://geojson.io/ or save and open in QGIS.
Thanks,
Patric