<?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: Set Container Caption text using macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656475#M239683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to call the variable in the caption i think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 03:56:49 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-08-27T03:56:49Z</dc:date>
    <item>
      <title>Set Container Caption text using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656472#M239680</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 know the process of assigning caption text to container through macro is by creating a variable, assign the caption's text to this variable and then set variable value inside the macro, but this will only be applicable for existing container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created my container through the macro, so I need to first assign the variable to the caption's text, but I don't know how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 02:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656472#M239680</guid>
      <dc:creator />
      <dc:date>2014-08-27T02:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Container Caption text using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656473#M239681</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set ContainerObj = ActiveDocument.Sheets("Main").CreateContainer&lt;/P&gt;&lt;P&gt;set ContProp=ContainerObj.GetProperties&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set v = ActiveDocument.Variables("vVariable")&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;v.SetContent "Sales",true&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference: &lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/199591#199591" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Changing a container caption via a macro&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 02:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656473#M239681</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-27T02:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Container Caption text using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656474#M239682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is ok but how will the container's caption link to variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 03:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656474#M239682</guid>
      <dc:creator />
      <dc:date>2014-08-27T03:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Container Caption text using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656475#M239683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to call the variable in the caption i think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 03:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656475#M239683</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-27T03:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Container Caption text using macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656476#M239684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do this from inside macro as the container is created using a macro.&lt;/P&gt;&lt;P&gt;Please let me know how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 04:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Container-Caption-text-using-macro/m-p/656476#M239684</guid>
      <dc:creator />
      <dc:date>2014-08-27T04:07:29Z</dc:date>
    </item>
  </channel>
</rss>

