<?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: Msg Box in webview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595228#M220458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks for that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;But my requirement is a Msg Box explicitly&lt;/P&gt;&lt;P&gt;Plz Tell me if u can &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 06:58:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-03T06:58:49Z</dc:date>
    <item>
      <title>Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595225#M220455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a custom msg box at a particular event.&lt;/P&gt;&lt;P&gt;Suppose a variable v_var having possible values 0 &amp;amp; 1.&lt;/P&gt;&lt;P&gt;So when the value is set to 1 the msg box should be displayed saying Value changed to 1.&lt;/P&gt;&lt;P&gt;And similarly for 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this in webview i.e without Macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope some one can help for sure &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swapneel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595225#M220455</guid>
      <dc:creator />
      <dc:date>2014-04-03T06:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595226#M220456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let v_var = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;v_var &lt;/SPAN&gt;= 1,'Some Msg','Some other Msg') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in web view also&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595226#M220456</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T06:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595227#M220457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your messagebox could be a Text Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create text object, and then you need a "show" variable - v_txt_show (For example).&lt;/P&gt;&lt;P&gt;Default the value to "1".&lt;/P&gt;&lt;P&gt;In the text object - change in the layout tab - Conditional exp = v_txt_show = 1&lt;BR /&gt;All you need now, is a button for the user to press to show/hide (ie change variable value to zero to hide, and 1 to show)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595227#M220457</guid>
      <dc:creator />
      <dc:date>2014-04-03T06:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595228#M220458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks for that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;But my requirement is a Msg Box explicitly&lt;/P&gt;&lt;P&gt;Plz Tell me if u can &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595228#M220458</guid>
      <dc:creator />
      <dc:date>2014-04-03T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595229#M220459</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;Create an image as per your requirement and use it in text object and remaining thing will be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: as per my knowledge, we can't show messages explicitly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 07:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595229#M220459</guid>
      <dc:creator />
      <dc:date>2014-04-03T07:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595230#M220460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Ravi Kumar,@Graeme Baxter, @ Anand Chauhan: Thanks guys, I did that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;I used the text box and solved it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595230#M220460</guid>
      <dc:creator />
      <dc:date>2014-04-03T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595231#M220461</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 use on Event Action (Doc Properties / Trigger) Variable Event Trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set an On Change Actions to control another variable ie. vShowMessageBox = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This controls the Layout Show Conditional Value of a text box. (you can have a close button on the text box to change the vShowMessageBox back to zero and hide the pop up message)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;QlikCentral.Com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595231#M220461</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-04-03T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595232#M220462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that if you got correct answer so mark the thread as correct for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595232#M220462</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-03T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Msg Box in webview</title>
      <link>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595233#M220463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you need to do is, to use this variable in 'conditional' show in the 'layout' tab of the textbox. If variable=1,then some text displays and if it's 0 then some other text gets displayed..!&lt;BR /&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56493_2.png" style="width: 620px; height: 530px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Msg-Box-in-webview/m-p/595233#M220463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-03T09:38:05Z</dc:date>
    </item>
  </channel>
</rss>

