<?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 presentation as per selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2121559#M91320</link>
    <description>&lt;P&gt;Anyone?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2023 03:38:31 GMT</pubDate>
    <dc:creator>Anku</dc:creator>
    <dc:date>2023-09-23T03:38:31Z</dc:date>
    <item>
      <title>Data presentation as per selection</title>
      <link>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2120631#M91265</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a table in Data model which has "ID" &amp;amp; "Date".&lt;/P&gt;
&lt;P&gt;Column "ID" has unique values however, Column "Date" has Dates as well as Blanks.&lt;/P&gt;
&lt;P&gt;I want to create a table in frontend which must show only future dates, &lt;STRONG&gt;and Blanks also&lt;/STRONG&gt;, as per "Date" selection in a Dropdown (in frontend).&lt;/P&gt;
&lt;P&gt;I have added a column;&lt;/P&gt;
&lt;P&gt;Flag = IF(Len(Trim(Date))=0 or Date &amp;gt; 20-Sept-2023,1,0)&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;--Static date for example&lt;/P&gt;
&lt;P&gt;I am getting the desired output but I have restrain the data to shown only records after 20-Sept-2023.&lt;/P&gt;
&lt;P&gt;I am figuring out a way where I can change the dates in front and table must update accordingly.&lt;/P&gt;
&lt;P&gt;Please share your thoughts. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 18:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2120631#M91265</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2023-09-20T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data presentation as per selection</title>
      <link>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2121559#M91320</link>
      <description>&lt;P&gt;Anyone?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 03:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2121559#M91320</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2023-09-23T03:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data presentation as per selection</title>
      <link>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2121606#M91322</link>
      <description>&lt;P&gt;in load script create flag for data blank values &lt;BR /&gt;if(len(date)=0,1,0) as dateflag&lt;/P&gt;
&lt;P&gt;frontend create a variable vmaxdate=max(date)&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;date=,date = {"&amp;gt;=$(=vmaxdate)"}&amp;gt;+&amp;lt;dateflag={1}&amp;gt;} sal)&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 09:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-presentation-as-per-selection/m-p/2121606#M91322</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2023-09-23T09:57:10Z</dc:date>
    </item>
  </channel>
</rss>

