<?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: Hello Guys, I have a question regarding date functions ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435712#M34519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello kaushik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot . I got it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 12:56:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-12T12:56:27Z</dc:date>
    <item>
      <title>Hello Guys, I have a question regarding date functions ?</title>
      <link>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435710#M34517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I basically have a column in my data sheet which has all Dates in the format of (MM/DD/YY) . I need to segregate years such as 2014, 2015, 2016... so on and I need to display related values under these years . How I do extract these dates ? And what chart or expression I should be using in order to do it .&amp;nbsp; I need something like this to represent . &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;2014&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;2015&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;2016&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;x values&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;y values&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;z values&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435710#M34517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Guys, I have a question regarding date functions ?</title>
      <link>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435711#M34518</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;Assuming you are getting the Date and the Values i.e (XYZ) from same table, you should try below script and expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;Load *,Year(Date) as Year&lt;/P&gt;&lt;P&gt;From xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on frontend create a pivot table and add Column as year and Sum("Valuefield") (Name of the field which has the value) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 19:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435711#M34518</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-10-11T19:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Guys, I have a question regarding date functions ?</title>
      <link>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435712#M34519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello kaushik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot . I got it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hello-Guys-I-have-a-question-regarding-date-functions/m-p/1435712#M34519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T12:56:27Z</dc:date>
    </item>
  </channel>
</rss>

