<?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: Set Expression for capturing some data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108023#M16905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;Please see the attachment. CODE (Dimension) seems to be taken as it is at every point but could not get the results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the error done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 17:49:42 GMT</pubDate>
    <dc:creator>nevilledhamsiri</dc:creator>
    <dc:date>2018-07-19T17:49:42Z</dc:date>
    <item>
      <title>Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108014#M16896</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 table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; values&lt;/P&gt;&lt;P&gt;77480&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;77170&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;45150&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 450&lt;/P&gt;&lt;P&gt;78110&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;77450&lt;/P&gt;&lt;P&gt;75150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please write a set expression to get the list of codes which carries no values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108014#M16896</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108015#M16897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need this in which object? List Box? Chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 16:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108015#M16897</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T16:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108016#M16898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please do it for both list box &amp;amp; chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108016#M16898</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108017#M16899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for list box object&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Aggr(Only({&amp;lt;Code = {"=Sum(values) = 0"}&amp;gt;} Code), Code)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Code = {"=Sum(values) = 0"}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108017#M16899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T17:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108018#M16900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is meant by measure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108018#M16900</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108019#M16901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just a placeholder... I don't know what you are trying to do in a chart (at least you have not mentioned what you are looking to do in a chart) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108019#M16901</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T17:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108020#M16902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this!!&lt;/P&gt;&lt;P&gt;In List box--&amp;gt;Properties--&amp;gt;General--&amp;gt;Field--&amp;gt;Expression--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Len&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(trim(values)=0,Code))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108020#M16902</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2018-07-19T17:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108021#M16903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made the expression as below which gives me even the codes with balances.I need following codes out of total list to be shown. Sorry for the trouble, please see what error I have made&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;78110&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;77450&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;75150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Code = {"=Sum(values) = 0"}&amp;gt;}CODE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108021#M16903</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108022#M16904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you field called CODE or Code? Use it consistently in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;&lt;STRONG&gt;Code&lt;/STRONG&gt; = {"=Sum(values) = 0"}&amp;gt;}&lt;STRONG&gt;CODE&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108022#M16904</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108023#M16905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;Please see the attachment. CODE (Dimension) seems to be taken as it is at every point but could not get the results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the error done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108023#M16905</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T17:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108024#M16906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you reload the app and save back... there is no data in the attached app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 17:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108024#M16906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T17:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for capturing some data</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108025#M16907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sunny for your assistant one point after the other. You are alright. The consistently what you proposed to be made produced results in the end. I have not applied the "value" in block letters as it is loaded. Correct now. Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TH bgcolor="#f5f5f5" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;CODE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;SUM(VALUE)&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Sum({&amp;lt;CODE={"=Sum(VALUE)=0"}&amp;gt;}CODE)&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;45150&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;75170&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;75170&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;77110&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;500&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;77150&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1500&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;78100&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;78145&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;78145&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 18:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-capturing-some-data/m-p/108025#M16907</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-07-19T18:05:52Z</dc:date>
    </item>
  </channel>
</rss>

