<?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 Bar Chart with Price range listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155456#M897134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created a bar chart with price.&amp;nbsp; i want to create a listbox price range as a filter. Can anyone out there help help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a price range &lt;/P&gt;&lt;P&gt;&amp;lt;1000&lt;/P&gt;&lt;P&gt;1001 - 2000&lt;/P&gt;&lt;P&gt;2001-3000&lt;/P&gt;&lt;P&gt;3001-5000&lt;/P&gt;&lt;P&gt;&amp;gt;5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do that? should i do it in back end script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155456#M897134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created a bar chart with price.&amp;nbsp; i want to create a listbox price range as a filter. Can anyone out there help help??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a price range &lt;/P&gt;&lt;P&gt;&amp;lt;1000&lt;/P&gt;&lt;P&gt;1001 - 2000&lt;/P&gt;&lt;P&gt;2001-3000&lt;/P&gt;&lt;P&gt;3001-5000&lt;/P&gt;&lt;P&gt;&amp;gt;5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do that? should i do it in back end script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&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/Bar-Chart-with-Price-range-listbox/m-p/1155456#M897134</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155457#M897135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Listbox Expression&lt;/P&gt;&lt;P&gt;Class(Price,1000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155457#M897135</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-07-27T07:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155458#M897136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if the price is an expression - for example: sum(price) * 100/0.5 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i still use it with Class() ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155458#M897136</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155459#M897137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Class(Aggr(Sum(Price)*100/0.5,Price),1000,'Price')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155459#M897137</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-07-27T09:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155460#M897138</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 this : class(((price, 1000)*100/0.5))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155460#M897138</guid>
      <dc:creator />
      <dc:date>2016-07-27T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155461#M897139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already replied in the below thread. Please avoid posting the same question multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/226743"&gt;bar chart with price range list box&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155461#M897139</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with Price range listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155462#M897140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i totally understand that. but i posted wrongly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-Price-range-listbox/m-p/1155462#M897140</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-07-27T09:37:29Z</dc:date>
    </item>
  </channel>
</rss>

