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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
stevegimbrollmt
Creator II
Creator II

Open a Document specific sheet through URL Parameter

HI,

I am trying to use the url to open specific sheets based on the link,  Is there a parameter for sheet?

Currently I am doing something like this

http://celont98.scee.net/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@celont98.internal.scee.net%7Cosg/Di...//celont98.scee.net/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@celont98.internal.scee.net%7Cosg/Digital%20Report%20Automation.qvw&sheet=SH22&client=Plugin

I would want to use this link and change the sheet object as a parameter

Is it possible?

Thanks!

Steve

4 Replies
maxgro
MVP
MVP

Ajax example

IPofYourServer/QvAJAXZfc/opendoc.htm?document=demo/doc1.qvw&sheet=SH29&select=LB395,H783&select=LB394,U-1-10-,U-1-   29-,U-2-510-

IPofYourServer IP address (or name) 

document          qlik doc

sheet                  sheet

select                  listbox and selected values

add http...... before IPofYourServer

stevegimbrollmt
Creator II
Creator II
Author

Thanks for the suggestion,  I have tried added the sheet=SH## but it still does not go to the sheet I want it.  its like there is something not recognised

stevegimbrollmt
Creator II
Creator II
Author

still working on this.  not sure how i can direct a specific sheet.  Maybe using macros.. need to do more reading

thanks Massimo Grossi