Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement where report should get refreshed each time a selection is made in a list box as the report is in webview mode .Currently when I drill down into data on the same page as the map, it doesn't reflect the changes.
I have tried macro as well as trigger in order to refresh and nothing is working.
So Can anybody help me to make the map extension interactive with qlikview data else to make the report refreshed on user selection.
Thnks...
Hi,
If you have already bulit maps and your requirements are done means go with a ,
Reload on click at access point,
Using EDX in QlikView 11 - basic example
After this you can have your latest data into application.such that you can go with your selections.
Hope this Helps,
Hirish
Hi,
I have resolved the issue by changing the jscript itself.
Thanks....
Hi Itishree,
I am also facing the same problem, can you please give some explanatition or description how you resolved this issue.
It could be helpfull for me to resolve my issue also.
Thanks in advance.
Kumar kvp
Hi Praveen,
My initial requirement was to use the Google maps /OpenStreetMaps extension and use of Mapbox as the map provider where the issue was with the list box selection i.e the Map was not getting refreshed on list box selection.
Actually the issue was with the jscript code . As per the requirement, on each selection a random
element(Div) id should get generate but unfortunately duplicate ids were getting generated in my case.
Therefore, I had to modify the jscript code in order to create unique ids.Also some conditions(if-else) were modified to achieve the requirement.
Please let me now if this is helpful..
Thanks,
itishree
Hi Itishree,
Thanks you for your reply. In my secnario , i am also having the list box which is going to filter the data in extension chart.Data was reflecting in the extension chart but the chart is in unselected state.
when i refresh the qv file with selection made then the chart is in selected state.
Here i am not getting where i need to refresh .
If possible to you ,can you give some suggestion
Thanks
Kumar KVP
Hi Praveen,
I am confused with your below statement
"Data was reflecting in the extension chart but the chart is in unselected state."..if the listbox selection is reflecting in the chart then how come its in unselected state!!!Do you mean only after refreshing the whole qlikview document, data is getting reflected in your extension chart??
In that case please check with your jcript code if any duplicate (Div) ids are getting generated...
Share your jscript code if possible...
Thanks,
Itishree
Hi Itishree,
What i mean is , when i select a value in the list box for that corresponding values were showing in the extension chart(for example , i am having 100 values in extension chart,when i select 10 values in the list box then 10 values is showing in the extension chart).but i am not able to select or mouse over functions is not working in extension chart.It was working only when i refresh the extension chart.
And also the above one is working in one way filtering i.e when i click on the list box the corresponding values is showing .
What i need is ,when i select a value in the extension chart for that what are corresponding values need to be highlighted in the list box.
can you give me any suggestion on that.
Thanks
Kumar KVP