Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access QVW Object from Browser

Hi,

Is there anyway to access the particular object from a QVW Document into the Web Browser ? Suppose I have two ListBox Object and I want that only first ListBox would appear when someone open that document from the Web Browser.

Thanks.

Regards,

Sachin A.

10 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi Sachin,

Yes there is a method of acheiveing it. But first you need to identif the user. If the user are logged in through their NTName then add the condition in the Listbox --> Layout --> Condition

if (QVUSER() = 'Domain\Username' ,1 ,0 ) 1 means Display , 0 means hide.

If you are using Section access then

if(OSUSER = 'Username' ,1,0)

I hope this helps.

Deepak

Not applicable
Author

Hi,

Suppose for a trial basis.

I made a QVW (attached) and I want only 1st ListBox to appear on my local browser (render on browser itself).

How to achieve this ?

deepakk
Partner - Specialist III
Partner - Specialist III

hi Sachin,

In the attach application , I can view a List box with field F2 but ou will not be able to see.

Now to Sheet Properties --> Object --> Listobox ---> Select Caption F2 --> Properties --> Go to Layout --> Condition.

Replace the name with local user name. People from different machine using the browser will not be able to see the list box.

Deepak

Not applicable
Author

Yes, I got the point.

Now, how to render particular object in browser ? Say I have a button, on clicking it, instead of loading whole document, an 'abc' graph displayed in the browser from the qvw.

In simple terms, I want to 'touch' the qlikview object from the browser.

By iFrame, the whole QVW get loaded. But I want particular objects of it.

I hope you got my point.

Thanks for reply.

deepakk
Partner - Specialist III
Partner - Specialist III

Sorry, I didnt get you point.

Do you want to load only the object data ?

Not applicable
Author

Hi Deepak,

For a time being yes, only particular object in the browser. I will be needing the access rights thing after that which you described above.

Regards,

Sachin A.

Anonymous
Not applicable
Author

Hi sachinaddy,

You might want to look at the QlikView Workbench that allows you to integrate QlikView objects into webpages for example.

Not applicable
Author

Hi Johannes,

That document is telling to create a website with the help of Visual Studio and I don't want to create with the help of it.

I just need , say, I have 2 button, if I press button one, pie chart will display in web and if I press button 2, funnel chart will display from the same qvw. But not both at once.

Simple term, access objects on the basis of needs from the same qvw into the web browser.

Regards,

Sachin A.

Anonymous
Not applicable
Author

Ok then, if I understand you correctly you want something like this?

(EDIT: Except that I forgot to rename the second button to Funnel )