<?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: Chart functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230340#M858176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have considered that your bar chart is having below&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;InvoiceMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve your requirements..&lt;/P&gt;&lt;P&gt;Use Expression as below&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;InvoiceMonth&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Use below as Expression background color..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(GetSelectedCount(InvoiceMonth)&amp;lt;&amp;gt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; IF(InvoiceMonth = GetFieldSelections(InvoiceMonth),Green(),LightGray()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show multi color when no month is selected, go to colors tab and Tick Multicolored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Change your field name and expression accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you are looking for..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 08:43:44 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-01-25T08:43:44Z</dc:date>
    <item>
      <title>Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230335#M858166</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;I have a query. I have column chart. When I select one of the element of it (Ex. Y axis has month Jan to Dec). When I select one of the month, rest months get invisible. only one month bar column shows. do we have option that if we select any bar , rest should be visible but in deactivated format. As in filter we select any value unavailable shows in Grey background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230335#M858166</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230336#M858168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Hi&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Narendra ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;set the below expression to background color ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: maroon;"&gt;[Field name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;)) ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(20,200,200,200),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(190,43, 123, 70)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Mohan.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230336#M858168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230337#M858170</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;I think I am unable to explain correctly. Please find following images.&lt;/P&gt;&lt;P&gt;* This is my Qlikview chart.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150778_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* When I click on "b" column bar. It look like this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150803_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* I want chart like this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/150804_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230337#M858170</guid>
      <dc:creator />
      <dc:date>2017-01-25T08:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230338#M858172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Modify the expression so it is not affected by the month selection. Add/modify &lt;STRONG&gt;Month=&lt;/STRONG&gt; to a set expression.&lt;/LI&gt;&lt;LI&gt;Create a conditional background colour expression for the bars. Something like:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;EM&gt;If(WildMatch(GetFieldSelections(Month), Month), RGB(180, 180, 180))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes the chart dimension is a field named "Month". Adapt this to your specific requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more specific help, you will need to provide more details, such as the dimension and expression of the chart, or better still, a small qvw containing sample data and the chart you would like to modify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230338#M858172</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-25T08:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230339#M858174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I tried it. but does not work. showing same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230339#M858174</guid>
      <dc:creator />
      <dc:date>2017-01-25T08:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230340#M858176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have considered that your bar chart is having below&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;InvoiceMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve your requirements..&lt;/P&gt;&lt;P&gt;Use Expression as below&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;InvoiceMonth&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Use below as Expression background color..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(GetSelectedCount(InvoiceMonth)&amp;lt;&amp;gt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; IF(InvoiceMonth = GetFieldSelections(InvoiceMonth),Green(),LightGray()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show multi color when no month is selected, go to colors tab and Tick Multicolored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Change your field name and expression accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you are looking for..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230340#M858176</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230341#M858178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want multiple months selection and want to show all of them as green.. use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(InvoiceMonth)&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(SubStringCount(GetFieldSelections(InvoiceMonth),InvoiceMonth),Green(),LightGray()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230341#M858178</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230342#M858180</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;Please read question again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am unable to explain correctly. Please find following images.&lt;/P&gt;&lt;P&gt;* This is my Qlikview chart.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1199989-150778/pastedImage_0.png"&gt;&lt;IMG class="jive-image image-1" height="269" src="https://community.qlik.com/legacyfs/online/150805_pastedImage_0.png" width="481" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* When I click on "b" column bar. It look like this.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1199989-150803/pastedImage_1.png"&gt;&lt;IMG class="jive-image image-2" height="268" src="https://community.qlik.com/legacyfs/online/150806_pastedImage_1.png" width="481" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* I want chart like this.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1199989-150804/pastedImage_2.png"&gt;&lt;IMG class="jive-image image-3" height="268" src="https://community.qlik.com/legacyfs/online/150807_pastedImage_2.png" width="481" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230342#M858180</guid>
      <dc:creator />
      <dc:date>2017-01-25T08:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230343#M858182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Try like this : Right Click on chart &amp;gt; Select Set Reference that should work in your case &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230343#M858182</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-25T10:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230344#M858183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Try like this : Right Click on chart &amp;gt; Select Set Reference that should work in your case&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230344#M858183</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-01-25T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230345#M858185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narendra,&lt;/P&gt;&lt;P&gt;find the attachment, to meet ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Mohan.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230345#M858185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230346#M858186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great work avinash!!!!&lt;/P&gt;&lt;P&gt;Thanks you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230346#M858186</guid>
      <dc:creator />
      <dc:date>2017-01-25T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230347#M858187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you follow my steps you will get this...&lt;/P&gt;&lt;P&gt;I don't think so you have tried my solution..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230347#M858187</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T10:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230348#M858188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, 1 more query. can we change the color of deactivated columns after setting set reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230348#M858188</guid>
      <dc:creator />
      <dc:date>2017-01-25T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230349#M858189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached file..&lt;/P&gt;&lt;P&gt;You can also check&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=LcdnSzqF-Wo" title="https://www.youtube.com/watch?v=LcdnSzqF-Wo"&gt;Highlight QlikView Bar Chart based on Current Selections - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-15975"&gt;Highlighting bars on Chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/202089" title="https://community.qlikview.com/thread/202089"&gt;https://community.qlikview.com/thread/202089&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/185761"&gt;Highlighting Bar Chart based on Current Selections&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 11:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230349#M858189</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230350#M858190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;1 more query. I &lt;STRONG style="font-family: Helvetica;"&gt;Set Reference &lt;/STRONG&gt;to chart. it works as desired.&lt;/P&gt;&lt;P&gt; but when I reopen file ( even after saving) , &lt;STRONG style="font-family: Helvetica;"&gt;Set Reference &lt;/STRONG&gt;rules get vanish. Even If I do some activity ex. applying color to chart , it disabled the &lt;STRONG style="font-family: Helvetica;"&gt;Set Reference.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Helvetica;"&gt;do we have any trick to &lt;STRONG style="font-family: Helvetica;"&gt;Set Reference &lt;/STRONG&gt;available until I disable it?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 12:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230350#M858190</guid>
      <dc:creator />
      <dc:date>2017-01-25T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230351#M858191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you used my answer????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230351#M858191</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230352#M858192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used answer of Avinash. About changing color of deactivated bars, when I use dark color to bars, deactivated bars can be easily identified. so I though we should not spend time on it.&lt;/P&gt;&lt;P&gt;would you please guide me on Set reference available every time. I mean until I disabled it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230352#M858192</guid>
      <dc:creator />
      <dc:date>2017-01-25T13:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230353#M858193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wait for Avinash to come back on this...! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230353#M858193</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-25T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230354#M858194</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;maybe also helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3530"&gt;Line Chart tricks: Displaying what's important&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2015/01/focus-not-filter/" title="http://qlikviewcookbook.com/2015/01/focus-not-filter/"&gt;Focus not Filter | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/recipes/download-info/focus-not-filter/" title="http://qlikviewcookbook.com/recipes/download-info/focus-not-filter/"&gt;Search Recipes | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1048669"&gt;Re: scatter graph for the provided excel sheet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 21:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-functionality/m-p/1230354#M858194</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-25T21:48:00Z</dc:date>
    </item>
  </channel>
</rss>

