<?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 of the chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979461#M80849</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/185787"&gt;@Husky_Bab12&lt;/a&gt;&amp;nbsp; is By_month a field or a value? or if possible could you please&amp;nbsp; us sample sample data?&lt;/P&gt;</description>
    <pubDate>Sat, 10 Sep 2022 12:14:46 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2022-09-10T12:14:46Z</dc:date>
    <item>
      <title>Title of the chart</title>
      <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1978999#M80804</link>
      <description>&lt;P&gt;Can someone help me with this expression which Im trying to use in qliksense from qlikview for the title of the chart?&lt;BR /&gt;&lt;BR /&gt;=if(GetCurrentField(GROUP_2)='SUPP', 'By Supp, if(getCurrentField(GROUP_2)='CONV_A', 'By A' ,if(getCurrentField(GROUP_2)='att_end_date', 'By Month','')))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 00:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1978999#M80804</guid>
      <dc:creator>Husky_Bab12</dc:creator>
      <dc:date>2022-09-09T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Title of the chart</title>
      <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979005#M80806</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/185787"&gt;@Husky_Bab12&lt;/a&gt;&amp;nbsp; Replace your expression with Getfieldselection() function, something like shown below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(GetfieldSelections(GROUP_2)='SUPP', 'By Supp, if(GetfieldSelections(GROUP_2)='CONV_A', 'By A' ,if(GetfieldSelections(GROUP_2)='att_end_date', 'By Month','')))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this resolves your issue, please like and accept it as a solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 02:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979005#M80806</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-09-09T02:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Title of the chart</title>
      <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979344#M80841</link>
      <description>&lt;P&gt;I tried the above approach.&lt;BR /&gt;&lt;BR /&gt;Its throwing up an error&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Husky_Bab12_0-1662738933588.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88823i42BC773440BD5453/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Husky_Bab12_0-1662738933588.png" alt="Husky_Bab12_0-1662738933588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 15:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979344#M80841</guid>
      <dc:creator>Husky_Bab12</dc:creator>
      <dc:date>2022-09-09T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Title of the chart</title>
      <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979461#M80849</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/185787"&gt;@Husky_Bab12&lt;/a&gt;&amp;nbsp; is By_month a field or a value? or if possible could you please&amp;nbsp; us sample sample data?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 12:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979461#M80849</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-09-10T12:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Title of the chart</title>
      <link>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979478#M80850</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6188"&gt;@sidhiq91&lt;/a&gt;&amp;nbsp;Attached how the data looks.&lt;BR /&gt;&lt;BR /&gt;Let me know if this helpful.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Husky_Bab12_0-1662817794197.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88847iF63E2DD8E6261BA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Husky_Bab12_0-1662817794197.png" alt="Husky_Bab12_0-1662817794197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 13:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Title-of-the-chart/m-p/1979478#M80850</guid>
      <dc:creator>Husky_Bab12</dc:creator>
      <dc:date>2022-09-10T13:50:15Z</dc:date>
    </item>
  </channel>
</rss>

