<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505963#M189183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit confusing ! You wrote 'Yes'. What was that for? So you did not get what you wanted; can you please explain a bit more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 11:08:00 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-10-03T11:08:00Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505958#M189178</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;i have one list box&lt;/P&gt;&lt;P&gt;which has some values how can i filter values like condition wise&lt;/P&gt;&lt;P&gt;and list box im getting two sides how to restrick one side&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;if([Sub Line of Business Name]='Businessb Banking',Aggr(Only({&amp;lt;[Revenue Band ID]={'1','2','3','4','5'}&amp;gt;}Revenue_Band_Category),[Revenue Band ID]),&lt;/P&gt;&lt;P&gt;if([Sub Line of Business Name]='Commercial',aggr(only( {&amp;lt;[Revenue Band ID]={'6','7','8','9','10','11','12','13'}&amp;gt;}Revenue_Band_Category),Revenue_Band_Category)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These expression not working&lt;/P&gt;&lt;P&gt;plz find the attechment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Avance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 10:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505958#M189178</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T10:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505959#M189179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like sample attached ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 10:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505959#M189179</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-03T10:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505960#M189180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want to do ? Filter values in the ListBox ?&lt;/P&gt;&lt;P&gt;if so,&lt;/P&gt;&lt;P&gt;1) create an Expression (instead of taking directly the field name). In the general tab, not in the Expression tab&lt;/P&gt;&lt;P&gt;2) Type your Expression, sth like : if (boolean condition, YourDIM)&lt;/P&gt;&lt;P&gt;For example, I just want the Customer starting with LEX I will do : if(mid(CUSTOMER, 1, 3)= 'LEX', CUSTOMER) &lt;/P&gt;&lt;P&gt;(or I could use LEFT but that is the same)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression should therefore return the dimension you want to get in the ListBox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 10:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505960#M189180</guid>
      <dc:creator />
      <dc:date>2013-10-03T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505961#M189181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 10:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505961#M189181</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T10:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505962#M189182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 11:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505962#M189182</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505963#M189183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit confusing ! You wrote 'Yes'. What was that for? So you did not get what you wanted; can you please explain a bit more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 11:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505963#M189183</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-03T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505964#M189184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that list box expression not working &lt;/P&gt;&lt;P&gt;one condition business banking i want to fetch 1-5 revenue band id&lt;/P&gt;&lt;P&gt;one condition commercial list box revenue band id should be 6-13&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 11:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505964#M189184</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505965#M189185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, not yet clear to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 11:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505965#M189185</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-03T11:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/505966#M189186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you i did this creation two list boxes&lt;/P&gt;&lt;P&gt;i used show and hide condition&amp;nbsp; working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/505966#M189186</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T12:26:45Z</dc:date>
    </item>
  </channel>
</rss>

