<?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 filter selection to display results in table box in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-filter-selection-to-display-results-in-table-box/m-p/1891381#M73456</link>
    <description>&lt;P&gt;I need help in Qliksense. I need to have a drop down with three month year dynamically. I have a date field in my table with other fields. if i click on June 2021 from As of date, the table should show the data from the beginning of the data in the DB till june 2021, same way for dec 2021 and dec 2020. Can someone assist on this please&lt;/P&gt;
&lt;P&gt;------------------------------&lt;/P&gt;
&lt;P&gt;Filter pane for As of date&lt;/P&gt;
&lt;P&gt;June 2021&lt;/P&gt;
&lt;P&gt;December 2020&lt;/P&gt;
&lt;P&gt;December 2021&lt;/P&gt;
&lt;P&gt;------------------------&lt;/P&gt;
&lt;P&gt;This filter pane should display based on the below if clause&lt;/P&gt;
&lt;P&gt;let vFinancialYear=Year(today());&lt;BR /&gt;let vPrevious=Year(today())-1;&lt;BR /&gt;let vPrevious1=Year(today())-2;&lt;BR /&gt;let vCurrentmonth=num(Month(now()));&lt;/P&gt;
&lt;P&gt;if('$(vCurrentmonth)'&amp;gt;=6)&lt;BR /&gt;then&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Month, Year&lt;BR /&gt;June ,'$(vFinancialYear)'&lt;BR /&gt;December , '$(vPrevious)'&lt;BR /&gt;June , '$(vPrevious1)'&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;else&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Month, Year&lt;BR /&gt;June ,'$(vPrevious)'&lt;BR /&gt;December , '$(vPrevious1)'&lt;BR /&gt;June , '$(vPrevious1)'&lt;BR /&gt;];&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, 10 Feb 2022 08:26:23 GMT</pubDate>
    <dc:creator>shanmathy</dc:creator>
    <dc:date>2022-02-10T08:26:23Z</dc:date>
    <item>
      <title>Date filter selection to display results in table box</title>
      <link>https://community.qlik.com/t5/App-Development/Date-filter-selection-to-display-results-in-table-box/m-p/1891381#M73456</link>
      <description>&lt;P&gt;I need help in Qliksense. I need to have a drop down with three month year dynamically. I have a date field in my table with other fields. if i click on June 2021 from As of date, the table should show the data from the beginning of the data in the DB till june 2021, same way for dec 2021 and dec 2020. Can someone assist on this please&lt;/P&gt;
&lt;P&gt;------------------------------&lt;/P&gt;
&lt;P&gt;Filter pane for As of date&lt;/P&gt;
&lt;P&gt;June 2021&lt;/P&gt;
&lt;P&gt;December 2020&lt;/P&gt;
&lt;P&gt;December 2021&lt;/P&gt;
&lt;P&gt;------------------------&lt;/P&gt;
&lt;P&gt;This filter pane should display based on the below if clause&lt;/P&gt;
&lt;P&gt;let vFinancialYear=Year(today());&lt;BR /&gt;let vPrevious=Year(today())-1;&lt;BR /&gt;let vPrevious1=Year(today())-2;&lt;BR /&gt;let vCurrentmonth=num(Month(now()));&lt;/P&gt;
&lt;P&gt;if('$(vCurrentmonth)'&amp;gt;=6)&lt;BR /&gt;then&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Month, Year&lt;BR /&gt;June ,'$(vFinancialYear)'&lt;BR /&gt;December , '$(vPrevious)'&lt;BR /&gt;June , '$(vPrevious1)'&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;else&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Month, Year&lt;BR /&gt;June ,'$(vPrevious)'&lt;BR /&gt;December , '$(vPrevious1)'&lt;BR /&gt;June , '$(vPrevious1)'&lt;BR /&gt;];&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, 10 Feb 2022 08:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-filter-selection-to-display-results-in-table-box/m-p/1891381#M73456</guid>
      <dc:creator>shanmathy</dc:creator>
      <dc:date>2022-02-10T08:26:23Z</dc:date>
    </item>
  </channel>
</rss>

