<?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: Creating a table with range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436065#M798121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186075_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 12:43:05 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-07T12:43:05Z</dc:date>
    <item>
      <title>Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436061#M798117</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;How to create a table with range as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="185914" alt="range.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185914_range.PNG" style="height: 191px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The salary range is given as Range and no.of boys and girls salary based on slab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me out how to create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijaya&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/Creating-a-table-with-range/m-p/1436061#M798117</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436062#M798118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share your mock data. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: you can try to create calculated dimension in back/front end like attached article &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3821"&gt;Buckets&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436062#M798118</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-06T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436063#M798119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have field called Gender with field values like Boys and Girls. Perhaps like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Range &amp;gt;= 0 and Range &amp;lt;= 1000, Dual('0 to $1K',1),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Range &amp;gt;= 1000 and Range &amp;lt;= 50000, Dual('$1K to $50K',2), Dual('&amp;gt; $ 50K', 3))) as Range_Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension as &lt;STRONG&gt;Range_Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Formulas should be&lt;/P&gt;&lt;P&gt;1) % of Boys -- &lt;STRONG&gt;Avg({&amp;lt;Gender = {'Boys'}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) # of Boys -- &lt;STRONG&gt;Count({&amp;lt;Gender = {'Boys'}&amp;gt;} FieldName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) % of Girls -- &lt;STRONG&gt;Avg({&amp;lt;Gender = {'Girls'}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4) # of Girls -- &lt;STRONG&gt;Count({&amp;lt;Gender = {'Girls'}&amp;gt;} FieldName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436063#M798119</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436064#M798120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please the sample data and qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to get the negative values in the range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 10:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436064#M798120</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2017-12-07T10:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436065#M798121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186075_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436065#M798121</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436066#M798122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did we use the same calculation or Salary_Dim Column??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have observed the negative values are falling under the range &amp;gt;$50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186169_test.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 07:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436066#M798122</guid>
      <dc:creator>kvr9</dc:creator>
      <dc:date>2017-12-08T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with range</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436067#M798123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we can use. May be the reason we are calculating 0-1000, 1000-50k and &amp;gt;50k. That means, We are not calculating Negative now. For now, You can remove &amp;gt;0 and use directly like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Salary&amp;lt;1000, '&amp;lt;$1k')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 08:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-range/m-p/1436067#M798123</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-08T08:46:25Z</dc:date>
    </item>
  </channel>
</rss>

