<?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: Need help in set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-Analysis/m-p/265160#M497932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set analysis is like making a selection in a field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you wo'nt get resaults because it try to find a subcategory value like you wrote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have as i see it to options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one in the load script to add a field with this formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Capitalize(left(SubCategory, 15))='Towing Facility',1,0) as SubCategoryFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then your expresssion will look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;CallTypeDesc= {'Request'},SubCategoryFlag&lt;STRONG&gt;= {"1"},&lt;/STRONG&gt;Res_Cre_TAT = {'&amp;lt;=CreResTAT2'},Res_Cre_TAT = {'&amp;lt;=CreResTAT'}&amp;gt;}QRCNo)*100&lt;/P&gt;&lt;P&gt;the other one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other one is to use if statement in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;CallTypeDesc= {'Request'}&lt;STRONG&gt;,&lt;/STRONG&gt;Res_Cre_TAT = {'&amp;lt;=CreResTAT2'},Res_Cre_TAT = {'&amp;lt;=CreResTAT'}&amp;gt;}if(Capitalize(left(SubCategory, 15))='Towing Facility',QRCNo))* 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Aug 2011 07:14:18 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2011-08-11T07:14:18Z</dc:date>
    <item>
      <title>Need help in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-Analysis/m-p/265159#M497931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;CallTypeDesc= {'Request'},&lt;STRONG&gt;SubCategory = {"=(Capitalize(Left(SubCategory,15))= {'=Towing Facility'}"},&lt;/STRONG&gt;Res_Cre_TAT = {'&amp;lt;=CreResTAT2'},Res_Cre_TAT = {'&amp;lt;=CreResTAT'}&amp;gt;}QRCNo)*100&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;if(Capitalize(left(SubCategory, 15))='Towing Facility'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #00b400; font-size: 8pt;"&gt;﻿&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #00b400; font-size: 8pt;"&gt;﻿i want this condition in my expression i have tried it but doesn't got it right.. is dere id somebody who can help me.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 06:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-Analysis/m-p/265159#M497931</guid>
      <dc:creator />
      <dc:date>2011-08-11T06:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-Analysis/m-p/265160#M497932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set analysis is like making a selection in a field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you wo'nt get resaults because it try to find a subcategory value like you wrote &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have as i see it to options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one in the load script to add a field with this formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Capitalize(left(SubCategory, 15))='Towing Facility',1,0) as SubCategoryFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then your expresssion will look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;CallTypeDesc= {'Request'},SubCategoryFlag&lt;STRONG&gt;= {"1"},&lt;/STRONG&gt;Res_Cre_TAT = {'&amp;lt;=CreResTAT2'},Res_Cre_TAT = {'&amp;lt;=CreResTAT'}&amp;gt;}QRCNo)*100&lt;/P&gt;&lt;P&gt;the other one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other one is to use if statement in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;CallTypeDesc= {'Request'}&lt;STRONG&gt;,&lt;/STRONG&gt;Res_Cre_TAT = {'&amp;lt;=CreResTAT2'},Res_Cre_TAT = {'&amp;lt;=CreResTAT'}&amp;gt;}if(Capitalize(left(SubCategory, 15))='Towing Facility',QRCNo))* 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 07:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-Analysis/m-p/265160#M497932</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-08-11T07:14:18Z</dc:date>
    </item>
  </channel>
</rss>

