<?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: IF in UI Level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591561#M219371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jansi,&lt;/P&gt;&lt;P&gt;U require an aggregation there since the field values AGE_GRP and AGE_18Group returns more than one value when nothing is selected. It is working good in what Chirannjeevi has posted since he has selected only one value.&lt;/P&gt;&lt;P&gt;if AGE_GRP and AGE_18Group&amp;nbsp; are relate one to one then u can use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(getfieldselections(AGE_GRP )= getfieldselections(AGE_18GROUP), POPULATION)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will work if u select one entry. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pls post sample data and specify the req so that we can help u on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;-sundar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 03:19:39 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2014-03-19T03:19:39Z</dc:date>
    <item>
      <title>IF in UI Level</title>
      <link>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591558#M219368</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;I need a small clarification on IF statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want to retrieve the value from matching fields suppose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(AGE_GRP = AGE_18GROUP, POPULATION) -- won't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPULATION have only one value for one age group....&lt;/P&gt;&lt;P&gt;but if i write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(IF(AGE_GRP = AGE_18GROUP, POPULATION)) -- will work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it need an aggregation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 00:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591558#M219368</guid>
      <dc:creator />
      <dc:date>2014-03-19T00:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: IF in UI Level</title>
      <link>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591559#M219369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which object you are trying this expression actually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I tried in text object &amp;amp; Chart.It is working fine with out Sum&lt;IMG alt="If text.jpg" class="jive-image" src="/legacyfs/online/55316_If text.jpg" style="width: 620px; height: 134px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 02:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591559#M219369</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-03-19T02:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF in UI Level</title>
      <link>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591560#M219370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just unselect the 'America' and show the result... It is not working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 02:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591560#M219370</guid>
      <dc:creator />
      <dc:date>2014-03-19T02:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: IF in UI Level</title>
      <link>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591561#M219371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jansi,&lt;/P&gt;&lt;P&gt;U require an aggregation there since the field values AGE_GRP and AGE_18Group returns more than one value when nothing is selected. It is working good in what Chirannjeevi has posted since he has selected only one value.&lt;/P&gt;&lt;P&gt;if AGE_GRP and AGE_18Group&amp;nbsp; are relate one to one then u can use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(getfieldselections(AGE_GRP )= getfieldselections(AGE_18GROUP), POPULATION)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will work if u select one entry. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Pls post sample data and specify the req so that we can help u on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;-sundar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 03:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-in-UI-Level/m-p/591561#M219371</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-19T03:19:39Z</dc:date>
    </item>
  </channel>
</rss>

