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

Switch between normal mode and web mode

Hi

I am working on a qvw where in first sheet needs to be in normal mode and the second sheet needs to be in web mode because i am showing webpage viewer extension object in second sheet. when we navigate to second sheet it should automatically switch to web mode. is it possible in qlikview through any script or macro or actions.

Thanks in Advance

Hari

11 Replies
whiteline
Master II
Master II

Hi.

You can try a macro:

set docprop = ActiveDocument.GetProperties
docprop.UseAjaxUI = true
ActiveDocument.SetProperties docprop

Not applicable
Author

Hi,

Thanks for your help,

i navigated to sheet properties--->Triggers---->OnActivateSheet------->RunMacro and used your code in the macro.still i am not able to resolve the issue.Could you please help.

sudeepkm
Specialist III
Specialist III

do you see any issues enabling web view mode for all your sheets?

whiteline
Master II
Master II

Hi.

I've checked.

The macro correctly triggers the checkbox in the document properties.

But unfortunately it affects the document view only after reopening.

Not applicable
Author

Hi,

I had an straight table in the first sheet and i have to select a row from that table and need to set the values from the selected row to variables and needs to pass to the second sheet. and i am not able to select a row from straight table in web mode.

I will use the variables to show in the extension object in the second sheet.As the extension object works only in web mode i need to show the second sheet in web mode.

Thanks,

Hari

Not applicable
Author

Hi Whiteline

This should work

Regards

Rishi beri

Not applicable
Author

Hi,

Yes you are right,

i have checked it, but the entire document is opening in web mode , but my requirement is only second sheet has to be in web mode

vardhancse
Specialist III
Specialist III

Web view extension will be worked only in web mode.

macros will work only in IE plug in mode but not in ajax mode.

Any way under development if we want to see the web viewer then we can change the view to web view.

once published in to the access point, then any way the view will be web view only

vardhancse
Specialist III
Specialist III

if trigger with macro was created for specific sheet, then only that sheet can we viewed in web view.