<?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 if statement to set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977411#M333934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help me to convert below if statement into set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&amp;nbsp; if(&amp;nbsp;&amp;nbsp; (status = 'Closed' or status = 'resolved' ) and( measurementstatus = 'missed') &lt;STRONG style=": ; color: #ff0000;"&gt;and if (assigned_group like '*client*', title like '*abc*' , title like '*cde* )&amp;nbsp;&amp;nbsp; ,&amp;nbsp; number&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help would be much appreciated...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 06:19:29 GMT</pubDate>
    <dc:creator>israrkhan</dc:creator>
    <dc:date>2015-10-28T06:19:29Z</dc:date>
    <item>
      <title>if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977411#M333934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help me to convert below if statement into set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&amp;nbsp; if(&amp;nbsp;&amp;nbsp; (status = 'Closed' or status = 'resolved' ) and( measurementstatus = 'missed') &lt;STRONG style=": ; color: #ff0000;"&gt;and if (assigned_group like '*client*', title like '*abc*' , title like '*cde* )&amp;nbsp;&amp;nbsp; ,&amp;nbsp; number&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help would be much appreciated...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977411#M333934</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-10-28T06:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977412#M333935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;it should be something like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(&amp;nbsp; {&amp;lt; status = {'Closed' ,'resolved' }, measurementstatus = {'missed'},assigned_group ={ '*client*'}, title={ '*abc*','*cde*' }&amp;gt;}&amp;nbsp; number&amp;nbsp; )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977412#M333935</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-10-28T06:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977413#M333936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count(&amp;nbsp; {&amp;lt; status = {'Closed' ,'resolved' }, measurementstatus = {'missed'},assigned_group ={ '*client*'}, Wildmatch(title,&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; '*abc*','*cde*'&lt;/STRONG&gt;)={1}&amp;gt;}&amp;nbsp; number&amp;nbsp; )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977413#M333936</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-10-28T06:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977414#M333937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello IsrarKhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Status={'Closed','resolved'},measurementstatus ={'missed'},assigned_group={'*client*'},Title={'*abc*','*cde*'}&amp;gt;}Number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977414#M333937</guid>
      <dc:creator />
      <dc:date>2015-10-28T06:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977415#M333938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Israr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count( {&amp;lt;status ={ 'Closed', 'resolved'} , measurementstatus = {'missed'}, assigned_group ={'*client*'}, title={'*abc*','*cde*'}&amp;gt;} number )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977415#M333938</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-28T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977416#M333939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..&lt;/P&gt;&lt;P&gt;You assigned *client* to assigned_group all the time..&lt;/P&gt;&lt;P&gt;But i have to check if Assigned group = *client*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Assigned_group =*client* then take *abc* else take *cde*..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just read twice, you will get it..i think p () function will be use here....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977416#M333939</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-10-28T07:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977417#M333940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly see the original question, having paroblem in red area...the second if statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977417#M333940</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-10-28T07:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977418#M333941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try some thing like&lt;/P&gt;&lt;P&gt;Script level :&lt;/P&gt;&lt;P&gt;load *, wildmatch( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;assigned_group,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;*client*') as FLAG;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load * from table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=count( {&amp;lt;status ={ 'Closed', 'resolved'} , measurementstatus = {'missed'},&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;title={"$(=pick(wildmatch(FLAG,1,0),&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'*abc*','*cde*'))"}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;number )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977418#M333941</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-10-28T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977419#M333942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original post was not very clear. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; status = {'Closed' ,'resolved'}, measurementstatus = {'missed'}, assigned_group = {'*client*'}, title={'*abc*'}&amp;gt; +&lt;/P&gt;&lt;P&gt;&amp;lt; status = {'Closed' ,'resolved'}, measurementstatus = {'missed'}, assigned_group -= {'*client*'}, title={'*cde*'}&amp;gt;} number) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 08:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977419#M333942</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T08:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: if statement to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977420#M333943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;status = {'Closed' ,'resolved'}, measurementstatus = {'missed'}&amp;gt; * &lt;/P&gt;&lt;P&gt;(&amp;lt;assigned_group = {'*client*'}, title={'*abc*'}&amp;gt; + &amp;lt;assigned_group -= {'*client*'}, title={'*cde*'})&amp;gt;} number) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 08:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-to-set-analysis/m-p/977420#M333943</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-28T08:07:55Z</dc:date>
    </item>
  </channel>
</rss>

