<?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: Show current week data in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38394#M786724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its current day. &lt;/P&gt;&lt;P&gt;Where i need to use this expression. in dimension or Expression in straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2018 12:01:00 GMT</pubDate>
    <dc:creator>praveenkumar_s</dc:creator>
    <dc:date>2018-02-16T12:01:00Z</dc:date>
    <item>
      <title>Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38391#M786721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;I have created straight table with the following data.By default, I need to show current week data only in straight table if user select any date value it will show the data for respective date in the straight table. Is there any other way to achieve it?.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please find the &lt;SPAN style="font-size: 13.3333px;"&gt;screenshot for your reference.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193599_Screenshot_2.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38391#M786721</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38392#M786722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean Current Day or Current Week? May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Timestamp) = 0, Sum({&amp;lt;Timestamp = {"$(=Date(Today(), 'M/D/YYYY'))"}&amp;gt;}Measure), Sum(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38392#M786722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38393#M786723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i get straight, all you have to do is create a straight table with Metercode as Dimension an Max(Timestamp) as Expression...&lt;/P&gt;&lt;P&gt;You may have to use MaxString(&lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp) alternatively depending on the data type of the Timestamp column... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38393#M786723</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-16T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38394#M786724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its current day. &lt;/P&gt;&lt;P&gt;Where i need to use this expression. in dimension or Expression in straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38394#M786724</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-02-16T12:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38395#M786725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen, maybe with set analysis using max(dateselected) as reference:&lt;/P&gt;&lt;P&gt;Only({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp={"&amp;gt;=$(=WeekStart(&lt;SPAN style="font-size: 13.3333px;"&gt;max(dateselected)&lt;/SPAN&gt;))&amp;lt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;=WeekEnd(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;max(dateselected)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;)"}&lt;/SPAN&gt;&amp;gt;} Timestamp)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38395#M786725</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-02-16T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38396#M786726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38396#M786726</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38397#M786727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. exactly what i want. thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38397#M786727</guid>
      <dc:creator>praveenkumar_s</dc:creator>
      <dc:date>2018-02-16T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show current week data in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38398#M786728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad i was able to help... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-current-week-data-in-straight-table/m-p/38398#M786728</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-02-26T11:56:08Z</dc:date>
    </item>
  </channel>
</rss>

