<?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 MsgBox use in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149281#M27479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;Search help on 'msgbox' for details. The resposnes are returned as integers like this:&lt;/P&gt;&lt;P&gt;response = msgbox('Continue?', 'Question', 'YESNO');&lt;/P&gt;&lt;P&gt;if $(response) = '7' then // no&lt;BR /&gt; ......&lt;BR /&gt;else&lt;BR /&gt; ......&lt;BR /&gt;end if;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 15:43:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-14T15:43:02Z</dc:date>
    <item>
      <title>MsgBox use</title>
      <link>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149280#M27478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to show a message box with a status message and would like to terminate the load if necessary.&lt;/P&gt;&lt;P&gt;I looked in the manual and found the function msgbox:&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &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;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Noconcatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MsgBox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;('Message ... Continue?', 'msgbox', 'OKCANCEL', 'ICONASTERISK') &lt;B&gt;as&lt;/B&gt; TestContinue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;autogenerate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;I expect that a value representing the button the user chose is stored somewhere. Can somebody tell me how to get to that value?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;1;&lt;B&gt;Load&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149280#M27478</guid>
      <dc:creator />
      <dc:date>2009-07-14T14:44:33Z</dc:date>
    </item>
    <item>
      <title>MsgBox use</title>
      <link>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149281#M27479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;Search help on 'msgbox' for details. The resposnes are returned as integers like this:&lt;/P&gt;&lt;P&gt;response = msgbox('Continue?', 'Question', 'YESNO');&lt;/P&gt;&lt;P&gt;if $(response) = '7' then // no&lt;BR /&gt; ......&lt;BR /&gt;else&lt;BR /&gt; ......&lt;BR /&gt;end if;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 15:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149281#M27479</guid>
      <dc:creator />
      <dc:date>2009-07-14T15:43:02Z</dc:date>
    </item>
    <item>
      <title>MsgBox use</title>
      <link>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149282#M27480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gordon,&lt;/P&gt;&lt;P&gt;Your approach works.&lt;/P&gt;&lt;P&gt;Could find info in help on properties of msgbox, but no usable example of retrieving.&lt;/P&gt;&lt;P&gt;Great to have a community for these simple problems.&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 17:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MsgBox-use/m-p/149282#M27480</guid>
      <dc:creator />
      <dc:date>2009-07-14T17:08:04Z</dc:date>
    </item>
  </channel>
</rss>

