<?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 Dynamic Labels for bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409378#M513162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a dynamic labels for my chart. What I mean is, when I select a week or a month which is less than current month, then the label should display, "Thereof BB" and if the month or week selected is greater than or equal to current month then the label of the bar should display ,"Risk BB" . With the below mentioned expression I am getting to work this except that, when I select more than one past or future month, it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(WeekShort)&amp;gt;=month(Date#(WeekShort,'MMM')) or&amp;nbsp; Month(Date#(POPER_NEW, 'MMM'))&amp;gt;=month(today())&amp;nbsp; &lt;/P&gt;&lt;P&gt;,'Risk BB'&amp;nbsp; ,if(GetFieldSelections(WeekShort)&amp;lt;month(Date#(WeekShort,'MMM')) or Month(Date#(POPER_NEW, 'MMM'))&amp;lt;month(today())&amp;nbsp; ,'Thereof BB', 'Thereof BB'&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Oct 2017 17:37:09 GMT</pubDate>
    <dc:creator>apoorvasd</dc:creator>
    <dc:date>2017-10-22T17:37:09Z</dc:date>
    <item>
      <title>Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409378#M513162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a dynamic labels for my chart. What I mean is, when I select a week or a month which is less than current month, then the label should display, "Thereof BB" and if the month or week selected is greater than or equal to current month then the label of the bar should display ,"Risk BB" . With the below mentioned expression I am getting to work this except that, when I select more than one past or future month, it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(WeekShort)&amp;gt;=month(Date#(WeekShort,'MMM')) or&amp;nbsp; Month(Date#(POPER_NEW, 'MMM'))&amp;gt;=month(today())&amp;nbsp; &lt;/P&gt;&lt;P&gt;,'Risk BB'&amp;nbsp; ,if(GetFieldSelections(WeekShort)&amp;lt;month(Date#(WeekShort,'MMM')) or Month(Date#(POPER_NEW, 'MMM'))&amp;lt;month(today())&amp;nbsp; ,'Thereof BB', 'Thereof BB'&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 17:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409378#M513162</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-22T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409379#M513163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the GetFieldSelections() is probably the part that creates the issue for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand this part really, why are you comparing WeekShort selections to WeekShort?&lt;/P&gt;&lt;P&gt;Is this the field you are making selections in? And are you using one of these fields as dimension in your chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A small sample might help to understand your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Oct 2017 18:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409379#M513163</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-22T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409380#M513164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, WeekShort is the field in which selections can be made which has date as its values. Based on the date that a user selects in this field it should check if the date belongs to current or past months, that's the reason i have provided that condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached sample files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409380#M513164</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T08:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409381#M513165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given your sample QVW, what do you expect to see when you do some selections in WeekShort (for example, when selecting Oct in POPER_NEW, what should I select in WeekShort? And what do you expect to see in your chart?)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at this part or your label expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;GetFieldSelections(WeekShort)&amp;gt;=month(Date#(WeekShort,'MMM'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Why are you using the month() function on your WeekShort date (and why are you using Date#() interpretation here, and in addition why with an incompatible format code?)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I don't really understand what you are trying to do here.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409381#M513165</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409382#M513166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetFieldSelections(WeekShort)&amp;gt;=month(Date#(WeekShort,'MMM'))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In this expression, I am just trying to check if the month in the selected WeekShort is greater than or equal to current Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when there is a selection made in WeekShort, it should check which month it belongs to and based on that the label of the bar graph should change. Ignore the expression for the bars, i want a solution for labels. I think I have explained what I want in my original post. Hope you can help me!&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, 23 Oct 2017 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409382#M513166</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409383#M513168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've understood you are looking at the label expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where in&lt;/P&gt;&lt;P&gt; &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;GetFieldSelections(WeekShort)&amp;gt;=month(Date#(WeekShort,'MMM'))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you checking against current month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409383#M513168</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T10:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409384#M513170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Current and future months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409384#M513170</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409385#M513172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like we have an ongoing communication problem, sorry for that. I am out of this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just some general hints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- WeekShort is already a date value. No need to interpret it using Date#().&lt;/P&gt;&lt;P&gt;- Month(WeekShort) is returning the unique month of the unique date value as a single dual value (text and number)&lt;/P&gt;&lt;P&gt;- If you select more than one WeekShort value from different months, Month(WeekShort) will return NULL&lt;/P&gt;&lt;P&gt;- GetFieldSelections() will return a comma separated string of the dates and you are comparing this to a single month value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409385#M513172</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T10:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409386#M513174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thanks for those hints Stefan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will look into them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409386#M513174</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409387#M513175</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&gt;=If(GetSelectedCount(WeekShort), If(Max(WeekShort)&amp;lt;MonthStart(Today()), 'Thereof BB','Risk BB'), 'No WeekShort is Selected')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409387#M513175</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-23T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409388#M513177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works only when i make a selection in WeekShort. I would like to apply the same condition when a month is selcted also. Month Field here is POPER_NEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 11:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409388#M513177</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T11:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409389#M513179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(GetSelectedCount(WeekShort) &lt;STRONG&gt;OR&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;POPER_NEW&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;, If(Max(WeekShort)&amp;lt;MonthStart(Today()), 'Thereof BB','Risk BB'), 'Your Suitable message')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 11:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409389#M513179</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-23T11:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409390#M513181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or maybe a bit simpeler (assuming that whether you do or don't actively select months or weeks, the chart will display &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;something&lt;/EM&gt;, and the title should be adjusted accordingly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;=IF (Max(WeekShort) &amp;lt; MonthStart(Today()), 'ThereofBB', 'Risk BB')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 11:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409390#M513181</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-23T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409391#M513183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works Perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 11:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409391#M513183</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409392#M513185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even your solution works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! Not sure which one to mark as right answer now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 11:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409392#M513185</guid>
      <dc:creator>apoorvasd</dc:creator>
      <dc:date>2017-10-23T11:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Labels for bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409393#M513187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chose the one that best answered your question. Don't worry, you won't offend me by rewarding one of my own heroes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;. But please do close the discussion by assigning a Correct Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since a lot of people provided valuable information, you may consider assigning Helpfuls to the replies that were most... helpful (see the Actions menu underneath each post)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Labels-for-bar-chart/m-p/1409393#M513187</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-23T12:04:21Z</dc:date>
    </item>
  </channel>
</rss>

