<?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: Ignore date selection (dimension field) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771465#M273800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the thing to note here is that by putting in {&amp;lt;Date = &amp;gt;} you are telling the expression not to change based on any selection in Date listbox. In your case you made a selection on Month-Year list box which will not stop the expression to change. To tell the expression not to change on Date and Month-Year selections you would put this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Date = , Month-Year = &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;So now if there are any other fields that you don't want your expression to change on, put them there in your set analysis modifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This below expressions won't change on any selection in Date and Month-Year listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Previous Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)) &amp;lt;&amp;gt; 0, If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),4) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3) = 0, If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0, Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3), Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78863_pastedImage_6.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Value for 2014/11/28 Sum Previous Date is blank because the data starts from 2014/11/28, so there is no previous date value to display (i.e., 2014/11/27 value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 13:09:39 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-02-23T13:09:39Z</dc:date>
    <item>
      <title>Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771459#M273794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the below expression to ignore my selection in dimension field &lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cannot get it to work properly for some reason, any suggestions? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//O&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &amp;lt;&amp;gt; 0, &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),4) = 0,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),3) = 0, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),2) = 0,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1) = 0, &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),5),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1)), &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1)),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1)), &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),2) = 0 &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1) = 0,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),3), &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='Credit line connected payment',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1)))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 11:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771459#M273794</guid>
      <dc:creator />
      <dc:date>2015-02-23T11:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771460#M273795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and see if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put &lt;STRONG&gt;{&amp;lt;Date = &amp;gt;}&lt;/STRONG&gt; or &lt;STRONG&gt;{&amp;lt;Date = {'*'}&amp;gt;} &lt;/STRONG&gt;after &lt;STRONG&gt;Sum&lt;/STRONG&gt; everywhere you see &lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 11:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771460#M273795</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771461#M273796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this but getting the very same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;) &amp;lt;&amp;gt; 0, &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),4) = 0,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),3) = 0, &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),2) = 0,&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),1) = 0, &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),5),&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),1)), &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),1)),&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),1)), &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),2) = 0 &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),1) = 0,&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;)),3), &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; = &amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_Subtype&lt;/SPAN&gt;='Credit line connected payment',&lt;SPAN style="color: #800000;"&gt;SoD_Pmt_amount&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),1))))&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771461#M273796</guid>
      <dc:creator />
      <dc:date>2015-02-23T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771462#M273797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tested on our previous post's expression and it works:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Previous Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)) &amp;lt;&amp;gt; 0, If(Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),4) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3) = 0, If(Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0, Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), If(Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3), Above(Sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Date = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78848_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 11:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771462#M273797</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771463#M273798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take at the application, may be you can figure out the difference. PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 11:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771463#M273798</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771464#M273799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem occurs for the first date when you select a specific month. Pls see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78838_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 12:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771464#M273799</guid>
      <dc:creator />
      <dc:date>2015-02-23T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771465#M273800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the thing to note here is that by putting in {&amp;lt;Date = &amp;gt;} you are telling the expression not to change based on any selection in Date listbox. In your case you made a selection on Month-Year list box which will not stop the expression to change. To tell the expression not to change on Date and Month-Year selections you would put this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Date = , Month-Year = &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;So now if there are any other fields that you don't want your expression to change on, put them there in your set analysis modifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This below expressions won't change on any selection in Date and Month-Year listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Previous Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)) &amp;lt;&amp;gt; 0, If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),4) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3) = 0, If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0, Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), If(Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3), Above(Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Date = , [Year-Month] = &amp;gt;}if(Pmt_Subtype='Credit line connected payment',Pmt_amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78863_pastedImage_6.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Value for 2014/11/28 Sum Previous Date is blank because the data starts from 2014/11/28, so there is no previous date value to display (i.e., 2014/11/27 value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771465#M273800</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771466#M273801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaa, I see that explains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case im generating a report for every month so I just wanna see the &lt;STRONG&gt;december dates&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of just showing the selected month? For instance if I select December-2014 I wanna see all of the &lt;STRONG&gt;december dates only&lt;/STRONG&gt;, but with the calculations intact, meaning that &lt;STRONG&gt;I wanna see the prev date sum för 1-dec too&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771466#M273801</guid>
      <dc:creator />
      <dc:date>2015-02-23T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771467#M273802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanna select December and see the below Only, no novermber dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78855_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771467#M273802</guid>
      <dc:creator />
      <dc:date>2015-02-23T13:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771468#M273803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is a way to do that. I am working on it and will respond when I have the solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771468#M273803</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T13:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771469#M273804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what you can do. Create a variable and call it anything you want. I called it &lt;STRONG&gt;&lt;EM&gt;vRange&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;vRange = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;gt;=' &amp;amp; If(Sum({&amp;lt;Date = {'$(=Date(AddMonths(Max(Date(Date)),-1)))'}, Pmt_Subtype = {'Credit line connected payment'}, [Year-Month] = &amp;gt;} Pmt_amount) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Sum({&amp;lt;Date = {'$(=Date(AddMonths(Max(Date(Date)),-1)-1))'}, Pmt_Subtype = {'Credit line connected payment'}, [Year-Month] = &amp;gt;} Pmt_amount) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Sum({&amp;lt;Date = {'$(=Date(AddMonths(Max(Date(Date)),-1)-2))'}, Pmt_Subtype = {'Credit line connected payment'}, [Year-Month] = &amp;gt;} Pmt_amount) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Sum({&amp;lt;Date = {'$(=Date(AddMonths(Max(Date(Date)),-1)-3))'}, Pmt_Subtype = {'Credit line connected payment'}, [Year-Month] = &amp;gt;} Pmt_amount) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Date(AddMonths(Max(Date(Date)),-1)-4), Date(AddMonths(Max(Date(Date)),-1)-3)), Date(AddMonths(Max(Date(Date)),-1)-2)), Date(AddMonths(Max(Date(Date)),-1)-1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Date(AddMonths(Max(Date(Date)),-1))) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; '&amp;lt;=' &amp;amp; Max(Date(Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;And then use these two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(if(Pmt_Subtype='Credit line connected payment',Pmt_amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum Previous Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Date = {'$(vRange)'} , [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)) &amp;lt;&amp;gt; 0, If(Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),4) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3) = 0, If(Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0, Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1)), If(Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),2) = 0 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),3), Above(Sum({&amp;lt;Date = {'$(vRange)'}, [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)),1))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78865_pastedImage_9.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771469#M273804</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T13:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771470#M273805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I would have liked to have another month of data to test if this is doing as you would want to do. If you can try and test it with January's data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771470#M273805</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T13:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771471#M273806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try with some more months,&lt;/P&gt;&lt;P&gt;meanwhile i need the first statement to be covering all payments, not just credit line connected payment like the below: I managed to change it myself before but now it does not worrk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Current:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum({&amp;lt;Date = {'$(vRange)'} , [Year-Month] = &amp;gt;}If(Pmt_Subtype='Credit line connected payment',Pmt_amount)) &amp;lt;&amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Should be&lt;/STRONG&gt;&lt;/SPAN&gt; something with:&lt;/P&gt;&lt;P&gt;IF(Pmt_amount)&amp;lt;&amp;gt;0 ONLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This beacuse&amp;nbsp; some days there are no credit line connected payments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 14:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771471#M273806</guid>
      <dc:creator />
      <dc:date>2015-02-23T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771472#M273807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;never mind, I think I've fixwed it &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, 23 Feb 2015 15:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771472#M273807</guid>
      <dc:creator />
      <dc:date>2015-02-23T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771473#M273808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got busy with stuff and was not able to respond. I am glad you got it all figured out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771473#M273808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771474#M273809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If everything is completed, I would suggest marking one of the answers as correct (If I have not provided the final solution, than put the final solution and mark it as correct), so that people can use it in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771474#M273809</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T15:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771475#M273810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually, now that I'm trying with the jan data I can see it cannot handle the new year holidays, any ideas why?&lt;/P&gt;&lt;P&gt;Pls see the attached example file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78868_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 16:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771475#M273810</guid>
      <dc:creator />
      <dc:date>2015-02-23T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771476#M273811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me take a peek at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 16:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771476#M273811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T16:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771477#M273812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I mentioned in your other post on the community that the expression may not work when the holidays are 1 or 3. I have fixed that now. Upto 4 holidays, the expression will be able to handle all 0's. More than that, you will need a bigger if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not posting the expression here, because it is a huge one. Take a look at the application instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78873_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/78881_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/78882_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 16:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771477#M273812</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-23T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore date selection (dimension field)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771478#M273813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunindia!&lt;/P&gt;&lt;P&gt;Just realized one problem thuough.&lt;/P&gt;&lt;P&gt;As I think i mentioned earlier, some regular days there are not "credit line connected payments".&lt;/P&gt;&lt;P&gt;These should be showing like 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the expression so that the "master" IF-statement would test Pmt_amount&amp;lt;&amp;gt;0 rather than&lt;/P&gt;&lt;P&gt;payment_amounts that are also pmt_subtyp = credit line connected payments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does not work for me properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a new topic, can you pls have a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/153856"&gt;http://community.qlik.com/thread/153856&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Olle &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 09:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-date-selection-dimension-field/m-p/771478#M273813</guid>
      <dc:creator />
      <dc:date>2015-02-24T09:09:18Z</dc:date>
    </item>
  </channel>
</rss>

