<?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: Displaying value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772618#M717152</link>
    <description>&lt;P&gt;are you using a table or chart?&amp;nbsp; post your expression.&amp;nbsp; that may be where the issue is.&amp;nbsp; if you are using aggr, add a NODISTINCT as ive seen this scenario with AGGRs&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 16:59:02 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2021-01-07T16:59:02Z</dc:date>
    <item>
      <title>Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772603#M717151</link>
      <description>&lt;P&gt;hi i have a question :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a table which display below data this is an example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quantity&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but Qlikview display just one row in QUantity is there any tips or workarround for this case ?&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 16:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772603#M717151</guid>
      <dc:creator>theboss-123</dc:creator>
      <dc:date>2021-01-07T16:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772618#M717152</link>
      <description>&lt;P&gt;are you using a table or chart?&amp;nbsp; post your expression.&amp;nbsp; that may be where the issue is.&amp;nbsp; if you are using aggr, add a NODISTINCT as ive seen this scenario with AGGRs&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 16:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772618#M717152</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-07T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772620#M717153</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;If you load table from the example:&lt;/P&gt;&lt;P&gt;Sample:&lt;BR /&gt;load * inline [&lt;BR /&gt;&amp;nbsp; Ref, Quantity&lt;BR /&gt;&amp;nbsp; A, 4&lt;BR /&gt;&amp;nbsp; B, 4&lt;BR /&gt;&amp;nbsp; C, 4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Then the Table object will show you the full table of all distinct values. But the listbox objects will show:&lt;/P&gt;&lt;P&gt;Ref:&lt;BR /&gt;A&lt;BR /&gt;B&lt;BR /&gt;C&lt;/P&gt;&lt;P&gt;Quantity&lt;BR /&gt;4&lt;/P&gt;&lt;P&gt;As available values for selection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 17:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772620#M717153</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-01-07T17:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772627#M717154</link>
      <description>&lt;P&gt;i did load *inline allways the same resulst for example i uploader a screenshoot i can't know which ligne has 40 or 20&lt;/P&gt;&lt;P&gt;im a biguinner in qlikview&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 17:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772627#M717154</guid>
      <dc:creator>theboss-123</dc:creator>
      <dc:date>2021-01-07T17:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772630#M717155</link>
      <description>&lt;P&gt;As i see on screenshot you're using only listbox objects.&lt;/P&gt;&lt;P&gt;Try to create table object with columns:&lt;/P&gt;&lt;P&gt;Piece, Qte, Ref, Designation, Site&lt;/P&gt;&lt;P&gt;I think that this will allow you to investigate the data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 17:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772630#M717155</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-01-07T17:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying value</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772665#M717156</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;you are right the table arrange very well data thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-value/m-p/1772665#M717156</guid>
      <dc:creator>theboss-123</dc:creator>
      <dc:date>2021-01-07T18:50:05Z</dc:date>
    </item>
  </channel>
</rss>

