<?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: Weight ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696978#M474469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manisch,&lt;/P&gt;&lt;P&gt;I'm afraid your suggeestion is not working for me, I am not allowed to use the single "&amp;gt;" option, does this mean there is something wrong with the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 10:33:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-15T10:33:06Z</dc:date>
    <item>
      <title>Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696975#M474466</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;I am trying to group some shipment data by weight range in a Straight table, however I can only get it to work partially.&lt;/P&gt;&lt;P&gt;At the moment I am using an IF function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(SHP_WEIGHT &amp;lt;=0.50, '0.5KG',&lt;/P&gt;&lt;P&gt;If(SHP_WEIGHT &amp;gt;&amp;gt;0.50&amp;lt;=1.00, '1KG',&lt;/P&gt;&lt;P&gt;If(SHP_WEIGHT &amp;gt;&amp;gt;1.01&amp;lt;=2.00, '2KG',&lt;/P&gt;&lt;P&gt;If(SHP_WEIGHT &amp;gt;&amp;gt;2.01&amp;lt;=3.00, '3KG',&lt;/P&gt;&lt;P&gt;If(SHP_WEIGHT &amp;gt;&amp;gt;3.01&amp;lt;=4.00, '4KG',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'unknown')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not giving me the result I need.&lt;/P&gt;&lt;P&gt;The 2KG range now shows from 2.00 up to 6.00 and the 3KG range shows for 6.00 up to 16.00.&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696975#M474466</guid>
      <dc:creator />
      <dc:date>2014-09-15T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696976#M474467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(SHP_WEIGHT &amp;lt;=0.50, '0.5KG',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(SHP_WEIGHT &amp;gt;0.50&amp;lt;=1.00, '1KG',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(SHP_WEIGHT &amp;gt;1.00&amp;lt;=2.00, '2KG',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(SHP_WEIGHT &amp;gt;2.00&amp;lt;=3.00, '3KG',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(SHP_WEIGHT &amp;gt;3.00&amp;lt;=4.00, '4KG',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'unknown')))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696976#M474467</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-15T10:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696977#M474468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class() would be a better option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696977#M474468</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-15T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696978#M474469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manisch,&lt;/P&gt;&lt;P&gt;I'm afraid your suggeestion is not working for me, I am not allowed to use the single "&amp;gt;" option, does this mean there is something wrong with the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696978#M474469</guid>
      <dc:creator />
      <dc:date>2014-09-15T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696979#M474470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely, we are missing Aggr here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(SHP_WEIGHT &amp;lt;=0.50, '0.5KG',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(SHP_WEIGHT &amp;gt;0.50&amp;lt;=1.00, '1KG',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(SHP_WEIGHT &amp;gt;1.00&amp;lt;=2.00, '2KG',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(SHP_WEIGHT &amp;gt;2.00&amp;lt;=3.00, '3KG',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(SHP_WEIGHT &amp;gt;3.00&amp;lt;=4.00, '4KG',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; 'unknown'))))),Shipment)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Expression&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;COUNT(Distinct Shipment)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696979#M474470</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-15T10:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weight ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696980#M474471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use class function for this,but in this case u will get fixed range,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 15 Sep 2014 10:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weight-ranges/m-p/696980#M474471</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-15T10:36:26Z</dc:date>
    </item>
  </channel>
</rss>

