Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Passing Parameters to an AJAX Client

Hello,

I would like to pass a parameter to my application running on a QV Server (Ajax client).

This will permit the activate or deactivate some tabs depending on the parameter.

Does anyone has a solution ?

Thanks a lot

Philippe

3 Replies
Not applicable
Author

I don't know if it can be done through Server, but I know it could be achieved through the ASP pages.

yblake
Partner - Creator II
Partner - Creator II

Bonsoir Philippe,

As Jay said, this can be done in ASP but it will require you to code (or update) manualy all web pages, this can be a lot of work...

I would rather suggest you to use a "Display Condition" expression of Sheets properties (propriétés de la feuille/apparence/afficher : cocher Condition) to hide undesired tabs.

I think your expression can use QVUser() if you use access section security, to be check in ZFP application.

Regards,

Yves.

Not applicable
Author

Bonsoir Yves,

That's exactly what I wanted to do , but instead of using the QVUSER, I would a have like to use a parameter telling me which application was calling the QVW.

But I will go with the user and the security to implement it.

Thanks for your help.

Philippe