<?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 - is it case insensitive ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990896#M337654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a known bug that unfortunately hasn't been fixed yet. I haven't described it in my blog posts, since it is a bug. It has nothing to do with set analysis explicitly, but exists in normal searches too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behaviour is the following: If there is a case sensitive perfect match, this match is shown - and nothing else is shown. This means that if you have a field value 'BLUE' and the search string is upper case, this value will be shown. But 'Blue' and 'blue' will not. Compare the two pictures below where one field value contains an asterisk, and you'll see.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="100868" alt="Image1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100868_Image1.png" style="height: auto;" /&gt; &lt;IMG __jive_id="100869" alt="Image2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100869_Image2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Oct 2015 17:55:29 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2015-10-03T17:55:29Z</dc:date>
    <item>
      <title>Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990886#M337644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I am missing some basics here but I thought I should get opinion here. I was going through one of the post in community and was trying to create sample like below but came across something looks silly but I think I am missing something in understanding it properly -&amp;nbsp; &lt;/P&gt;&lt;P&gt;See the details below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I used below script -&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag Field, Status, Field A, Field B, Product ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, Red, Color, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, BLUE, Curve, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, DEACTIVATED, RED, Curve, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, Blue, Curve, 4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The output is like below - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="output1.PNG" class="jive-image image-1" height="71" src="https://community.qlik.com/legacyfs/online/100850_output1.PNG" style="height: 70.6258px; width: 534px;" width="534" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I changed the case of Field A value -&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag Field, Status, Field A, Field B, Product ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, Red, Color, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, BLUE, Curve, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, DEACTIVATED, RED, Curve, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, &lt;STRONG style="color: #ff0000;"&gt;BLUE&lt;/STRONG&gt;, Curve, 4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;The output is as below -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Output2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100851_Output2.PNG" style="height: 74px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When both values made to lowercase -&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag Field, Status, Field A, Field B, Product ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, Red, Color, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, &lt;SPAN style="color: #ff0000;"&gt;Blue&lt;/SPAN&gt;, Curve, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, DEACTIVATED, RED, Curve, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ACTIVE, &lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Blue&lt;/SPAN&gt;,&lt;/SPAN&gt; Curve, 4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Output is same -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="output3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/100852_output3.PNG" style="height: 70px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 08:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990886#M337644</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-03T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990887#M337645</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;Qlikview is case sensitive so BLUE is not equal to Blue, so which loading you can format the values by using either Upper(), Lower() or Capitalize().&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even in set analysis also it is case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990887#M337645</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-03T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990888#M337646</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;yes,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Qlikview is&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt; case sensitive so BLUE&amp;nbsp; and Blue values are not same,once inline tables are loaded,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Check FieldA filter in UI and you see two different values(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BLUE&amp;nbsp; and Blue),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;while loading you format the &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;values by using either Uppercase(), Lowercase()&amp;nbsp; or Capitalize() and not with mixed &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;cases else you get duplicate values.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so its same in set analysis also it is case sensitive.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if you have duplicate values same like these scenario,you need to&amp;nbsp; do data cleanse in the script.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Same goes with data from different data sources.request your DB team to do data cleansing or else&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;you can do your self with if statement or Applymap functionality&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990888#M337646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-03T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990889#M337647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan for the response. I was wondering why if(count) and set analysis is giving different output? If you see middle one output, Set analysis should output 0 but it is showing 2 as count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990889#M337647</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-03T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990890#M337648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think any problem. Can you let us know which expression is giving wrong result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990890#M337648</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-03T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990891#M337649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Digviya,&amp;nbsp; Great if you could post the expressions as text, for copy and pasting.&amp;nbsp; I know they are not that long, but I am feeling lazy today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 09:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990891#M337649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-03T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990892#M337650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expressions are -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct if([Flag Field]&amp;lt;&amp;gt; 1 and [Status]='ACTIVE'&lt;/P&gt;&lt;P&gt;and [Field A]='Blue' and [Field B]&amp;lt;&amp;gt;'Plain' and [Field B]&amp;lt;&amp;gt;'Color'&lt;/P&gt;&lt;P&gt;,[Product ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[Flag Field]-={1},&lt;/P&gt;&lt;P&gt;[Status]={'ACTIVE'},[Field A]={'Blue'},[Field B]-={'Plain','Color'}&amp;gt;}&lt;/P&gt;&lt;P&gt;Distinct [Product ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'If' is generating correct results I feel but SET is not showing correct results when Field A values are changed with different case in script, please keep in mind I am not changing anything else except the script value for Field A. I am not making any change in expressions for all three cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 10:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990892#M337650</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-03T10:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990893#M337651</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;As per my understanding of Set Analysis&lt;/P&gt;&lt;P&gt;when you comparing a field value in Set Analysis then Set Analysis work in 2 cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 1: It will compare the field value with Case sensitve.&lt;/P&gt;&lt;P&gt;Case 2 : If case 1 fails then field value compare with in-case Sensitive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 11:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990893#M337651</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-03T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990894#M337652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max, it seems as you said for Case1 and 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also&lt;/P&gt;&lt;P&gt;Case 3: with *, case insensitive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100864_2.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 13:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990894#M337652</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-03T13:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990895#M337653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also this discussion&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/123377"&gt;Case sensitive problem in Set-Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(with no solution).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/09/quoteology#comment-17692"&gt;mentioned &lt;/A&gt;that QV will currently not distinguish between single and double quotes in set modifier, but he considers this as a bug that may be fixed in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As above shows, it's true that there is no difference between single and double quotes, but case sensitivity / insensitivity seems to be more complex than described in his answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 13:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990895#M337653</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-03T13:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990896#M337654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a known bug that unfortunately hasn't been fixed yet. I haven't described it in my blog posts, since it is a bug. It has nothing to do with set analysis explicitly, but exists in normal searches too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behaviour is the following: If there is a case sensitive perfect match, this match is shown - and nothing else is shown. This means that if you have a field value 'BLUE' and the search string is upper case, this value will be shown. But 'Blue' and 'blue' will not. Compare the two pictures below where one field value contains an asterisk, and you'll see.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="100868" alt="Image1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100868_Image1.png" style="height: auto;" /&gt; &lt;IMG __jive_id="100869" alt="Image2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100869_Image2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 17:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990896#M337654</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-03T17:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990897#M337655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. So I suppose it is better to use upper or lower to ensure consistency of output for string related comparisons in set analysis. I wonder why count(if()) works properly, is it not using the same algorithm for string comparisons like we use in search/set analysis? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Digvijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 07:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990897#M337655</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-04T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990898#M337656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you want to use upper() and lower() here in the set modifier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can get consistent results (set analysis vs. count(if()) ) when you perform a search like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;FieldA = {"=FieldA='Blue'"} &amp;gt;} Flag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really a nice and intuitive solution, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 15:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990898#M337656</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-04T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990899#M337657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right! No way I could find to transform field data to upper/lower and then compare in set analysis, it needs to be corrected during loading only.&lt;/P&gt;&lt;P&gt;I tried your expression and I think it seems the only way where if and set analysis started giving same results.&lt;/P&gt;&lt;P&gt;I am closing this thread now based on the limitations we understood and your suggested way to keep set analysis case sensitive!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for spending time on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 04:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990899#M337657</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-05T04:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - is it case insensitive ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990900#M337658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, QlikView and Qlik Sense searches are &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;not&lt;/EM&gt;&lt;/SPAN&gt; case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My previous comment in this thread explains it. It is a bug that searches &lt;EM&gt;only sometimes&lt;/EM&gt; (very rarely) revert to being case sensitive, but in most cases they work correctly: case insensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Literal string comparisons are however case sensitive. This is why Count(If(...)) and &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; 's solution work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 09:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-is-it-case-insensitive/m-p/990900#M337658</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-05T09:13:12Z</dc:date>
    </item>
  </channel>
</rss>

