<?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: Set Analysis with field=, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609667#M1102721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;month=&lt;/P&gt;&lt;P&gt;This is ignoring the selection suppose u have sales 1000&lt;/P&gt;&lt;P&gt;expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year={"$(=Max(Year),month=)"}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;When u click on the year current selection is the year and the sales amount will change based on the year&lt;/P&gt;&lt;P&gt;but when u click on the month sales values wont change &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 11:50:08 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2014-04-07T11:50:08Z</dc:date>
    <item>
      <title>Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609661#M1102715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.I wanted to know the difference between the below 2 expressions. Both of them giving the same result for me in my chart, then why we prefer the second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also, what does field=no value(Eg- Day=,) do in set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Year={'$(vPriorYear)'},Date={'&amp;lt;=$(vPriorYearDate)'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Year={'$(vPriorYear)'},Month=,Day=,Date={'&amp;lt;=$(vPriorYearDate)'},MonthYear=&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609661#M1102715</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-04-07T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609662#M1102716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;FieldName=,&lt;/EM&gt; means ignore what is selected for that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609662#M1102716</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-07T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609663#M1102717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means bypassing the selections of that field.&lt;/P&gt;&lt;P&gt;ie, It will consider the total data of that field regardless of selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609663#M1102717</guid>
      <dc:creator />
      <dc:date>2014-04-07T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609664#M1102718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both expression are equal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SUM({&amp;lt;Year={'$(vPriorYear)'},Date={'&amp;lt;=$(vPriorYearDate)'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SUM({&amp;lt;Year={'$(vPriorYear)'},Month=,Day=,Date={'&amp;lt;=$(vPriorYearDate)'},MonthYear=&amp;gt;}Amount)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;... unless you select a Month, Day or MonthYear, in that cases values will change because in the first expression you consider that selection in the second expression you compute Amount without taking care of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month, Day or MonthYear&lt;/SPAN&gt; selections (field= means don't use if selected)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609664#M1102718</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-07T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609665#M1102719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you have fields Month, Day then with first expression user would not get the right result if they get to select from either of them. That again depends on how you have declared your variable.&lt;/P&gt;&lt;P&gt;2. Day=,&amp;nbsp;&amp;nbsp; -&amp;gt; indicates that any selection in the field Day would be disregarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to go through help file or reference mauanl first, that would clear your basic doubts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609665#M1102719</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-07T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609666#M1102720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the valuable inputs.&lt;/P&gt;&lt;P&gt;I am actually looking at PriorPeriodComarision app build by Steve Dark, which I have attached here-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not clear about the significance of field=,. I mean, even with Field=, in the expression, when i make selection on Day 1 in the list box the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change from 153,368.40 to 149,568.46 with below expression--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Year={'$(vMaxYear)'},Date={'&amp;lt;=$(vMaxDate)'},Month=,Day=,MonthYear=&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Change from 153,368.40 to 5,273.08 with below expression--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Year={'$(vMaxYear)'},Date={'&amp;lt;=$(vMaxDate)'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, how the app is calculating?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, If my question is very basic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609666#M1102720</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-04-07T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609667#M1102721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;month=&lt;/P&gt;&lt;P&gt;This is ignoring the selection suppose u have sales 1000&lt;/P&gt;&lt;P&gt;expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year={"$(=Max(Year),month=)"}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;When u click on the year current selection is the year and the sales amount will change based on the year&lt;/P&gt;&lt;P&gt;but when u click on the month sales values wont change &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 11:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609667#M1102721</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-07T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with field=,</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609668#M1102722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nizam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that selections are not ignoried. when I make selection on Day and Month, the values of Amount is changing. The chart contains the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Year={'$(vMaxYear)'},Date={'&amp;lt;=$(vMaxDate)'},Month=,Day=,MonthYear=&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-field/m-p/609668#M1102722</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-04-07T12:12:29Z</dc:date>
    </item>
  </channel>
</rss>

