<?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: Need Help? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814494#M1033575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start with;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getcurrentfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[New Group]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add some logic (a couple of If statements?) to get the display exactly how you want.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 16:49:53 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2015-01-19T16:49:53Z</dc:date>
    <item>
      <title>Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814493#M1033574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Bar chart, Grouping dimension.&lt;/P&gt;&lt;P&gt;when i am click cycle/Drill group i want change caption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am click Div----&amp;gt;&amp;nbsp; Division wise cost&lt;/P&gt;&lt;P&gt;Grade--&amp;gt; Grade wise cost&lt;/P&gt;&lt;P&gt;Status----&amp;gt; Status wise cost..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814493#M1033574</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-19T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814494#M1033575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start with;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getcurrentfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[New Group]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add some logic (a couple of If statements?) to get the display exactly how you want.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814494#M1033575</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2015-01-19T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814495#M1033576</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;Paul, you need this windows title expression:&lt;/P&gt;&lt;P&gt;=if(getcurrentfield([New Group])='Div','Division wise cost',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(getcurrentfield([New Group])='Grade','Grade wise cost',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(getcurrentfield([New Group])='Status','Status wise cost')&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814495#M1033576</guid>
      <dc:creator />
      <dc:date>2015-01-19T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814496#M1033577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached using GetCurrentField()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814496#M1033577</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-01-19T16:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814497#M1033578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as the guys have said get current field is your friend here, if you want to avoid nested if statements, the attached should work for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 16:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814497#M1033578</guid>
      <dc:creator />
      <dc:date>2015-01-19T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814498#M1033579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice work Simmons....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 17:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/814498#M1033579</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-19T17:07:26Z</dc:date>
    </item>
  </channel>
</rss>

