Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi.
You can try a macro:
set docprop = ActiveDocument.GetProperties
docprop.UseAjaxUI = true
ActiveDocument.SetProperties docprop
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.
do you see any issues enabling web view mode for all your sheets?
Hi.
I've checked.
The macro correctly triggers the checkbox in the document properties.
But unfortunately it affects the document view only after reopening.
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
Hi Whiteline
This should work
Regards
Rishi beri
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
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
if trigger with macro was created for specific sheet, then only that sheet can we viewed in web view.