<?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: Link Filter Criteria into Caption in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594556#M1111014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort of, Except I want it to depend on what is in the 3 text objects. I have 7 other containers on the page with data from different divisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 06:30:05 GMT</pubDate>
    <dc:creator>jmonroe918</dc:creator>
    <dc:date>2014-03-04T06:30:05Z</dc:date>
    <item>
      <title>Link Filter Criteria into Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594552#M1111010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a container holding 3 text objects (TX100, TX101 &amp;amp; TX102). TX100 has the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;[CAPA.Status]&lt;/SPAN&gt;-={'Closed'},&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt;[CAPA.Division]&lt;/SPAN&gt; = {'VST'}&lt;BR /&gt;&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[CAPA.CAPA No]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other two text boxes have similar expressions, the common thread is the [CAPA.Division] = {'VST'}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to force the "VST' into the container's caption? That way when I change out the text boxes with different divisions, I don't have to retype the division's designation every time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 05:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594552#M1111010</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-03-04T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Link Filter Criteria into Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594553#M1111011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you tried using Only() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I used something like : =only({&amp;lt;itemid={26}&amp;gt;}address) in the Title of a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return me the Address Name of Itemid=26.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 06:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594553#M1111011</guid>
      <dc:creator />
      <dc:date>2014-03-04T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Link Filter Criteria into Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594554#M1111012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Angad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have now in the container caption is "CAPA - VST".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the 'VST' to match whatever is entered in the expression of the Text Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 06:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594554#M1111012</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-03-04T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Link Filter Criteria into Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594555#M1111013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Division '&amp;amp;FirstSortedValue(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CAPA.Division&lt;/SPAN&gt;,-Aggr(Count({&amp;lt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[CAPA.Division]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = {'VST'}&lt;/SPAN&gt;&amp;gt;}[&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CAPA.CAPA No]&lt;/SPAN&gt;]),&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CAPA.Division&lt;/SPAN&gt;)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 06:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594555#M1111013</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-04T06:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link Filter Criteria into Caption</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594556#M1111014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort of, Except I want it to depend on what is in the 3 text objects. I have 7 other containers on the page with data from different divisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 06:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Filter-Criteria-into-Caption/m-p/594556#M1111014</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-03-04T06:30:05Z</dc:date>
    </item>
  </channel>
</rss>

