<?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 if condition(Calculated Dimension)....?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95437#M765887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to check the values of Ec Name concerned so you can add the needed condition in the statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:33:58 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-06-29T14:33:58Z</dc:date>
    <item>
      <title>Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95432#M765878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&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;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;1. if division is Excutive then we have to disply EC name as&amp;nbsp; CEO.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2. if EC name is null then -- we have to display EC name as Visitors/Others.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;can any correct the below condition which we are using as a calculated dimension please as per the above seanario...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;(ISNULL&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;[EC Name]= &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;'Visitors/Others',(if(Division) = ‘&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Executive&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;’, CEO))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: EN-US;"&gt;EC Name is 'N/A'&amp;nbsp; so we are considering it as NULL..&lt;/SPAN&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;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&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/Need-Help-in-if-condition-Calculated-Dimension/m-p/95432#M765878</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95433#M765879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(division='Executive',&lt;/P&gt;&lt;P&gt;CEO,&lt;/P&gt;&lt;P&gt;if(len(trim([EC Name])=0 or [Ec Name]='N/A',&lt;/P&gt;&lt;P&gt;'Visitors/Others',&lt;/P&gt;&lt;P&gt;[EC Name]&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95433#M765879</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T12:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95434#M765881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But getting syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(division='Executive','CEO',if(len(trim([EC Name])=0 or [Ec Name]='N/A','Visitors/Others',[EC Name])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have verified couple of times all braces are closed properly, No idea why am getting that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95434#M765881</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2018-06-29T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95435#M765883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right parenthesis missing in len(trim( ......&lt;/P&gt;&lt;P&gt;and the last one is to be suppressed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(division='Executive','CEO',if(len(trim([EC Name]))=0 or [Ec Name]='N/A','Visitors/Others',[EC Name]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95435#M765883</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95436#M765885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, but still getting some counts under null category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we want those counts as well under 'Visitors/Others' only. Can you change the expression please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95436#M765885</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2018-06-29T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95437#M765887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to check the values of Ec Name concerned so you can add the needed condition in the statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95437#M765887</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in if condition(Calculated Dimension)....??</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95438#M765889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show use the list of values coming from your field EC Name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-if-condition-Calculated-Dimension/m-p/95438#M765889</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-29T14:39:04Z</dc:date>
    </item>
  </channel>
</rss>

