<?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: multiple condition on expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438574#M431872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but its expression for measure &lt;/P&gt;&lt;P&gt;i dont think so i measure group by works &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 09:36:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-26T09:36:22Z</dc:date>
    <item>
      <title>multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438568#M431866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;i m trying to add multiple condition on expression formula colum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like fallowing are the condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count(e.EMP_ID)&lt;/P&gt;&lt;P&gt;from ATTENDANCE_NEW.LEFT_REJOIN l,ATTENDANCE_NEW.EMP e,ATTENDANCE_NEW.DEPT d&lt;/P&gt;&lt;P&gt;where e.EMP_ID=l.EMP_ID&lt;/P&gt;&lt;P&gt;and e.DEPT_ID=d.DEPT_ID&lt;/P&gt;&lt;P&gt;and l.STATUS in ('Resigned' ,'Weeded Out');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to put this condition like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT( {&amp;lt;Status={'Resigned','Weeded Out'}&amp;gt;} Status)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438568#M431866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T09:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438569#M431867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Match(Status,'Resigned', 'Weeded Out')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438569#M431867</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-26T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438570#M431868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but here i need to count &lt;STRONG&gt;emp_id&lt;/STRONG&gt; , and &lt;STRONG&gt;status&lt;/STRONG&gt; condition are &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Resigned', 'Weeded Out'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;this fallowing condition only count status , with condition &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Resigned', 'Weeded Out'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but i need to count emp_id&lt;/STRONG&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;COUNT( {&amp;lt;Status={'Resigned','Weeded Out'}&amp;gt;} Status)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438570#M431868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438571#M431869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;count(Emp_ID) Where Match(Status,'Resigned', 'Weeded Out') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;will this correct&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438571#M431869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438572#M431870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your qv data model is properly associated (two tables are linked/joined with key field) , expression below might work:&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;&lt;EM&gt;COUNT( {&amp;lt;&lt;STRONG&gt;Status&lt;/STRONG&gt;={'Resigned','Weeded Out'}&amp;gt;} &lt;STRONG&gt;emp_id&lt;/STRONG&gt;)&lt;/EM&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;&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;Give a try.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438572#M431870</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-26T09:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438573#M431871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, But for Aggregate functions you may need Group By clause?? Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Field, Status, Count(Emp_ID) as Count_Emp_ID Where Match(Status, 'Resigned','Weeded Out') Group By Field, Status;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438573#M431871</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-26T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438574#M431872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but its expression for measure &lt;/P&gt;&lt;P&gt;i dont think so i measure group by works &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438574#M431872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438575#M431873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; qv data model is properly associated&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;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;seems correct but data is not correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438575#M431873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T09:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438576#M431874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In UI, you can follow Tresesco solution, But you said, The values are wrong. How we know whether values are tested one or not. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 09:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438576#M431874</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-26T09:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition on expression</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438577#M431875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an image of your data model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-condition-on-expression/m-p/1438577#M431875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-26T11:46:56Z</dc:date>
    </item>
  </channel>
</rss>

