<?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 Make a chart with dates into days? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017522#M937876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a bar chart that would show me transaction values by day. I have a date field in my data, M-D-YYYY, called transaction date and I also have a field for transaction value. How would I create a chart that would show me how much transaction values occurred by each day? I am new to the Qlik world, so please bear with me. Any and all help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Moe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 22:35:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-11T22:35:08Z</dc:date>
    <item>
      <title>Make a chart with dates into days?</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017522#M937876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a bar chart that would show me transaction values by day. I have a date field in my data, M-D-YYYY, called transaction date and I also have a field for transaction value. How would I create a chart that would show me how much transaction values occurred by each day? I am new to the Qlik world, so please bear with me. Any and all help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Moe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 22:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017522#M937876</guid>
      <dc:creator />
      <dc:date>2016-02-11T22:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Make a chart with dates into days?</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017523#M937877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your dates are intepreted correctly, you can use &lt;EM&gt;WeekDay(DateField)&lt;/EM&gt; function to get the Weekday for any date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this function in your load script or as calculated dimension in your chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//script:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(DateField) as Weekday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=WeekDay(DateField) //calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for day of month, the function is called&lt;EM&gt; Day(DateField)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 22:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017523#M937877</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-11T22:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make a chart with dates into days?</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017524#M937878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Directory;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;abc.xlsx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017524#M937878</guid>
      <dc:creator>nagireddy_qv</dc:creator>
      <dc:date>2016-02-11T23:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make a chart with dates into days?</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017525#M937879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Create a bar chart&lt;/LI&gt;&lt;LI&gt;use &lt;EM&gt;TransactionDate&lt;/EM&gt; as dimension&lt;/LI&gt;&lt;LI&gt;use the following expression : Count(&lt;EM&gt;TransactionValue&lt;/EM&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017525#M937879</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-02-11T23:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make a chart with dates into days?</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017526#M937880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for help!! I appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-chart-with-dates-into-days/m-p/1017526#M937880</guid>
      <dc:creator />
      <dc:date>2016-02-11T23:13:50Z</dc:date>
    </item>
  </channel>
</rss>

