Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to read post() method data from qvw?

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.

0 Replies