<?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 only year 2019 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652236#M48671</link>
    <description>&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;I would like to insert in a box a field 'date' and to have only the year 2019 (or to specific date).&lt;/P&gt;&lt;P&gt;I tried to insert it like dimension in this way&lt;/P&gt;&lt;P&gt;= Date (MonthStart (ContractCommenceDate), 'YYYY')&amp;gt;= 2019&lt;/P&gt;&lt;P&gt;but is wrong.&lt;/P&gt;&lt;P&gt;Is there someone that give me some advise.&lt;/P&gt;&lt;P&gt;Thanks to all those who want to intervene&lt;/P&gt;&lt;P&gt;I'm sorry, if I wrong "select location".&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;ale&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2019 11:22:23 GMT</pubDate>
    <dc:creator>alessandro</dc:creator>
    <dc:date>2019-11-28T11:22:23Z</dc:date>
    <item>
      <title>Date only year 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652236#M48671</link>
      <description>&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;I would like to insert in a box a field 'date' and to have only the year 2019 (or to specific date).&lt;/P&gt;&lt;P&gt;I tried to insert it like dimension in this way&lt;/P&gt;&lt;P&gt;= Date (MonthStart (ContractCommenceDate), 'YYYY')&amp;gt;= 2019&lt;/P&gt;&lt;P&gt;but is wrong.&lt;/P&gt;&lt;P&gt;Is there someone that give me some advise.&lt;/P&gt;&lt;P&gt;Thanks to all those who want to intervene&lt;/P&gt;&lt;P&gt;I'm sorry, if I wrong "select location".&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;ale&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 11:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652236#M48671</guid>
      <dc:creator>alessandro</dc:creator>
      <dc:date>2019-11-28T11:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date only year 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652303#M48681</link>
      <description>&lt;P&gt;May be?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year(&lt;SPAN&gt;ContractCommenceDate&lt;/SPAN&gt;)=2019,&amp;nbsp;&lt;SPAN&gt;ContractCommenceDate&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;&lt;SPAN&gt;ContractCommenceDate={"$(=Year(&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;ContractCommenceDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;)=2019)"}&lt;/SPAN&gt;&amp;gt;} &lt;SPAN&gt;ContractCommenceDate&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 12:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652303#M48681</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-28T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date only year 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652323#M48682</link>
      <description>&lt;P&gt;Hi Anil and thanks for your reply.&lt;/P&gt;&lt;P&gt;Your first solution&lt;/P&gt;&lt;P&gt;(If(Year(ContractCommenceDate)=2019, ContractCommenceDate))&amp;nbsp;&lt;/P&gt;&lt;P&gt;is ok but as resulting I have a list of dates, while I would like to have a kind of switc (0-1) so that I could push only one thing, while now I have to push "selection all". But it's the same, but...And besides, it seems to me that the qvd has become slower.&lt;/P&gt;&lt;P&gt;While your second solution, unfortunatly, go in error.&lt;/P&gt;&lt;P&gt;Anyway, thanks a lot.&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;ale&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652323#M48682</guid>
      <dc:creator>alessandro</dc:creator>
      <dc:date>2019-11-28T13:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date only year 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652366#M48692</link>
      <description>&lt;P&gt;I don't know if I understand correctly, But check&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;(If(Year(ContractCommenceDate)=2019, 1, 0))&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-only-year-2019/m-p/1652366#M48692</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-28T14:12:43Z</dc:date>
    </item>
  </channel>
</rss>

