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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Answer for my questions at access point level?

Hello,

1. I want to navigate one qvw file to another qvw file through the macro code? Is there any macro code for this.

2. I want to reload the application through the button click or after open the second file directly through the macro code from 1st file only.

This two point should work at access point.

I've developed my application as per desktop with above two points. But when i'm moving to the accesspoint it is not working.

Can any one help me on this.

6 Replies
SunilChauhan
Champion II
Champion II

by help of macro and button  it is possible

take a button ->properties-> action->Launch-> give the application name

take a button ->properties-> action->add->external->run macro and write macro to reload the application

for

macro to reload  use api guide

search for api guide

window -> start-> search-> api guide.qvw

Sunil Chauhan
Not applicable
Author

Hi Sunil,

I've code to reload the application but it is not working at access point and one more thing is i want to navigate from one file to another file through the macro code only. B'coz i'm creating different number of variables in second file and assigning the values for that varaibles with help of macroc code in first file itself. In this macro code itself i've created code to navigate to another file in my application.

All the above things are working fine for me at desktop. But not at accesspoint?

SunilChauhan
Champion II
Champion II

actually your proplem is macro not working on access point.

search in community for help

Sunil Chauhan
Not applicable
Author

My macro code is working fine for other things at access point. Only the above two functionalities are not working.

SunilChauhan
Champion II
Champion II

while running is it showing any error?

Sunil Chauhan
Not applicable
Author

No errror..