<?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: How to find current week's corresponding value(count) from a datefield(G_Date) column? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687623#M52395</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111287"&gt;@MDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you want to Sum the counts for the current week. Then you can use the following expression:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;G_Date = {'=WeekName(Date#(Left(G_Date,10),''YYYY-MM-DD''))=Weekname(Today())'}&amp;gt;} Count)&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 11:26:18 GMT</pubDate>
    <dc:creator>Mauritz_SA</dc:creator>
    <dc:date>2020-03-25T11:26:18Z</dc:date>
    <item>
      <title>How to find current week's corresponding value(count) from a datefield(G_Date) column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687544#M52386</link>
      <description>&lt;P&gt;I have 4 columns as below.&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;G_Date&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;2020-03-24 00:00:00:000000&lt;BR /&gt;2020-03-23 00:00:00:000000&lt;BR /&gt;2020-03-22 00:00:00:000000&lt;BR /&gt;2020-03-21 00:00:00:000000&amp;nbsp;&lt;BR /&gt;.&lt;BR /&gt;.and so on...&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;F_Week&lt;BR /&gt;&lt;/U&gt;52&lt;BR /&gt;51&lt;BR /&gt;50&lt;BR /&gt;49&lt;BR /&gt;.... and so on the for every year..&lt;/P&gt;&lt;P&gt;&lt;U&gt;F_Year&lt;/U&gt;&lt;BR /&gt;2020&lt;BR /&gt;2020&lt;BR /&gt;2019&lt;BR /&gt;2018&lt;BR /&gt;... and so on...&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Count&lt;BR /&gt;&lt;/U&gt;30&lt;BR /&gt;40&lt;BR /&gt;50&lt;BR /&gt;20&lt;BR /&gt;.... and so on&lt;U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I need the count for the current week.&lt;BR /&gt;how do i calculate it? can it be achieved from 'G_Date' field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 07:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687544#M52386</guid>
      <dc:creator>MDC</dc:creator>
      <dc:date>2020-03-25T07:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find current week's corresponding value(count) from a datefield(G_Date) column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687623#M52395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111287"&gt;@MDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you want to Sum the counts for the current week. Then you can use the following expression:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;G_Date = {'=WeekName(Date#(Left(G_Date,10),''YYYY-MM-DD''))=Weekname(Today())'}&amp;gt;} Count)&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 11:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687623#M52395</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-03-25T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find current week's corresponding value(count) from a datefield(G_Date) column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687677#M52399</link>
      <description>&lt;P&gt;What are you trying to count? The number of days in the current week?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 14:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687677#M52399</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find current week's corresponding value(count) from a datefield(G_Date) column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687702#M52404</link>
      <description>&lt;P&gt;Sum of 'count' for the current week.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687702#M52404</guid>
      <dc:creator>MDC</dc:creator>
      <dc:date>2020-03-25T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find current week's corresponding value(count) from a datefield(G_Date) column?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687704#M52405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111287"&gt;@MDC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Sum({&amp;lt;G_Date = {'=WeekName(Date#(Left(G_Date,10),''YYYY-MM-DD''))=Weekname(Today())'}&amp;gt;} Count)&lt;/STRONG&gt;&lt;/FONT&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 14:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-current-week-s-corresponding-value-count-from-a/m-p/1687704#M52405</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-03-25T14:57:39Z</dc:date>
    </item>
  </channel>
</rss>

