I have a specific requirement that, I need to open a qlikview application from my webscreen and I need to pass some id's to the destination qvw to select them in a list box. For that I am using qlikview document chaining and passing id's through access point URL like this. (Note:I am using get() method in my webscreen).
http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=LB01,000001,00000...
But, because of this I have two issues,
1. id values visible in URL
2. If I want to pass too many values from URL, there may be a chance that URL length will be too lengthy.
For that I want to use post() method in my webscreen, so that values will not be visible in URL. But I am not sure whether it will work or not and how can I handle post() data from qlikview.
Please anybody help me with a solution. Thanks in advance.