<?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 Create a specific time filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799110#M64718</link>
    <description>&lt;P&gt;Hello together,&lt;BR /&gt;&lt;BR /&gt;I'm total new in Qlik Sense and have a Question:&lt;BR /&gt;I've a time field in the following Format:&amp;nbsp; DD.MM.YY and want to create a filter in my Dashboard in this Format:&lt;BR /&gt;MM.YY or MM.YYYY (that doesn't matter).&lt;/P&gt;&lt;P&gt;How can I create such a field / filter ? I've searched the functions but couldn't find a possibility to Change the Format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 13:35:24 GMT</pubDate>
    <dc:creator>H_STROLLE</dc:creator>
    <dc:date>2021-04-13T13:35:24Z</dc:date>
    <item>
      <title>Create a specific time filter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799110#M64718</link>
      <description>&lt;P&gt;Hello together,&lt;BR /&gt;&lt;BR /&gt;I'm total new in Qlik Sense and have a Question:&lt;BR /&gt;I've a time field in the following Format:&amp;nbsp; DD.MM.YY and want to create a filter in my Dashboard in this Format:&lt;BR /&gt;MM.YY or MM.YYYY (that doesn't matter).&lt;/P&gt;&lt;P&gt;How can I create such a field / filter ? I've searched the functions but couldn't find a possibility to Change the Format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 13:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799110#M64718</guid>
      <dc:creator>H_STROLLE</dc:creator>
      <dc:date>2021-04-13T13:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a specific time filter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799132#M64720</link>
      <description>&lt;P&gt;If your field is really a date you could apply: date(YourField, 'MM.YYYY'). If it's a timestamp you need to remove the time-part like:&amp;nbsp;date(floor(YourField), 'MM.YYYY').&lt;/P&gt;&lt;P&gt;But this is just a formatting and wouldn't change the values beneath the displayed value. If you want this you may use:&lt;/P&gt;&lt;P&gt;dual(date(YourField, 'MM.YYYY'), year(YourField) * 100 + month(YourField))&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799132#M64720</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-04-13T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create a specific time filter</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799161#M64723</link>
      <description>&lt;P&gt;I would go with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Date(MonthStart(yourField), 'MM.YYYY')&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;rather than Dual().&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 15:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-specific-time-filter/m-p/1799161#M64723</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-13T15:24:12Z</dc:date>
    </item>
  </channel>
</rss>

