<?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: How Display color codes for data buckets in List box!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847672#M297519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways to achieve this output at UI few of them is &lt;/P&gt;&lt;P&gt;&amp;nbsp; - Using colour expression in the charts for respected Buckets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Using a defined data island for color&amp;nbsp; and mapping it to Buckets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 05:16:07 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2015-06-18T05:16:07Z</dc:date>
    <item>
      <title>How Display color codes for data buckets in List box!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847671#M297518</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 can we display color codes for data buckets in List Box. I have tried in Liat box Expression but not accurate.&lt;/P&gt;&lt;P&gt;Expression used for data buckets creation in List box:&lt;STRONG&gt; =dual(replace(class(Quantity,7000),'&amp;lt;= x &amp;lt;','-'),class(Quantity,7000))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression used in expression Tb of list for Color codes = i&lt;STRONG&gt;f(RowNo()=1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',if(RowNo()=2,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_o.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Here is an issue when i am selecting a value then that becomes row 1 so the color will be updated every time when we are selected a value in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i maintain standard color codes for the data buckets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 05:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847671#M297518</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-06-18T05:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How Display color codes for data buckets in List box!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847672#M297519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways to achieve this output at UI few of them is &lt;/P&gt;&lt;P&gt;&amp;nbsp; - Using colour expression in the charts for respected Buckets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Using a defined data island for color&amp;nbsp; and mapping it to Buckets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 05:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847672#M297519</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-06-18T05:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How Display color codes for data buckets in List box!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847673#M297520</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 like this&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;i&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;f(QUANTITY&amp;gt;=1000 AND &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;QUANTITY &amp;lt; 7000, &lt;/STRONG&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;QUANTITY&amp;gt;=7000&amp;nbsp; AND &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;QUANTITY &amp;lt; 15000, &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_o.png',&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hope it helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 05:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847673#M297520</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-18T05:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How Display color codes for data buckets in List box!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847674#M297521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you All.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 05:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Display-color-codes-for-data-buckets-in-List-box/m-p/847674#M297521</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-06-18T05:41:14Z</dc:date>
    </item>
  </channel>
</rss>

