<?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: Message Dialouge Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386854#M144464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwaranjan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working ,But when i deslect it and select again or close and open the app again the alert is not displaying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 05:35:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-03T05:35:24Z</dc:date>
    <item>
      <title>Message Dialouge Box</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386850#M144460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a year slider which has data from 2000 to 2050 applicable for a variety of measures.But the problem is for a particular measure there is only data for three years i.e 2005,2011,2013.So if the user selects that particular measure I need to display him a message to only select any one of these three years.&lt;/P&gt;&lt;P&gt;can anyone please help me to solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 12:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386850#M144460</guid>
      <dc:creator />
      <dc:date>2013-01-02T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Message Dialouge Box</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386851#M144461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;for generate message box,&lt;/P&gt;&lt;P&gt;go to menu--&amp;gt; tool--&amp;gt; alert box --&amp;gt; add --&amp;gt; write message and also write condition &lt;/P&gt;&lt;P&gt; you can also generate message by use of macro like this&lt;/P&gt;&lt;P&gt;Sub run&lt;/P&gt;&lt;P&gt;set&amp;nbsp; a=ActiveDocument.Variables("test1")&lt;/P&gt;&lt;P&gt;set b=ActiveDocument.Variables("test2")&lt;/P&gt;&lt;P&gt;If a.GetContent.String = b.GetContent.String&amp;nbsp; Then&lt;/P&gt;&lt;P&gt;msgbox("duplicate value")&lt;/P&gt;&lt;P&gt; Else &lt;/P&gt;&lt;P&gt; 'msgbox(" value")&lt;/P&gt;&lt;P&gt; end if&lt;/P&gt;&lt;P&gt; end sub&lt;/P&gt;&lt;P&gt;&amp;nbsp; here test1 and test2 are variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 12:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386851#M144461</guid>
      <dc:creator />
      <dc:date>2013-01-02T12:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Message Dialouge Box</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386852#M144462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;I tried to do using alerts,but once if i close the app and open again the alert is not displaying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 12:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386852#M144462</guid>
      <dc:creator />
      <dc:date>2013-01-02T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Message Dialouge Box</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386853#M144463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;example take a input box then add two variable like test1 test2.&lt;/P&gt;&lt;P&gt;now in alert box,&lt;/P&gt;&lt;P&gt; write condition&amp;nbsp; test1=test2&lt;/P&gt;&lt;P&gt;if condition true then message display, otherwise not display.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 13:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386853#M144463</guid>
      <dc:creator />
      <dc:date>2013-01-02T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Message Dialouge Box</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386854#M144464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwaranjan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working ,But when i deslect it and select again or close and open the app again the alert is not displaying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 05:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Dialouge-Box/m-p/386854#M144464</guid>
      <dc:creator />
      <dc:date>2013-01-03T05:35:24Z</dc:date>
    </item>
  </channel>
</rss>

