<?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: Select data for previous month, which is not in current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811542#M1026733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working in my case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; If i use statement like yours (I tried / and -) in my expression, i don't get correct results. It displays also number 340349, which i don't want to have in my table. Just those with one record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 11:14:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-02T11:14:44Z</dc:date>
    <item>
      <title>Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811537#M1026728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with sth? I have data for jan 2015 and for feb 2015. Some of the data is just in jan 2015, some is just in feb 2015 and some of the data is in both months. How can I display data in a table that is just in jan 2015 and not in feb 2015? I need this for both directions. I need sth like this: display data if in previous month and not in current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 08:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811537#M1026728</guid>
      <dc:creator />
      <dc:date>2015-03-02T08:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811538#M1026729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand your point...You want to say that Jan data will be fixed and Current Month Data will keep on changing.&lt;/P&gt;&lt;P&gt;For Example in Feb Baseline Data will be Jan&lt;/P&gt;&lt;P&gt;and Current Data will be Feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Case of Mar BaseLine Data will be Jan and Current Data will be Mar....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='h:mm:ss TT';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD/MM/YYYY';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt; Depart:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Department, Value, Date&lt;BR /&gt;&lt;BR /&gt; it , 10 , 31/01/2015&lt;BR /&gt;&lt;BR /&gt; it , 20 , 31/01/2015&lt;BR /&gt;&lt;BR /&gt; it , 30 , 31/01/2015&lt;BR /&gt;&lt;BR /&gt; it , 40, 31/01/2015&lt;BR /&gt;&lt;BR /&gt; it , 10 , 28/02/2015&lt;BR /&gt;&lt;BR /&gt; it , 20 , 28/02/2015&lt;BR /&gt;&lt;BR /&gt; it , 30 , 28/02/2015&lt;BR /&gt;&lt;BR /&gt; it , 30, 28/02/2015 ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; Depart1:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Depart;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Depart;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;//After this reload the Application.&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Front-end make an Variable vMAxDate=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Baseline Data will be----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Jan'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&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;and Current Data will be-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(MAxDate)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I think this will help you ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kamal &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 09:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811538#M1026729</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2015-03-02T09:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811539#M1026730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anja,&lt;/P&gt;&lt;P&gt;My view may give you a thought of resolving your concern some how,&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;use Count for that user in the years 2015 then if the count is 2 or month is February then exclude the user. It is better to go for set analysis if you concern about the UI level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 09:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811539#M1026730</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-03-02T09:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811540#M1026731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking about this option, but how can i exclude this data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table (but whit 200000 rows of data) sth like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79582_test.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;For numbers 340349 and 340620 are two records (2015/01 and 2015/02). For numbers 310224 and 340570 is one record (2015/01). I want to display just numbers that have just one record (2015/01). How can i achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811540#M1026731</guid>
      <dc:creator />
      <dc:date>2015-03-02T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811541#M1026732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Set operator "/" which is XOR or Either or but not both. :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Arguments:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Operator&lt;/STRONG&gt; &lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;+&lt;/TD&gt;&lt;TD&gt;Union. This binary operation returns a set consisting of the records that belong to any of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;Exclusion. This binary operation returns a set of the records that belong to the first but not the other of the two set operands. Also, when used as a unary operator, it returns the complement set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;Intersection. This binary operation returns a set consisting of the records that belong to both of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;/&lt;/TD&gt;&lt;TD&gt;Symmetric difference (XOR). This binary operation returns a set consisting of the records that belong to either, but not both of the two set operands&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;Sum({&amp;lt;[Serial No_]={'2015/01'}&amp;gt;/&amp;lt;[Serial No_]={'2015/02'}&amp;gt;} Amount) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811541#M1026732</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-03-02T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select data for previous month, which is not in current month</title>
      <link>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811542#M1026733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working in my case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; If i use statement like yours (I tried / and -) in my expression, i don't get correct results. It displays also number 340349, which i don't want to have in my table. Just those with one record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-data-for-previous-month-which-is-not-in-current-month/m-p/811542#M1026733</guid>
      <dc:creator />
      <dc:date>2015-03-02T11:14:44Z</dc:date>
    </item>
  </channel>
</rss>

