<?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: Title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132696#M372220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'score' &amp;amp;score unit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 12:11:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-12T12:11:01Z</dc:date>
    <item>
      <title>Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132690#M372214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to name my chart whatever the current selection is but only to the last selection made. So, I have Zone, Unit, Product. I was my initial title to say "Score", then once I've selected Zone, I want it to say "Score Zone" (whatever the zone is they've selected), once a unit is selected it needs to read "Score Unit", therefore ignoring the Zone.&amp;nbsp; Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 11:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132690#M372214</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-12T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132691#M372215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide your same application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Uva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132691#M372215</guid>
      <dc:creator />
      <dc:date>2016-05-12T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132692#M372216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;='Score '&amp;amp; if( getselectedcount(Zone)&amp;gt;0, Zone,'')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 11:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132692#M372216</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-12T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132693#M372217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That just returns the Zone, I want it to change to say the unit once I've drilled into Unit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132693#M372217</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-12T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132694#M372218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'Score '&amp;amp; if( getselectedcount(Zone)&amp;gt;0, Concat(&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;distinct &lt;/EM&gt;&lt;/STRONG&gt;Zone,','),'') &amp;amp; &lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; if( getselectedcount(Unit)&amp;gt;0, &lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Concat(&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;distinct &lt;/EM&gt;&lt;/STRONG&gt;Unit,',')&lt;/EM&gt;&lt;/STRONG&gt;,'')&amp;nbsp; &amp;amp; &lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;if( getselectedcount(Product)&amp;gt;0, &lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Concat(&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;distinct &lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Product&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;,',')&lt;/EM&gt;&lt;/STRONG&gt;,'') &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132694#M372218</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-12T12:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132695#M372219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;='Score '&amp;amp; &lt;SPAN style="color: #0000ff;"&gt;GetCurrentField&lt;/SPAN&gt;(DrillGroupName)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132695#M372219</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-05-12T12:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132696#M372220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'score' &amp;amp;score unit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132696#M372220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T12:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132697#M372221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this , if u don't want the values of the field, only field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Score '&amp;amp; if(GetSelectedCount(Zone)&amp;gt;0, subfield(GetCurrentSelections(),':',1),'')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;..&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;..&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;similar to others&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132697#M372221</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-05-12T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132698#M372222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the value too, so once I selected Zone A I want the title to say Zone A, then if I selected Unit 3, I want it to say just Unit 3, not Zone A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132698#M372222</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-12T12:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132699#M372223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get selection field(field name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132699#M372223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132700#M372224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then u have to mix mine and kushals code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132700#M372224</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-05-12T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132701#M372225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That only pulls down the field name, not the value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132701#M372225</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-05-12T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132702#M372226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;='Score '&amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;GetCurrentField&lt;/SPAN&gt;(DrillGroupName) &amp;amp;': ' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;$(=&lt;/SPAN&gt;&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;GetCurrentField&lt;/SPAN&gt;(DrillGroupName)&lt;/EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132702#M372226</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-05-12T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Title</title>
      <link>https://community.qlik.com/t5/QlikView/Title/m-p/1132703#M372227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;'Score '&amp;amp; if( getselectedcount(Zone)&amp;gt;0, Concat(&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;distinct &lt;/EM&gt;&lt;/STRONG&gt;Zone,',') &amp;amp; ' ' &amp;amp;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;subfield(GetCurrentSelections(),':',1)&lt;/EM&gt;&lt;/STRONG&gt;,'')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Try this for Zone &lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 12:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Title/m-p/1132703#M372227</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-05-12T12:21:53Z</dc:date>
    </item>
  </channel>
</rss>

