<?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 Programming Set Reference functionality with QlikView macros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Programming-Set-Reference-functionality-with-QlikView-macros/m-p/164807#M37378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon everyone,&lt;/P&gt;&lt;P&gt;I am really interested with the charts "Set Reference" functionality, very useful when you want to compare 2 situations corresponding to differnt selections on the same chart. As I can't use this functionality on iPad and Web browsers (not present in Menu icon and impossible to simulate the right-click from an iPad), I was wondering about programing this with VBScript or JScript and call it from a button with a "call module" action.&lt;/P&gt;&lt;P&gt;Anyone ever programmed this before?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 16:41:09 GMT</pubDate>
    <dc:creator>cje</dc:creator>
    <dc:date>2011-03-16T16:41:09Z</dc:date>
    <item>
      <title>Programming Set Reference functionality with QlikView macros</title>
      <link>https://community.qlik.com/t5/QlikView/Programming-Set-Reference-functionality-with-QlikView-macros/m-p/164807#M37378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon everyone,&lt;/P&gt;&lt;P&gt;I am really interested with the charts "Set Reference" functionality, very useful when you want to compare 2 situations corresponding to differnt selections on the same chart. As I can't use this functionality on iPad and Web browsers (not present in Menu icon and impossible to simulate the right-click from an iPad), I was wondering about programing this with VBScript or JScript and call it from a button with a "call module" action.&lt;/P&gt;&lt;P&gt;Anyone ever programmed this before?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 16:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Programming-Set-Reference-functionality-with-QlikView-macros/m-p/164807#M37378</guid>
      <dc:creator>cje</dc:creator>
      <dc:date>2011-03-16T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Programming Set Reference functionality with QlikView macros</title>
      <link>https://community.qlik.com/t5/QlikView/Programming-Set-Reference-functionality-with-QlikView-macros/m-p/164808#M37379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution:&lt;/P&gt;&lt;P&gt;use a macro in the module (Tools/Edit module)&lt;/P&gt;&lt;P&gt;To set a reference:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Sub setReference&lt;/P&gt;&lt;P&gt;set Graph = ActiveDocument.getSheetObject("CH383")&lt;/P&gt;&lt;P&gt;Graph.SetReference&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;To Clear a reference:&lt;/P&gt;&lt;P&gt;Sub clearReference&lt;/P&gt;&lt;P&gt;set Graph = ActiveDocument.getSheetObject("CH383")&lt;/P&gt;&lt;P&gt;Graph.ClearReference&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Then, call macros from a button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 09:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Programming-Set-Reference-functionality-with-QlikView-macros/m-p/164808#M37379</guid>
      <dc:creator>cje</dc:creator>
      <dc:date>2011-03-17T09:53:08Z</dc:date>
    </item>
  </channel>
</rss>

