<?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: Dynamic Label in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216008#M23489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know out of the box Bar Chart measure labels cannot be defined by a dynamic expression, only by static text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can though have expression defined dynamic Titles, SubTitles and Footnotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 12:16:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-17T12:16:20Z</dc:date>
    <item>
      <title>Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216006#M23487</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;i have a bar chart which have measures as current year,Previous year and Previous to previous year.&lt;/P&gt;&lt;P&gt;and the labels for the above measures are CY, PY and PPY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is: want to display label as CY-2017, PY-2016 and PPY-2015 (should be dynamic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 11:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216006#M23487</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-02-17T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216007#M23488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. Rathnam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this requirement, you add a drop down list of year by which user can chose year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Sravesh Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216007#M23488</guid>
      <dc:creator>sarvesh</dc:creator>
      <dc:date>2017-02-17T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216008#M23489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know out of the box Bar Chart measure labels cannot be defined by a dynamic expression, only by static text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can though have expression defined dynamic Titles, SubTitles and Footnotes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216008#M23489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-17T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216009#M23490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this in label section&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='CY - ' &amp;amp; '$(vSelected_Month)'&lt;/P&gt;&lt;P&gt;='PY - ' &amp;amp; '$(vSelected_Month)-1'&lt;/P&gt;&lt;P&gt;='PPY - ' &amp;amp; '$(vSelected_Month)-2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define variable&lt;/P&gt;&lt;P&gt;vSelected_Month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Report Period]&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;&lt;SPAN style="font-size: 8pt;"&gt;Hope I understood it correctly&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216009#M23490</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-17T12:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216010#M23491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but it is treating everything as text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 12:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216010#M23491</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-02-17T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216011#M23492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please post your app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 13:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216011#M23492</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-17T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216012#M23493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not able to see attach option to attach my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216012#M23493</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-02-20T11:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Label</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216013#M23494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u can share your personal id, i will send my qvf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Label/m-p/1216013#M23494</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2017-02-20T11:23:19Z</dc:date>
    </item>
  </channel>
</rss>

