<?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/1189300#M885069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this&lt;/P&gt;&lt;P&gt;=if(Len(GetFieldSelections([Application name])), Concat(distinct[application name], ','),&amp;nbsp; if (len(GetFiledSelections(Technology)),Technology)&lt;/P&gt;&lt;P&gt;check the brackets, I did not Count them&lt;/P&gt;&lt;P&gt;if you have only two states you may skip the second if&lt;/P&gt;&lt;P&gt;=if(Len(GetFieldSelections([Application name])), Concat(distinct[application name], ','), Technology)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you Need to concat Technology as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 09:53:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-21T09:53:19Z</dc:date>
    <item>
      <title>nested if</title>
      <link>https://community.qlik.com/t5/QlikView/nested-if/m-p/1189299#M885068</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 have a search box containing application name and technology.&lt;/P&gt;&lt;P&gt;when i expand application name in the search box, i should get that application name in that text box and when i click the technology , technology name should appear in the text box&lt;/P&gt;&lt;P&gt;i wrote the expression as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Len(GetFieldSelections([Application name])) or len(GetFiledSelections(Technology)), Concat(distinct[application name], ','), 'Search for application or technology)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this isworking only for application name, but not technology..when i click on technology it is showing application name. please suggest.&lt;/P&gt;&lt;P&gt;i guess we have to use nested if's but unable to write the code.&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/1189299#M885068</guid>
      <dc:creator>srujanaponnuru</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/1189300#M885069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe like this&lt;/P&gt;&lt;P&gt;=if(Len(GetFieldSelections([Application name])), Concat(distinct[application name], ','),&amp;nbsp; if (len(GetFiledSelections(Technology)),Technology)&lt;/P&gt;&lt;P&gt;check the brackets, I did not Count them&lt;/P&gt;&lt;P&gt;if you have only two states you may skip the second if&lt;/P&gt;&lt;P&gt;=if(Len(GetFieldSelections([Application name])), Concat(distinct[application name], ','), Technology)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you Need to concat Technology as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-if/m-p/1189300#M885069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: nested if</title>
      <link>https://community.qlik.com/t5/QlikView/nested-if/m-p/1189301#M885070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this - &lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Len(GetFieldSelections([Application name])),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(distinct [application name], ','),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len(GetFieldSelections([Technology])),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(Technology],','), 'Search for application or technology'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-if/m-p/1189301#M885070</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-09-21T09:58:35Z</dc:date>
    </item>
  </channel>
</rss>

