<?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: Nested if in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97603#M751764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if [result] is a field name, then I suggest to calculate that dimension in script (using nested If or Pick/Match functions). That would eliminate need for calculated dimension and also enable you to easily calculate share %:&lt;/P&gt;&lt;P&gt;Count(marks)/Count( TOTAL marks)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2018 22:59:36 GMT</pubDate>
    <dc:creator>juraj_misina</dc:creator>
    <dc:date>2018-10-31T22:59:36Z</dc:date>
    <item>
      <title>Nested if</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97600#M751761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have condition like- if (result =2 ,'&amp;lt;40 marks')&lt;/P&gt;&lt;P&gt;if (result=3,'&amp;gt;50 marks')&lt;/P&gt;&lt;P&gt;if(result=4,'&amp;gt;60 marks') i have given this in the calculated dimension in the pivot chart. I want to eliminate that many if I want to do that using the set analysis or some functions.Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the percentage also like count of &amp;lt;40 marks/Count of total marks like that and need to calculate the average too.Please let me know as soon as possible.&lt;/P&gt;&lt;P&gt;Thanks in advance!!&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/Nested-if/m-p/97600#M751761</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97601#M751762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if Result is a field in your data model then in your script you can use the same "if else statement" to create a new field and use that field in your chart or you may check class function that takes an "input number" and "interval number" and then displays the result as a Range with upper limit and lower limit between which the input number falls in. like this. 10&amp;lt;=x&amp;lt;20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97601#M751762</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2018-10-31T17:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97602#M751763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pujtha, Not really sure what you mean here. Are you using several if Statements in a chart expression or is it in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try and explain what you have and where you would like to get to? Are you trying to find the percentage of those that got result 2/3/4 as a percentage against the total number of Results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to helping people on here but i might be ale to push you in the right direction if i can understand it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97602#M751763</guid>
      <dc:creator>alextomlins</dc:creator>
      <dc:date>2018-10-31T17:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97603#M751764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if [result] is a field name, then I suggest to calculate that dimension in script (using nested If or Pick/Match functions). That would eliminate need for calculated dimension and also enable you to easily calculate share %:&lt;/P&gt;&lt;P&gt;Count(marks)/Count( TOTAL marks)&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 22:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if/m-p/97603#M751764</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-31T22:59:36Z</dc:date>
    </item>
  </channel>
</rss>

