<?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: Data Picker Object in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132267#M1525</link>
    <description>&lt;P&gt;This post might help you more.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Selecting-Date-range-in-Date-picker-from-last-30-days-till-today/td-p/1876973" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Selecting-Date-range-in-Date-picker-from-last-30-days-till-today/td-p/1876973&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you use this in combination with a master calendar you should get what you need.&lt;/P&gt;
&lt;P&gt;The code I put in the value for the sheet action is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= '&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today()))&lt;/P&gt;
&lt;P&gt;Specifically this part of the answer should work for you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using Actions (in sheet properties):&lt;/P&gt;
&lt;P&gt;1. select action -&amp;nbsp;&lt;STRONG&gt;Select values matching search criteria&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Choose your date field&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Value&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= '&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 19:34:27 GMT</pubDate>
    <dc:creator>datagrrl</dc:creator>
    <dc:date>2023-10-26T19:34:27Z</dc:date>
    <item>
      <title>Data Picker Object</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132243#M1522</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need a way to always default the date picker values to get the First and Last day of any month whether the data is in existence or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: Month of September 2023&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if there are no datasets for the beginning of September 2023, I want my filters to always show the full set of dates to display. (09/01/2023 til 09/30/2023)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Concrete Example: Date Selection should always say 09/01/2023 instead of 09/08/2023 indicating that the data was only retrieved beginning 09/08/2023 to 09/30/2023&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 22:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132243#M1522</guid>
      <dc:creator>ocharles</dc:creator>
      <dc:date>2025-03-19T22:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Picker Object</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132260#M1523</link>
      <description>&lt;P&gt;Maybe I am misunderstanding what you are asking, it sounds to me like you might need to create a master calendar.&lt;/P&gt;
&lt;P&gt;This is a really old video, but I think it explains the concept.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Creating-A-Master-Calendar/td-p/341286" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Creating-A-Master-Calendar/td-p/341286&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have included a script I use for Master Calendars in the attached App. I am not sure what you are saying when referring to "Any Month" but this should help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 19:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132260#M1523</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2023-10-26T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Picker Object</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132263#M1524</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45257"&gt;@datagrrl&lt;/a&gt;&amp;nbsp;and thank you for the response you provided. I will bring some clarification to my questions. My Dataset does not include the first day of the month like 09/01/2023 but begins in 09/08/2023 but for my date picker on a dimension called "BilledDate" the dimension doesn't contain the 09/01/2023 dates. And the date picker once I add the "BilledDate" as the dimension gives me the Min (BilledDate) as 09/08/2023 Max(BilledDate) as 09/30/2023. I do not want that default date selection. I want my date selections to always be the first and last date of any month regardless of the dataset in the query for the filled (BilledDate).&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 19:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132263#M1524</guid>
      <dc:creator>ocharles</dc:creator>
      <dc:date>2023-10-26T19:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Picker Object</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132267#M1525</link>
      <description>&lt;P&gt;This post might help you more.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Selecting-Date-range-in-Date-picker-from-last-30-days-till-today/td-p/1876973" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Selecting-Date-range-in-Date-picker-from-last-30-days-till-today/td-p/1876973&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you use this in combination with a master calendar you should get what you need.&lt;/P&gt;
&lt;P&gt;The code I put in the value for the sheet action is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= '&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today()))&lt;/P&gt;
&lt;P&gt;Specifically this part of the answer should work for you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using Actions (in sheet properties):&lt;/P&gt;
&lt;P&gt;1. select action -&amp;nbsp;&lt;STRONG&gt;Select values matching search criteria&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Choose your date field&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Value&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= '&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 19:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2132267#M1525</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2023-10-26T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Picker Object</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2138838#M1569</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/45257"&gt;@datagrrl&lt;/a&gt;&amp;nbsp;it worked splendidly. Another question if I may. Can you provide an expression that can sum a straight table column and when the user filter the column, the sum changes in a textbox object.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 13:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Data-Picker-Object/m-p/2138838#M1569</guid>
      <dc:creator>ocharles</dc:creator>
      <dc:date>2023-11-17T13:38:02Z</dc:date>
    </item>
  </channel>
</rss>

