<?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: Weekstart in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1225481#M859070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the expression to below&lt;/P&gt;&lt;P&gt;=if(getselectedcount(Date)&amp;gt;0,sum([Other Income]),sum({$&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today(), 0))&amp;lt;=$(=Today())'}&amp;gt;}[Other Income]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 11:11:37 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-01-24T11:11:37Z</dc:date>
    <item>
      <title>Weekstart in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1225480#M859069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset that looks like that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 436px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="139"&gt;Company&lt;/TD&gt;&lt;TD class="xl63" width="98"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" width="101"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" width="98"&gt;Other Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;02.01.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;2.078.087&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;03.01.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;3.560.614&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;5.000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;04.01.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;3.703.275&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;2.000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;05.01.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;3.524.276&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none;"&gt;1.000.000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one problem that I am trying to find solution. I have made a chart in the qlikview example.&lt;/P&gt;&lt;P&gt;That chart has two expressions sum (Income) and =sum({$&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today(), 0))&amp;lt;=$(=Today())'}&amp;gt;}[Other Income])&lt;/P&gt;&lt;P&gt;I wanted to only get the other income for the current week.&lt;/P&gt;&lt;P&gt;My problem is that when I click on a date like 23.1.2017 my chart looks like below (chart 2). I know the set analysis for Other Income is the reason behind this. But can I use another set analysis that will show other income equals zero when I click on 23.1.2017 like chart 2.&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Chart 1&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="392"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;Company&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Other Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;23.1.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;2.325.132&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;21.142&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;24.1.2017&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;32.563&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Chart 2&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="392"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;Company&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Date&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Income&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Other Income&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Benz&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;23.1.2017&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;2.325.132&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;21.142&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Darri&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/Weekstart-in-set-analysis/m-p/1225480#M859069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Weekstart in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1225481#M859070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the expression to below&lt;/P&gt;&lt;P&gt;=if(getselectedcount(Date)&amp;gt;0,sum([Other Income]),sum({$&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today(), 0))&amp;lt;=$(=Today())'}&amp;gt;}[Other Income]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 11:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1225481#M859070</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-24T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Weekstart in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1875211#M1216640</link>
      <description>&lt;P&gt;Please use (") instead of (') in the above expression:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=if(getselectedcount(Date)&amp;gt;0,sum([Other Income]),sum({$&amp;lt;Date={"&amp;gt;=$(=WeekStart(Today(), 0))&amp;lt;=$(=Today())"}&amp;gt;}[Other Income]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1875211#M1216640</guid>
      <dc:creator>suparnadas121</dc:creator>
      <dc:date>2021-12-27T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Weekstart in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1875240#M1216641</link>
      <description>&lt;P&gt;You can try this expression to below&lt;/P&gt;
&lt;P&gt;=if(getselectedcount(Date)&amp;gt;0,sum([Other Income]),sum({$&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today(), 0))&amp;lt;=$(=Today())'}&amp;gt;}[Other Income])) &lt;A href="https://unlinked.vip/" target="_blank" rel="noopener"&gt;Unlinked Apk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 12:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Weekstart-in-set-analysis/m-p/1875240#M1216641</guid>
      <dc:creator>markwood</dc:creator>
      <dc:date>2021-12-27T12:00:23Z</dc:date>
    </item>
  </channel>
</rss>

