<?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: issue on if condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152034#M893898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you getting and what do you want to get? Can you share a sample because just by looking at the expression, it might not be straight forward as to what might be missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 14:45:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-09T14:45:53Z</dc:date>
    <item>
      <title>issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152029#M893893</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;Dimension : Type&lt;/P&gt;&lt;P&gt;i have expression like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(BU=' ROLL',(Count({&amp;lt;Type={'App'},DEPT_L3={'Tech Solutions'}, &lt;/P&gt;&lt;P&gt;DEPT={' Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics',&lt;/P&gt;&lt;P&gt;'MHS','MTS Services'}, LC_STAGE={'Concept-Opportunity''},STATE={'Active'},&lt;STRONG&gt;WORK={'Application'}&lt;/STRONG&gt;&amp;gt;}LC_STAGE)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(BU='ROLL',(Count({&amp;lt;Type={'Infrarad'},DEPT={'MTS '}, &lt;/P&gt;&lt;P&gt;DEPT={'Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics',&lt;/P&gt;&lt;P&gt;'MHS','MTS&amp;nbsp; Services'}, &lt;/P&gt;&lt;P&gt;LC_STAGE={'Concept-Opportunity'},STATE={'Active'},&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WORK={'DCT','Recovery'}&lt;/STRONG&gt;&amp;gt;}LC_STAGE)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am applying this expression tp the chart i am getting only one if condition values i.e&amp;nbsp; Type={'App'} but i am not getting Type={'Infrarad'} these vaules could u please help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I need to show both Values i.e&amp;nbsp; Type={'Infrarad'},Type={'App'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152029#M893893</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152030#M893894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&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;&lt;STRONG&gt;If(BU=' ROLL',&lt;/STRONG&gt;&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;&lt;STRONG&gt;RangeSum(Count({&amp;lt;Type = {'App'}, DEPT_L3 = {'Tech Solutions'}, &lt;SPAN style="line-height: 1.5em;"&gt;DEPT = {' Services', 'Information Solutions', 'Workflow Solutions', 'Connected Care &amp;amp; Analytics', &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;'MHS', 'MTS Services'}, LC_STAGE = {'Concept-Opportunity'}, STATE={'Active'}, &lt;/SPAN&gt;WORK = {'Application'}&lt;SPAN style="line-height: 1.5em;"&gt;&amp;gt;} LC_STAGE),&lt;/SPAN&gt;&lt;/STRONG&gt;&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;&lt;STRONG&gt;Count({&amp;lt;Type={'Infrarad'}, DEPT={'MTS '}, &lt;SPAN style="line-height: 1.5em;"&gt;DEPT={'Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics',&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;'MHS', 'MTS&amp;nbsp; Services'}, &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;LC_STAGE={'Concept-Opportunity'}, STATE={'Active'}, &lt;/SPAN&gt;WORK = {'DCT','Recovery'}&lt;SPAN style="line-height: 1.5em;"&gt;&amp;gt;} LC_STAGE)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 22:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152030#M893894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-08T22:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152031#M893895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 22:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152031#M893895</guid>
      <dc:creator />
      <dc:date>2016-08-08T22:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152032#M893896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 22:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152032#M893896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-08T22:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152033#M893897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That scenario works out properly but here one more scenario which i am trying to do implement but i am not getting exact results could&amp;nbsp; you please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(BU='MTS ROLLUP',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rangesum(Count({&amp;lt;Type={'App'},DEPT={'MT Solutions)'}, DEPT={'Performance Services','Information Solutions','Imaging,' Analytics',&lt;/P&gt;&lt;P&gt;'Shared Services'}, LC_STAGE={'Test-Deploy'}, STATE={'Active'}, TIME={'Y'},TYPE={'Appl'}&amp;gt;} TIME)/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Type1b={'App'},DEPT={'MTS (McK Tech Solutions)'}, DEPT_L4={'Performance Services','Information Solutions','Imaging','Connected Care &amp;amp; Analytics','MD'},LC_STAGE={'Test-Deploy'},STATE={'Active'},TIME={'Y', 'N'}, WORK_TYPE={'Application'}&amp;gt;} TIME) * 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rangesum(Count({&amp;lt;Type={'App'},DEPT={'MT Solutions)'}, DEPT={'Performance Services','Information Solutions','Imaging,' Analytics',&lt;/P&gt;&lt;P&gt;'Shared Services'}, LC_STAGE={'Test-Deploy'}, STATE={'Active'}, TIME={'Y'},TYPE={'Appl'}&amp;gt;} TIME)/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Type1b={'App'},DEPT={'MTS (McK Tech Solutions)'}, DEPT_L4={'Performance Services','Information Solutions','Imaging','Connected Care &amp;amp; Analytics','MD'},LC_STAGE={'Test-Deploy'},STATE={'Active'},TIME={'Y','N'},&lt;/P&gt;&lt;P&gt; WORK_TYPE={'DPT','Recovery &amp;amp; Infrastructure','Infrastructure','ISRM &amp;amp; Infrastructure','Merger &amp;amp; Acquisition}&amp;gt;} TIME) * 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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152033#M893897</guid>
      <dc:creator />
      <dc:date>2016-08-09T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152034#M893898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you getting and what do you want to get? Can you share a sample because just by looking at the expression, it might not be straight forward as to what might be missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152034#M893898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152035#M893899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(BU=' ROLL',&lt;/STRONG&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;&lt;STRONG&gt;RangeSum(Count({&amp;lt;Type = {'App'}, DEPT_L3 = {'Tech Solutions'}, DEPT = {' Services', 'Information Solutions', 'Workflow Solutions', 'Connected Care &amp;amp; Analytics', 'MHS', 'MTS Services'}, LC_STAGE = {'Concept-Opportunity'}, STATE={'Active'}, WORK = {'Application'}&amp;gt;} LC_STAGE),&lt;/STRONG&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;&lt;STRONG&gt;Count({&amp;lt;Type={'Infrarad'}, DEPT={'MTS '}, DEPT={'Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics','MHS', 'MTS&amp;nbsp; Services'}, LC_STAGE={'Concept-Opportunity'}, STATE={'Active'}, WORK = {'DCT','Recovery'}&amp;gt;} LC_STAGE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;By using this expression i got count but now i need to display the Percentage how to implement this scenario on the same expression&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152035#M893899</guid>
      <dc:creator />
      <dc:date>2016-08-09T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152036#M893900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Percentage based on what? Based on a single dimension, multiple dimension? Yet again I feel we need more information before we can provide a working solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152036#M893900</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T14:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152037#M893901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimesion:&amp;nbsp; month &amp;amp;'-' &amp;amp;Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension values like AUG &amp;amp;'-'&amp;amp; APP like This&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152037#M893901</guid>
      <dc:creator />
      <dc:date>2016-08-09T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152038#M893902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Single dimension Only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152038#M893902</guid>
      <dc:creator />
      <dc:date>2016-08-09T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152039#M893903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not 100% sure, but may be this:&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(BU=' ROLL',&lt;/STRONG&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RangeSum(Count({&amp;lt;Type = {'App'}, DEPT_L3 = {'Tech Solutions'}, DEPT = {' Services', 'Information Solutions', 'Workflow Solutions', 'Connected Care &amp;amp; Analytics', 'MHS', 'MTS Services'}, LC_STAGE = {'Concept-Opportunity'}, STATE={'Active'}, WORK = {'Application'}&amp;gt;} LC_STAGE),&lt;/STRONG&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;Type={'Infrarad'}, DEPT={'MTS '}, DEPT={'Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics','MHS', 'MTS&amp;nbsp; Services'}, LC_STAGE={'Concept-Opportunity'}, STATE={'Active'}, WORK = {'DCT','Recovery'}&amp;gt;} LC_STAGE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RangeSum(Count(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; {&amp;lt;Type = {'App'}, DEPT_L3 = {'Tech Solutions'}, DEPT = {' Services', 'Information Solutions', 'Workflow Solutions', 'Connected Care &amp;amp; Analytics', 'MHS', 'MTS Services'}, LC_STAGE = {'Concept-Opportunity'}, STATE={'Active'}, WORK = {'Application'}&amp;gt;} LC_STAGE),&lt;/STRONG&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; {&amp;lt;Type={'Infrarad'}, DEPT={'MTS '}, DEPT={'Services',' Information Solutions','Workflow Solutions','Connected Care &amp;amp; Analytics','MHS', 'MTS&amp;nbsp; Services'}, LC_STAGE={'Concept-Opportunity'}, STATE={'Active'}, WORK = {'DCT','Recovery'}&amp;gt;} LC_STAGE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152039#M893903</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152040#M893904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am sharing sample document .please go through it and find the percentage of both the values in chart .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152040#M893904</guid>
      <dc:creator />
      <dc:date>2016-08-09T20:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152041#M893905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expectation here? the bars should add up to 100%?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152041#M893905</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T20:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152042#M893906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample image for previous months we need like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152042#M893906</guid>
      <dc:creator />
      <dc:date>2016-08-09T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152043#M893907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what is required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134121_Capture.PNG" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152043#M893907</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T20:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152044#M893908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, that is what we required but here is the issue, We have multiple if conditions in our expression, when we are using the expression what you provided is working fine individually. But the same expression we are using with other if conditions its not working properly..For more detail please see the output in attached image which we are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 21:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152044#M893908</guid>
      <dc:creator />
      <dc:date>2016-08-09T21:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152045#M893909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difficult to know what you need exactly. I really want to help, but I feel I am not fully aware about your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 22:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152045#M893909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T22:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152046#M893910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny First of all thanks for your support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am providing another sample&amp;nbsp; qvw file in that we have multiple conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am using individually that was working fine but when we are using&amp;nbsp; with multip[le conditions its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clear idea see attached qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 23:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152046#M893910</guid>
      <dc:creator />
      <dc:date>2016-08-09T23:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152047#M893911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be helpful to know what the numbers need to be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 23:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152047#M893911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T23:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: issue on if condition</title>
      <link>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152048#M893912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting correct values for BPS and Canada. I need to get correct values for MTS ROLLUP and the values which you got previously is correct I need to get those values now in mts rollup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 23:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-on-if-condition/m-p/1152048#M893912</guid>
      <dc:creator />
      <dc:date>2016-08-09T23:39:35Z</dc:date>
    </item>
  </channel>
</rss>

