<?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 do I create a dimension in QV object in which each record groups certain dates? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381974#M421148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Straight Table and use&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Dimension&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=ValueList('R1','R2')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ValueList('R1','R2')='R1',sum({&amp;lt;Date = {'01/07/2017','02/07/2017'}&amp;gt;}Value), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ValueList('R1','R2')='R2',sum({&amp;lt;Date = {'03/07/2017','04/07/2017', '05/07/2017'}&amp;gt;}Value)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Sep 2017 03:14:27 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-09T03:14:27Z</dc:date>
    <item>
      <title>How do I create a dimension in QV object in which each record groups certain dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381973#M421147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time in answering this question. &lt;STRONG&gt;I want to create an object (&lt;SPAN style="text-decoration: underline;"&gt;not doing it in script&lt;/SPAN&gt;) that has a dimension that groups the Date field in certain values (like the Range and SumValue field at the bottom of image 1). How can I accomplish this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175993_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 23:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381973#M421147</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2017-09-08T23:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a dimension in QV object in which each record groups certain dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381974#M421148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Straight Table and use&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Dimension&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=ValueList('R1','R2')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ValueList('R1','R2')='R1',sum({&amp;lt;Date = {'01/07/2017','02/07/2017'}&amp;gt;}Value), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ValueList('R1','R2')='R2',sum({&amp;lt;Date = {'03/07/2017','04/07/2017', '05/07/2017'}&amp;gt;}Value)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381974#M421148</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-09T03:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a dimension in QV object in which each record groups certain dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381975#M421149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;You get this straight table with the calculated dimension Range =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Pick(Match(Date,&lt;/P&gt;&lt;P&gt;'01/07/2017',&lt;/P&gt;&lt;P&gt;'02/07/2017',&lt;/P&gt;&lt;P&gt;'03/07/2017',&lt;/P&gt;&lt;P&gt;'04/07/2017',&lt;/P&gt;&lt;P&gt;'05/07/2017'),&lt;/P&gt;&lt;P&gt;'R1','R1','R2','R2','R2'),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Range&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Sum(Value)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;65 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;R1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;24&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;R2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;41&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 11:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381975#M421149</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-09T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a dimension in QV object in which each record groups certain dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381976#M421150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,01) or &lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,02) ,'R1','R2')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,01) or &lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,02) ,'R1',&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="font-size: 39.3308px;"&gt;Date=makedate(2017,07,03) or &lt;/SPAN&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,04)&amp;nbsp; &lt;SPAN style="font-size: 39.3308px;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;Date=makedate(2017,07,05),&lt;/SPAN&gt;&lt;/SPAN&gt;'R2'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 27.8417px;"&gt;Hope this help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Sep 2017 16:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-dimension-in-QV-object-in-which-each-record/m-p/1381976#M421150</guid>
      <dc:creator>rohitraut</dc:creator>
      <dc:date>2017-09-09T16:45:17Z</dc:date>
    </item>
  </channel>
</rss>

