<?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/689507#M1074826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use =GetCurrentfield(group name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 09:48:37 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2014-07-31T09:48:37Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689505#M1074824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change dynamically chart caption based on Cyclic Group selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have one cyclic group these are my dimensions(&lt;STRONG&gt;Country,State and City&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;If i am click Cyclic i want to change caption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you Understand.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689505#M1074824</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2014-07-31T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689506#M1074825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=GetCurrentField([GROUP NAME])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689506#M1074825</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-31T09:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689507#M1074826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use =GetCurrentfield(group name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;@vi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689507#M1074826</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-31T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689508#M1074827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Test'&amp;amp;chr(32)&amp;amp;if(GetSelectedCount(Your_Field)&amp;gt;0,'- '&amp;amp;GetFieldSelections(Your_Field))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689508#M1074827</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-31T09:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689509#M1074828</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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&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;)='Name','Name',&lt;BR /&gt;if(GetCurrentField(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[New Group]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='Wrh','WareHouse')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Also, see the Attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Aviral Nag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 09:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/689509#M1074828</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-31T09:56:42Z</dc:date>
    </item>
  </channel>
</rss>

