<?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: Help - My macro doesn't work on web in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422459#M157422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer this link &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/350896#350896"&gt;http://community.qlik.com/message/350896#350896&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 05:40:57 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2013-05-30T05:40:57Z</dc:date>
    <item>
      <title>Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422455#M157418</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 want to only allow one selection in a list box, but I need to Reduce All Data when delivering my document to others. So I create an OnSelect trigger for the field to only allow one selection, Add Action-&amp;gt; External-&amp;gt; Run Macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub OneSelection&lt;/P&gt;&lt;P&gt; set field = ActiveDocument.Fields("_Metric")&lt;/P&gt;&lt;P&gt; set fieldProperties = field.GetProperties&lt;/P&gt;&lt;P&gt; fieldProperties.OneAndOnlyOne = true&lt;/P&gt;&lt;P&gt; field.SetProperties fieldProperties&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the document with no data by Desktop Edition, reload data, make selection in the list box, it works, only one selection is allowed. But when I reload data for the document and open it on web, make selection in the list box, I can select multiple things in the list box, seems the macro doesn't work on web. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make it work on web?&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, 30 May 2013 05:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422455#M157418</guid>
      <dc:creator />
      <dc:date>2013-05-30T05:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422456#M157419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Web Macro Never Works , You need to run job externally&amp;nbsp; via batch file and schedule via windows schedular&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422456#M157419</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-05-30T05:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422457#M157420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for replying. Do you know where to find the related learning materials or is there any easy way to only allow one selection in both Desktop edition and web when I need to reduce all data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422457#M157420</guid>
      <dc:creator />
      <dc:date>2013-05-30T05:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422458#M157421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark ans as correct or helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422458#M157421</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-05-30T05:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422459#M157422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer this link &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/350896#350896"&gt;http://community.qlik.com/message/350896#350896&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 05:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422459#M157422</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-05-30T05:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help - My macro doesn't work on web</title>
      <link>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422460#M157423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really thanks for your help Vikas, we need to reload data via QMC, I will keep researching, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 07:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-My-macro-doesn-t-work-on-web/m-p/422460#M157423</guid>
      <dc:creator />
      <dc:date>2013-05-30T07:32:52Z</dc:date>
    </item>
  </channel>
</rss>

