<?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 Show data only or last 35 days in straight table without any set expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935891#M77117</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have below straight table and it does not have any measures in it.&lt;/P&gt;
&lt;P&gt;Dimension - EMS_Report_Date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1653551517147.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80359iE780C9AC4E2A9D1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aspiring_Developer_0-1653551517147.png" alt="Aspiring_Developer_0-1653551517147.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need to restrict the first column i.e EMS_Report_Date in order to show data only for last 30 days. I know the way to achieve it with expression but here I don't have any measure so I'll have to restrict the EMS_Report_Date dimension but not able to do that.&lt;/P&gt;
&lt;P&gt;Can anyone please help ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 07:53:24 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2022-05-26T07:53:24Z</dc:date>
    <item>
      <title>Show data only or last 35 days in straight table without any set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935891#M77117</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have below straight table and it does not have any measures in it.&lt;/P&gt;
&lt;P&gt;Dimension - EMS_Report_Date&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1653551517147.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80359iE780C9AC4E2A9D1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aspiring_Developer_0-1653551517147.png" alt="Aspiring_Developer_0-1653551517147.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need to restrict the first column i.e EMS_Report_Date in order to show data only for last 30 days. I know the way to achieve it with expression but here I don't have any measure so I'll have to restrict the EMS_Report_Date dimension but not able to do that.&lt;/P&gt;
&lt;P&gt;Can anyone please help ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935891#M77117</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-05-26T07:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show data only or last 35 days in straight table without any set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935909#M77121</link>
      <description>&lt;P&gt;Hi, maybe instead of just 'EMS_Report_Date' put simple&lt;/P&gt;
&lt;P&gt;=if( EMS_Report_Date&amp;gt;=date(today()-30), EMS_Report_Date)&lt;/P&gt;
&lt;P&gt;and uncheck 'Include null values' in this fields properties&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 08:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935909#M77121</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-05-26T08:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show data only or last 35 days in straight table without any set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935929#M77123</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/155226"&gt;@justISO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;My EMS Report date has data till December .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1653556861677.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80364iC0C98306D55399FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aspiring_Developer_0-1653556861677.png" alt="Aspiring_Developer_0-1653556861677.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wish to show data till current date only .&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935929#M77123</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-05-26T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show data only or last 35 days in straight table without any set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935933#M77124</link>
      <description>&lt;P&gt;just add additional condition&lt;/P&gt;
&lt;P&gt;=if( EMS_Report_Date&amp;gt;=date(today()-30) and EMS_Report_Date&amp;lt;=today(), EMS_Report_Date)&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-data-only-or-last-35-days-in-straight-table-without-any-set/m-p/1935933#M77124</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-05-26T09:42:19Z</dc:date>
    </item>
  </channel>
</rss>

