<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Switch between normal mode and web mode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730393#M541791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit of a hack, but there is a way to automatically activate the WebView for individual tabs by emulating the necessary key strokes via a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro code looks like this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14672031220927955" jivemacro_uid="_14672031220927955" modifiedtitle="true"&gt;
&lt;P&gt;sub toggleWebMode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim WshShell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set WshShell = CreateObject("wscript.Shell")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.SendKeys "%(V) U" 'Simulate Alt+V U&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply add the macro to both the OnActivateSheet and OnLeaveSheet triggers for the WebView sheets, and you should be good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will not work if the QlikView interface language is not set to English (in this case, you'll need to adjust the SendKeys commands).&lt;/P&gt;&lt;P&gt;Also, if the user happened to be pressing a key while switching to the sheet, it might cause the activation of the WebView to fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 12:32:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-29T12:32:00Z</dc:date>
    <item>
      <title>Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730382#M541780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 15:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730382#M541780</guid>
      <dc:creator />
      <dc:date>2014-06-23T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730383#M541781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try a macro: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set docprop = ActiveDocument.GetProperties&lt;BR /&gt; docprop.UseAjaxUI = true&lt;BR /&gt;ActiveDocument.SetProperties docprop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 19:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730383#M541781</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-06-23T19:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730384#M541782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;i navigated to sheet properties---&amp;gt;Triggers----&amp;gt;OnActivateSheet-------&amp;gt;RunMacro and used your code in the macro.still i am not able to resolve the issue.Could you please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 11:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730384#M541782</guid>
      <dc:creator />
      <dc:date>2014-06-24T11:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730385#M541783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you see any issues enabling web view mode for all your sheets?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 11:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730385#M541783</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-06-24T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730386#M541784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked.&lt;/P&gt;&lt;P&gt;The macro correctly triggers the checkbox in the document properties.&lt;/P&gt;&lt;P&gt;But unfortunately it affects the document view only after reopening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730386#M541784</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-06-24T13:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730387#M541785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730387#M541785</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730388#M541786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whiteline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rishi beri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730388#M541786</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730389#M541787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you are right,&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730389#M541787</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730390#M541788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web view extension will be worked only in web mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macros will work only in IE plug in mode but not in ajax mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way under development if we want to see the web viewer then we can change the view to web view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once published in to the access point, then any way the view will be web view only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730390#M541788</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-06-24T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730391#M541789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if trigger with macro was created for specific sheet, then only that sheet can we viewed in web view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730391#M541789</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-06-24T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730392#M541790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi Vardhan,&lt;/P&gt;&lt;P&gt;Thanks for your response,&lt;/P&gt;&lt;P&gt;I am following the below approach, i am setting action to second sheet.&lt;/P&gt;&lt;P&gt;Settings---&amp;gt;Sheet Properties---&amp;gt;Triggers---&amp;gt;OnActivateSheet---&amp;gt;AddActions---&amp;gt;Run Macro---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macro code:&lt;/P&gt;&lt;P&gt;set docprop = ActiveDocument.GetProperties&lt;/P&gt;&lt;P&gt;docprop.UseAjaxUI = true&lt;/P&gt;&lt;P&gt;ActiveDocument.SetProperties docprop&lt;/P&gt;&lt;P&gt;ActiveDocument.DoReload 2, true&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the changes are reflecting for the entire document and not to particular sheet&amp;nbsp; and only when the qvw is closed and opened once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 14:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730392#M541790</guid>
      <dc:creator />
      <dc:date>2014-06-24T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Switch between normal mode and web mode</title>
      <link>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730393#M541791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit of a hack, but there is a way to automatically activate the WebView for individual tabs by emulating the necessary key strokes via a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro code looks like this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14672031220927955" jivemacro_uid="_14672031220927955" modifiedtitle="true"&gt;
&lt;P&gt;sub toggleWebMode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim WshShell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set WshShell = CreateObject("wscript.Shell")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.SendKeys "%(V) U" 'Simulate Alt+V U&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply add the macro to both the OnActivateSheet and OnLeaveSheet triggers for the WebView sheets, and you should be good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will not work if the QlikView interface language is not set to English (in this case, you'll need to adjust the SendKeys commands).&lt;/P&gt;&lt;P&gt;Also, if the user happened to be pressing a key while switching to the sheet, it might cause the activation of the WebView to fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 12:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Switch-between-normal-mode-and-web-mode/m-p/730393#M541791</guid>
      <dc:creator />
      <dc:date>2016-06-29T12:32:00Z</dc:date>
    </item>
  </channel>
</rss>

