<?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 Date with multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330478#M411042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called 'add_datetime' which is formatted as m/d/yyy hh:mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to create a chart that uses the field 'num_seats' as the expression. However, the problem I am running into is that for 'add_datetime' there can be multiple instances of the same date occurring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if 50 seats sold on 1/1/2017, as part of 25 transactions, I want to be able to show that 50 seats sold on 1/1/2017 as opposed to all of the instances of seats selling on 1/1/2017. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 14:02:31 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2017-05-24T14:02:31Z</dc:date>
    <item>
      <title>Date with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330478#M411042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called 'add_datetime' which is formatted as m/d/yyy hh:mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to create a chart that uses the field 'num_seats' as the expression. However, the problem I am running into is that for 'add_datetime' there can be multiple instances of the same date occurring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if 50 seats sold on 1/1/2017, as part of 25 transactions, I want to be able to show that 50 seats sold on 1/1/2017 as opposed to all of the instances of seats selling on 1/1/2017. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330478#M411042</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-05-24T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330479#M411043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be add unique field at load source data for every deal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RecNo() as ID_Deal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330479#M411043</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-24T14:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330480#M411044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the chart to show that on 1/1/2017 there were 50 seats sold, and then on 1/2/2017, 2 seats sold and down the line so that I can have a chart that shows the growth of sales over time. Currently, just leaving the date as is results in a chart that has as many instances of 1/1/2017 as there were transactions. That is what I am trying to avoid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330480#M411044</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-05-24T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date with multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330481#M411045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was able to find the correct response from a previous thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following in load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DayStart(add_datetime)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in a separate table:&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;,date(monthstart(transDATE),'MMM YYYY') as [Created Month]&lt;/P&gt;&lt;P&gt;,date(yearstart(transDATE),'YYYY') as [Created Year]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD date(fieldvalue('transDATE',recno())) as transDATE&lt;/P&gt;&lt;P&gt;AUTOGENERATE fieldvaluecount('transDATE')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-with-multiple-values/m-p/1330481#M411045</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-05-24T14:23:45Z</dc:date>
    </item>
  </channel>
</rss>

