<?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: Show specific records in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812035#M1026580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible - You just need to put the filter of the expression around all of the expressions used - This will ensure that all other expressions evaluate to zero and hence do not show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example that should help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 10:54:49 GMT</pubDate>
    <dc:creator>Roop</dc:creator>
    <dc:date>2015-03-02T10:54:49Z</dc:date>
    <item>
      <title>Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812032#M1026577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table which shows customers who have/haven't spent.&amp;nbsp; To show this information I have used the following expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match(sum({[No Spend]&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value),'0'),'No Spend')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns "No Spend" when not spent and a dash when spent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79580_Capture.JPG" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to show only the records in the table when they are set to "No Spend" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812032#M1026577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812033#M1026578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try putting in every expression the condition you want to reduce your data, ie if you have an expression calculated as sum(amount):&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; font-size: 13px;"&gt;=if(Match(sum({[No Spend]&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&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; font-size: 13px;"&gt;Let us know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812033#M1026578</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-03-02T10:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812034#M1026579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Can you post an example qlikview document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812034#M1026579</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-02T10:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812035#M1026580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible - You just need to put the filter of the expression around all of the expressions used - This will ensure that all other expressions evaluate to zero and hence do not show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example that should help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812035#M1026580</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-02T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812036#M1026581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; I am not quite sure how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other expressions for Range 1 and Range 2 are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range 1&lt;/P&gt;&lt;P&gt;sum({Spend&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Range 2&lt;/P&gt;&lt;P&gt;sum({[No Spend]&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain the Spend and No Spend are two separate states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812036#M1026581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T11:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812037#M1026582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within you current chart you can use the label for your No Spend expression to put as a condition for other expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(not IsNull([LabelforNoSpend]), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({Spend&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(not IsNull(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;[LabelforNoSpend]), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({[No Spend]&amp;lt;[invoice_value]={'&amp;gt;0'}&amp;gt;} invoice_value))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will force these two expressions to be null every time your last column doesn't say No Spend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 11:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812037#M1026582</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-02T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific records in table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812038#M1026583</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;You could use a calculated dimension with suppressed nulls, something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(if(sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;invoice_value&lt;/SPAN&gt;)=0, Company),Company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 12:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-specific-records-in-table/m-p/812038#M1026583</guid>
      <dc:creator />
      <dc:date>2015-03-02T12:13:57Z</dc:date>
    </item>
  </channel>
</rss>

