<?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: selected values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763247#M1049385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write with if expression also i assume total is field here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(if( [bill type] = 'B' , total ) )&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;Or&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM( { &amp;lt; [bill type] = {'B'} &amp;gt;} total )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 11:57:18 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-11-04T11:57:18Z</dc:date>
    <item>
      <title>selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763244#M1049382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my&amp;nbsp; exp i need selected sum like&lt;/P&gt;&lt;P&gt;sum(total)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but total value based on&amp;nbsp; "bill type = B "&lt;/P&gt;&lt;P&gt;how can i get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763244#M1049382</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763245#M1049383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;[bill type] = {'B'}&amp;gt;}total)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763245#M1049383</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-04T11:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763246#M1049384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis is the syntax you are looking for Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;[bill type] = {'B'}&amp;gt;}total)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763246#M1049384</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2014-11-04T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763247#M1049385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write with if expression also i assume total is field here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(if( [bill type] = 'B' , total ) )&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;Or&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM( { &amp;lt; [bill type] = {'B'} &amp;gt;} total )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763247#M1049385</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-04T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763248#M1049386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;it is not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;BILLCATEGORYNAME = {'GOLD BILL'}&amp;gt;}BILLGROSSAMOUNT)/AmtFlag)&lt;/P&gt;&lt;P&gt; - &lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;BILLCATEGORYNAME =&amp;nbsp; {'[GOLD BILL]'}&amp;gt;}BILLDISCOUNT)/AmtFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this my exp is correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763248#M1049386</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763249#M1049387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;it is not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;BILLCATEGORYNAME = {'GOLD BILL'}&amp;gt;}BILLGROSSAMOUNT)/AmtFlag)&lt;/P&gt;&lt;P&gt; - &lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;BILLCATEGORYNAME =&amp;nbsp; {'[GOLD BILL]'}&amp;gt;}BILLDISCOUNT)/AmtFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this my exp is correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763249#M1049387</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763250#M1049388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have some extra square brackets there on the second expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(SUM({&amp;lt;BILLCATEGORYNAME = {'GOLD BILL'}&amp;gt;}BILLGROSSAMOUNT)/AmtFlag)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(SUM({&amp;lt;BILLCATEGORYNAME =&amp;nbsp; {'GOLD BILL'}&amp;gt;}BILLDISCOUNT)/AmtFlag)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You need to know though that Fieldnames and values are both case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763250#M1049388</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2014-11-04T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763251#M1049389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks agis it is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763251#M1049389</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763252#M1049390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first expression you use '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GOLD BILL' but in second it is with [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GOLD BILL&lt;/SPAN&gt;] you have to take exactly same field string available in the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BILLCATEGORYNAME then it will works&lt;/SPAN&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;&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;try to check this if it is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;GOLD BILL&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(SUM({&amp;lt;BILLCATEGORYNAME = {'GOLD BILL'}&amp;gt;}BILLGROSSAMOUNT)/AmtFlag)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(SUM({&amp;lt;BILLCATEGORYNAME =&amp;nbsp; {'GOLD BILL'}&amp;gt;}BILLDISCOUNT)/AmtFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763252#M1049390</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-04T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763253#M1049391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;my dimension&amp;nbsp; is ornament but i want show in pivot table with selected "brand"&lt;/P&gt;&lt;P&gt;condition is "BRAND=Y"&lt;/P&gt;&lt;P&gt;how can i show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763253#M1049391</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763254#M1049392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;my dimension&amp;nbsp; is ornament but i want show in pivot table with selected "brand"&lt;/P&gt;&lt;P&gt;condition is "BRAND=Y"&lt;/P&gt;&lt;P&gt;how can i show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763254#M1049392</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763255#M1049393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide some sample data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763255#M1049393</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-04T12:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763256#M1049394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum( {&amp;lt; BRAND = {'Y'} &amp;gt;} AmountMetric)&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;For new question post new thread please&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;Regards&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;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763256#M1049394</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-04T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763257#M1049395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need dimension row&lt;/P&gt;&lt;P&gt;how can i get&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763257#M1049395</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-04T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763258#M1049396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create your pivot table and select your dimensions (ornament and brand for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can drag the dimension column (brand)&amp;nbsp; in you pivot table and move it as a row on the top of the table (horizontal blue arrow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you're trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763258#M1049396</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2014-11-04T12:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763259#M1049397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;If( Match( BRAND,'Y'),&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;BRAND) //And in properties use Suppress When Value is Null&lt;/EM&gt;&lt;/SPAN&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;&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;or in load script you can filter that records&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;&lt;EM&gt;Load&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If( Match( BRAND,'Y'),&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BRAND)&amp;nbsp; as [Y Brands]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;From Location;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide and sample file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763259#M1049397</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-04T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763260#M1049398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh - I noticed you have been posting QlikView questions NON-related to the QlikView Deployment Framework in the QDF section - can you please post your QlikView questions to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2003"&gt;New to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;Qlik &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763260#M1049398</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-11-04T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763261#M1049399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please mark my answer correct or Helpful if it's working and ask any other questions by creating a new post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Suresh&lt;/P&gt;&lt;P&gt;Agis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763261#M1049399</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2014-11-04T12:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763262#M1049400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Request you to close the thread by selecting correct/helpful answer rather than asking another question on the same thread.. By closing the thread will help other users who are facing similar problems..&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763262#M1049400</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-04T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/763263#M1049401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close the thread by selecting appropriate answer as correct or helpful for references for new question open new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 12:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/763263#M1049401</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-04T12:58:12Z</dc:date>
    </item>
  </channel>
</rss>

