<?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: Using different Macors in a QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948173#M326433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have three different Subs ... this is the "quickest" and "dirtyest" way of doing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH33")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy1.xls"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub ExportExcel_2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH34")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy2.xls"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub ExportExcel_3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH35")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy3.xls"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then use different Subs for each Button....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 18:07:56 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-10-22T18:07:56Z</dc:date>
    <item>
      <title>Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948169#M326429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to use three similar (but different) macros within my QVW.&amp;nbsp; In each macro only the highlighted portion would differ.&amp;nbsp; The challenge I face is, if I modify the code in one place, the same modification gets reflected across the QVW in all other macro codes.&amp;nbsp; How to modify the below code without affecting a similar code elsewhere in the QVW.&amp;nbsp; FYI:&amp;nbsp; I am calling these macros within a Button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102834_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948169#M326429</guid>
      <dc:creator />
      <dc:date>2015-10-22T17:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948170#M326430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the problem. If you have different subroutines like you say then you can modify each subroutine without affecting the others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948170#M326430</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948171#M326431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the button with the macro code in QVW as shown:&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102835_Capture.JPG" style="width: 620px; height: 303px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the similar logic within button in three places within the same qlikview document.&lt;/P&gt;&lt;P&gt;If I change the Chart number and/or the target file location, the change gets reflected within all the buttons (macro code) in the document.&amp;nbsp; Hope you get the issue.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948171#M326431</guid>
      <dc:creator />
      <dc:date>2015-10-22T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948172#M326432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you're using the same subroutine for all the buttons. If you don't want that the create more subroutines and assign the different subroutines to the different buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948172#M326432</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T18:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948173#M326433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have three different Subs ... this is the "quickest" and "dirtyest" way of doing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH33")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy1.xls"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub ExportExcel_2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH34")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy2.xls"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub ExportExcel_3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = ActiveDocument.GetSheetObject("CH35")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "c:\temp\yyyy3.xls"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set v=ActiveDocument.Variables("vShowColumn")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "0",true&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End Sub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then use different Subs for each Button....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948173#M326433</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-22T18:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948174#M326434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this.&amp;nbsp; But even changing the sub reflects everywhere.&amp;nbsp; So, if I change the sub name from 'ExportExcel' to 'Hello', it again gets reflected everywhere.&amp;nbsp; The moment I try to create a new macro code within a button, by default, I get the existing code and modifying that in anyway gets reflected everywhere.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102845_Capture.JPG" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948174#M326434</guid>
      <dc:creator />
      <dc:date>2015-10-22T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948175#M326435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create two variables in QV (ex: vParam1 and vParam2), one per each value that changes in the macro.&lt;/P&gt;&lt;P&gt;Then, whithin every button's actions, set those variables with the desired values and call the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro changed for the mentioned example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportExcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'set the macro variables with qv variables value&lt;BR /&gt; set pseudoParam1 = ActiveDocument.Variables("vParam1")&lt;BR /&gt; set pseudoParam2 = ActiveDocument.Variables("vParam2")&lt;BR /&gt; &lt;BR /&gt; set obj = ActiveDocument.GetSheetObject(pseudoParam1 )&lt;BR /&gt; &lt;BR /&gt; obj.ExportBiff pseudoParam2 &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;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948175#M326435</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2015-10-22T18:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948176#M326436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion.&amp;nbsp; Unfortunately, I am very new to macro coding.&amp;nbsp; Could you please help me with my existing code...how do I introduce new variables here.&amp;nbsp; I should be able to retain my existing variable vShowColumn&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102846_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948176#M326436</guid>
      <dc:creator />
      <dc:date>2015-10-22T18:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948177#M326437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this,&lt;BR /&gt;Let me know if it works.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SampleCode.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102848_SampleCode.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948177#M326437</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2015-10-22T18:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948178#M326438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Awesome. Thank you!&amp;nbsp; I am trying to implement this but I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102847_Capture.JPG" style="width: 620px; height: 293px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 19:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948178#M326438</guid>
      <dc:creator />
      <dc:date>2015-10-22T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948179#M326439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make shure your QV variable has a string (text) value, you can try converting the pseudoParam1 to string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this line is usefull, replace the line that throws the error with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'this will let you know the value of the variable&lt;/P&gt;&lt;P&gt;msgbox pseudoParam1&lt;/P&gt;&lt;P&gt;'converting the value to a string befose passing it&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject(cstr(pseudoParam1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 20:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948179#M326439</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2015-10-22T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948180#M326440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I didn't make myself very clear. Obviously you are still trying with only one sub-routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create three - 3 separate Sub-routines and then create separate Buttons that point to each one - each with a different name. Then you will avoid your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 00:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948180#M326440</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-23T00:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948181#M326441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an attached Application that proves that it should work if it is done like I described.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 00:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948181#M326441</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-23T00:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948182#M326442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you are using Linked Objects for the buttons. Right Click each button, an select "UnLink".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948182#M326442</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-10-23T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948183#M326443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please tell me how to unlink the buttons.&amp;nbsp; When I right click the button, I don't see any option related to link/unlink.&amp;nbsp; I am using Qlikview 11.2 SR6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948183#M326443</guid>
      <dc:creator />
      <dc:date>2015-10-23T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using different Macors in a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948184#M326444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using three different subroutines solved the issue.&amp;nbsp; Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 17:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-different-Macors-in-a-QVW/m-p/948184#M326444</guid>
      <dc:creator />
      <dc:date>2015-10-23T17:35:30Z</dc:date>
    </item>
  </channel>
</rss>

