<?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 Dimension limit for a range between two values. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-limit-for-a-range-between-two-values/m-p/1421033#M428728</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 have a problem with a chart where the results are summed in a range of between 1 and 5000. However, I am only interested in the results that range between 5 and 15, and I want to filter out the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension limit only supports one range, however. As far as I can see. I can either set it to more than 5 or less than 15, not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any idea how I can solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my script below. Everything works fine except the red part which is one way that I tried to go around the issue by filtering out the lower values in the script as a test. I cannot seem to get RESIDENT to work, but that is probably due to my rather novice skills in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I use in the chart is &lt;SPAN style="font-size: 13.3333px;"&gt; =NetWorkDays([Last receive date],[Order date]). which gives me the desired result of receive date - order date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ODBC CONNECT64 TO $(Machine);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LEADTIME:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DDIS AS DISTRICT,&lt;/P&gt;&lt;P&gt;DNUM AS DEALER,&lt;/P&gt;&lt;P&gt;DNUM AS PART,&lt;/P&gt;&lt;P&gt;DREC AS RECEIVE,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;date(date#(&lt;SPAN style="font-size: 13.3333px;"&gt;DREC&lt;/SPAN&gt;,'YYYYMMDD'),'DD-MM-YYYY') as [Last receive date];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM .Library.File&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(LEADTIME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Orders:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PDIS AS DISTRICT,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PNUM AS DEALER,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PNUM AS PART,&lt;/P&gt;&lt;P&gt;PORD AS ORDERDATE,&lt;/P&gt;&lt;P&gt;date(date#(PORD,'YYYYMMDD'),'DD-MM-YYYY') as [Order date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;NetWorkDays([RECEIVE],[ORDERDATE]) AS [TEST]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident LEADTIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Where Test &amp;gt; 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM Library.file&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 12:55:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-24T12:55:27Z</dc:date>
    <item>
      <title>Dimension limit for a range between two values.</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-limit-for-a-range-between-two-values/m-p/1421033#M428728</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 have a problem with a chart where the results are summed in a range of between 1 and 5000. However, I am only interested in the results that range between 5 and 15, and I want to filter out the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension limit only supports one range, however. As far as I can see. I can either set it to more than 5 or less than 15, not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any idea how I can solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my script below. Everything works fine except the red part which is one way that I tried to go around the issue by filtering out the lower values in the script as a test. I cannot seem to get RESIDENT to work, but that is probably due to my rather novice skills in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I use in the chart is &lt;SPAN style="font-size: 13.3333px;"&gt; =NetWorkDays([Last receive date],[Order date]). which gives me the desired result of receive date - order date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ODBC CONNECT64 TO $(Machine);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LEADTIME:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DDIS AS DISTRICT,&lt;/P&gt;&lt;P&gt;DNUM AS DEALER,&lt;/P&gt;&lt;P&gt;DNUM AS PART,&lt;/P&gt;&lt;P&gt;DREC AS RECEIVE,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;date(date#(&lt;SPAN style="font-size: 13.3333px;"&gt;DREC&lt;/SPAN&gt;,'YYYYMMDD'),'DD-MM-YYYY') as [Last receive date];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM .Library.File&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(LEADTIME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Orders:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PDIS AS DISTRICT,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PNUM AS DEALER,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PNUM AS PART,&lt;/P&gt;&lt;P&gt;PORD AS ORDERDATE,&lt;/P&gt;&lt;P&gt;date(date#(PORD,'YYYYMMDD'),'DD-MM-YYYY') as [Order date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;NetWorkDays([RECEIVE],[ORDERDATE]) AS [TEST]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident LEADTIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Where Test &amp;gt; 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM Library.file&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-limit-for-a-range-between-two-values/m-p/1421033#M428728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T12:55:27Z</dc:date>
    </item>
  </channel>
</rss>

