<?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 QV button take current date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-button-take-current-date/m-p/1972583#M1220600</link>
    <description>&lt;P&gt;Hello guys.&lt;/P&gt;
&lt;P&gt;I have data from 2027 &amp;amp; still going on.&lt;/P&gt;
&lt;P&gt;I want to create a button that it will take data from the current month of the current year.&lt;/P&gt;
&lt;P&gt;I have try the below but i have not result&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;that's my script:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET FirstWeekDay=6;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='en-US';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stories:&lt;BR /&gt;LOAD Item,&lt;BR /&gt;Type,&lt;BR /&gt;[Inspection(s) Type],&lt;BR /&gt;Title,&lt;BR /&gt;Status,&lt;BR /&gt;Created,&lt;BR /&gt;Revised,&lt;BR /&gt;Closed,&lt;BR /&gt;Resources,&lt;BR /&gt;Elapsed,&lt;BR /&gt;[Number of Items],&lt;BR /&gt;Product,&lt;BR /&gt;Application,&lt;BR /&gt;[Applicable Specification],&lt;BR /&gt;Form,&lt;BR /&gt;[Material Description],&lt;BR /&gt;[Material Designation],&lt;BR /&gt;[Material Temper],&lt;BR /&gt;[Outer Diameter (mm)],&lt;BR /&gt;[Wall Thickness (mm)],&lt;BR /&gt;Customer,&lt;BR /&gt;[Origin of Manufacturer],&lt;BR /&gt;Manufacturer,&lt;BR /&gt;[Reported By],&lt;BR /&gt;Day(Created) as Day,&lt;BR /&gt;Num(Month(Created)) as Month,&lt;BR /&gt;Year(Created) as Year,&lt;BR /&gt;Date(Timestamp#(Created,'DD-MM-YYYY hh:mm:ss[.fff] TT'),'DD/MM/YYYY') as [Created Date]&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Created is a date time filed e.g :&amp;nbsp;05-08-2022 1:16:01 PM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;At button i have the below :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Actions :&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Select in Field&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Field :&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Created Date]&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Search String:&amp;nbsp;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ='&amp;gt;=' &amp;amp; Date(Max([Created Date]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//='&amp;gt;=' &amp;amp; Date(MonthStart(Max({1}Date)), 'MM/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max({1}Date)), 'MM/DD/YYYY')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any suggestion?&lt;/P&gt;
&lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 14:43:02 GMT</pubDate>
    <dc:creator>cmano</dc:creator>
    <dc:date>2022-08-24T14:43:02Z</dc:date>
    <item>
      <title>QV button take current date</title>
      <link>https://community.qlik.com/t5/QlikView/QV-button-take-current-date/m-p/1972583#M1220600</link>
      <description>&lt;P&gt;Hello guys.&lt;/P&gt;
&lt;P&gt;I have data from 2027 &amp;amp; still going on.&lt;/P&gt;
&lt;P&gt;I want to create a button that it will take data from the current month of the current year.&lt;/P&gt;
&lt;P&gt;I have try the below but i have not result&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;that's my script:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET FirstWeekDay=6;&lt;BR /&gt;SET BrokenWeeks=1;&lt;BR /&gt;SET ReferenceDay=0;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='en-US';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stories:&lt;BR /&gt;LOAD Item,&lt;BR /&gt;Type,&lt;BR /&gt;[Inspection(s) Type],&lt;BR /&gt;Title,&lt;BR /&gt;Status,&lt;BR /&gt;Created,&lt;BR /&gt;Revised,&lt;BR /&gt;Closed,&lt;BR /&gt;Resources,&lt;BR /&gt;Elapsed,&lt;BR /&gt;[Number of Items],&lt;BR /&gt;Product,&lt;BR /&gt;Application,&lt;BR /&gt;[Applicable Specification],&lt;BR /&gt;Form,&lt;BR /&gt;[Material Description],&lt;BR /&gt;[Material Designation],&lt;BR /&gt;[Material Temper],&lt;BR /&gt;[Outer Diameter (mm)],&lt;BR /&gt;[Wall Thickness (mm)],&lt;BR /&gt;Customer,&lt;BR /&gt;[Origin of Manufacturer],&lt;BR /&gt;Manufacturer,&lt;BR /&gt;[Reported By],&lt;BR /&gt;Day(Created) as Day,&lt;BR /&gt;Num(Month(Created)) as Month,&lt;BR /&gt;Year(Created) as Year,&lt;BR /&gt;Date(Timestamp#(Created,'DD-MM-YYYY hh:mm:ss[.fff] TT'),'DD/MM/YYYY') as [Created Date]&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Created is a date time filed e.g :&amp;nbsp;05-08-2022 1:16:01 PM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;At button i have the below :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Actions :&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Select in Field&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Field :&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Created Date]&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Search String:&amp;nbsp;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ='&amp;gt;=' &amp;amp; Date(Max([Created Date]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//='&amp;gt;=' &amp;amp; Date(MonthStart(Max({1}Date)), 'MM/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Max({1}Date)), 'MM/DD/YYYY')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any suggestion?&lt;/P&gt;
&lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-button-take-current-date/m-p/1972583#M1220600</guid>
      <dc:creator>cmano</dc:creator>
      <dc:date>2022-08-24T14:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: QV button take current date</title>
      <link>https://community.qlik.com/t5/QlikView/QV-button-take-current-date/m-p/1972584#M1220601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/131740"&gt;@cmano&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Think your question has been answered before. Have a look at the following past Community threads:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Current-date-button/td-p/1106397" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Current-date-button/td-p/1106397&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/How-to-create-a-Today-Button/m-p/891030#M998604" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/How-to-create-a-Today-Button/m-p/891030#M998604&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-button-take-current-date/m-p/1972584#M1220601</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2022-08-24T14:50:05Z</dc:date>
    </item>
  </channel>
</rss>

