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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I form the URL for many document for particular user from extenal application? ?

I have created the web application,now i need to get the document from that specific user.

Here are the sample code.

Redirect the user to QlikView to either a spefic document or to the access point

            if (document.Length>0)

            {

                Response.Redirect("/qvajaxzfc/authenticate.aspx?type=html&try=/qvajaxzfc/opendoc.htm?document=" + document + "&back=/Login.salesforce.com&webticket=" + ticket);

            }

            else

            {

                Response.Redirect("/qvajaxzfc/authenticate.aspx?type=html&try=/qlikview&back=/LoginPage.htm&webticket=" + ticket);

            }

Here,

if have more than one document for that specific user,then how can i form the url?

Can I created for loop and get it?Is this correct or not?

Please let me know as soon as possible?

0 Replies