<?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 - &amp;gt;=  of a String Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659106#M594464</link>
    <description>&lt;P&gt;Pls accept the solution and close the post as solved&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2019 18:24:08 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2019-12-18T18:24:08Z</dc:date>
    <item>
      <title>Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1658718#M594461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a yearmonth field in my script.&lt;/P&gt;&lt;P&gt;It reads like 2017-01.&lt;/P&gt;&lt;P&gt;I want my set analysis expression to give me a count of values from another field when the yearmonth field is &amp;gt;= '2017-01'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What will my set analysis expression be?&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;YearMonth_Created ={"&amp;gt;= Date#(2017-01)"} &amp;gt;} NL_MLS) doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 20:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1658718#M594461</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-17T20:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1658727#M594462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suggest you create a field from the [YearMonth_Created] field in the load script:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Date(Date#(YearMonth_Created,'YYYYY-MM')) as New_YearMonth_Created,&lt;/LI-CODE&gt;&lt;P&gt;then uses this field in set analysis&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=COUNT({&amp;lt;New_YearMonth_Created ={"&amp;gt;= Date(Date#('2017-01','YYYY-MM'))"} &amp;gt;} NL_MLS) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 21:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1658727#M594462</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-17T21:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659094#M594463</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 17:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659094#M594463</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659106#M594464</link>
      <description>&lt;P&gt;Pls accept the solution and close the post as solved&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659106#M594464</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2019-12-18T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659112#M594465</link>
      <description>&lt;P&gt;Doesn't work unfortunately&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659112#M594465</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T18:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659114#M594466</link>
      <description>&lt;P&gt;can you share a sample of your data?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659114#M594466</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-18T18:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659121#M594467</link>
      <description>&lt;P&gt;Attached. I want to be able to show:&lt;/P&gt;&lt;P&gt;A count of MLS and newMLS From the beginning of my Solddate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659121#M594467</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659122#M594468</link>
      <description>&lt;P&gt;Dimension has to be CreateDate&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659122#M594468</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659140#M594469</link>
      <description>&lt;P&gt;if I have understood correctly , both formulas are attached&lt;BR /&gt;I don't know if that's the output you want.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25754i164041F7DBDD5D60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 19:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659140#M594469</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-18T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659176#M594470</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can create a straight table for me with the Created Date as the dimension and the count of NewMLS&amp;nbsp; as an expression?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659176#M594470</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659181#M594471</link>
      <description>&lt;P&gt;for the example you have attached, what do you expect as a result on straight table?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659181#M594471</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-18T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659183#M594472</link>
      <description>&lt;P&gt;CreatedDate from 2017-01 and its corresponding MLS count,thanks.Shashank&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659183#M594472</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T20:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659189#M594473</link>
      <description>&lt;P&gt;I'm a little confused.&lt;BR /&gt;if I understand correctly here you don't need Set Analysis&lt;BR /&gt;I attached two versions of the file, one with the values as you requested and another where I linked the two files by the date field and then display the two indicators.&lt;BR /&gt;and I don't know if you need a count or sum.&lt;/P&gt;&lt;P&gt;if not, you can attach here an excel file for example where you show exactly what you want (the expected result)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 08:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659189#M594473</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-20T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659196#M594474</link>
      <description>&lt;P&gt;Thanks. Count or sum doesn't matter. I am using count in real time.&lt;/P&gt;&lt;P&gt;I see that you have hard-coded'2017-01' in order to filter the Date created dimension:&lt;/P&gt;&lt;P&gt;= if(New_YearMonth_Created&amp;gt;=Date(Date#('2017-01','YYYY-MM')),New_YearMonth_Created)&lt;/P&gt;&lt;P&gt;I need the hard-coded 2017-01 to be the minstring of the sold date.&lt;/P&gt;&lt;P&gt;And the expression to be a count of the new MLS from the Sold table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 22:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659196#M594474</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T22:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659198#M594475</link>
      <description />
      <pubDate>Wed, 18 Dec 2019 22:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659198#M594475</guid>
      <dc:creator>SNarendran</dc:creator>
      <dc:date>2019-12-18T22:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - &gt;=  of a String Value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659273#M594476</link>
      <description>&lt;P&gt;sorry &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/94203"&gt;@SNarendran&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;but I can't see the difference between what you sent and what I sent.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 759px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25774iF5BFEF2921D4CFA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 888px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25775i7D871BB590E73B24/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;in your example I don't know why there are 22 in 01-2017 then what you sent in the dataset is 70.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 08:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-gt-of-a-String-Value/m-p/1659273#M594476</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-19T08:08:46Z</dc:date>
    </item>
  </channel>
</rss>

