Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to look official demos in Java/IEPlugin?

Privet!

Where did java/ieplugin demos go?

Now it is only possible to see demos in Ajaks

thnx

1 Solution

Accepted Solutions
Karl_Humma
Employee
Employee

We will make the option to select clients available very soon. But for those who can't wait, here is a way 🙂 .

At the end of the url there is a variable for which client it will be presented in. For example:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

Can be viewed in the java client by changing the client definition. To see the above in java it would be:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

And for Plugin:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

HTH!

/karl

View solution in original post

4 Replies
Not applicable
Author

At least you can download and show them in the QVDeveloper

http://demo.qliktech.com/downloads.htm

Karl_Humma
Employee
Employee

We will make the option to select clients available very soon. But for those who can't wait, here is a way 🙂 .

At the end of the url there is a variable for which client it will be presented in. For example:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

Can be viewed in the java client by changing the client definition. To see the above in java it would be:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

And for Plugin:

http://demo.qlik.com/QvAJAXZfc/AccessPoint.aspx?open=&id=Demo|-%20NEW%20-%20FantasyFootballDraft.qvw...

HTH!

/karl

uligorio
Partner - Contributor II
Partner - Contributor II

Hi all,

and thanks to Karl for his indication.
Do you know if this problem could influence capabilities to access demos site from
a mobile device using a java plugin?

Umberto

Karl_Humma
Employee
Employee

if you are refering to the blackberry client, I am aware of some connection drop offs on the demo.qlik.com site. My recommendation is to go into the settings of your blackberry client and uncheck connect via socket, check connect via http and change the port to 80 rather than 4747 and you will be able to connect using the demo site tunneler.

I have been told a new bb client is coming very soon that addresses this "switch to http" feature to allow it to work with both connect via socket & connect via http checked.

On the demo.qlik.com side, when we originally made the amazon elb for demo we only opened port 80 all the way through. Since we do not anticipate direct traffic to the qvs machine(s). I have been testing with a new elb that has port 80 and port 4747 open, hopefully this too will help address connection drops.

/karl