<?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 Help with displaying data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283974#M1201377</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 need help with how my data is displayed...&lt;/P&gt;&lt;P&gt;I am wring an app to report on WASTE and REDUCTIONS. there are several WASTE / REDUCTIONS reason descriptions. I am displaying the results in a STRAIGHT TABLE and I have a Drill-Down group with 5 drilldown functions.&lt;/P&gt;&lt;P&gt;DEPT&lt;/P&gt;&lt;P&gt;CAT&lt;/P&gt;&lt;P&gt;SUB CAT&lt;/P&gt;&lt;P&gt;PRODUCT&lt;/P&gt;&lt;P&gt;RETAILER&lt;/P&gt;&lt;P&gt;The problem i am facing is that if a product has been sold at a reduced price for multiple reasons&lt;/P&gt;&lt;P&gt;e.g. 1 bottle of coca cola was sold reduced (manually) , and 1 bottle of coca cola was sold reduced (by scanning a reduced to clear label)&lt;/P&gt;&lt;P&gt;this gives 2 reasons for the same product description. So when the end user has selected DEPT from the drill-down group, there will be 2 instances of SOFT DRINKS.&lt;/P&gt;&lt;P&gt;I would want the DEPT, CAT, SUB CAT to only show 1 instance . then when the user selects PRODUCT, this would display both reasons for the user to analyse.&lt;/P&gt;&lt;P&gt;Can anyone tell me how i could achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 15:11:50 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2010-10-25T15:11:50Z</dc:date>
    <item>
      <title>Help with displaying data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283974#M1201377</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 need help with how my data is displayed...&lt;/P&gt;&lt;P&gt;I am wring an app to report on WASTE and REDUCTIONS. there are several WASTE / REDUCTIONS reason descriptions. I am displaying the results in a STRAIGHT TABLE and I have a Drill-Down group with 5 drilldown functions.&lt;/P&gt;&lt;P&gt;DEPT&lt;/P&gt;&lt;P&gt;CAT&lt;/P&gt;&lt;P&gt;SUB CAT&lt;/P&gt;&lt;P&gt;PRODUCT&lt;/P&gt;&lt;P&gt;RETAILER&lt;/P&gt;&lt;P&gt;The problem i am facing is that if a product has been sold at a reduced price for multiple reasons&lt;/P&gt;&lt;P&gt;e.g. 1 bottle of coca cola was sold reduced (manually) , and 1 bottle of coca cola was sold reduced (by scanning a reduced to clear label)&lt;/P&gt;&lt;P&gt;this gives 2 reasons for the same product description. So when the end user has selected DEPT from the drill-down group, there will be 2 instances of SOFT DRINKS.&lt;/P&gt;&lt;P&gt;I would want the DEPT, CAT, SUB CAT to only show 1 instance . then when the user selects PRODUCT, this would display both reasons for the user to analyse.&lt;/P&gt;&lt;P&gt;Can anyone tell me how i could achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283974#M1201377</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-10-25T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Help with displaying data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283975#M1201378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason why you don't use a pivot table?&lt;/P&gt;&lt;P&gt;Also, you could use the concat() function to combine reasons in one row. You might even be able to do an if that is like the following:&lt;/P&gt;&lt;P&gt;if(Drilldown_Group='PRODUCT',REASON,concat(REASON,','))&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 16:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283975#M1201378</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-25T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Help with displaying data</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283976#M1201379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karl, i will try that.&lt;/P&gt;&lt;P&gt;The reason i havn't used a pivot table, is that although this would solve that problem, the column REASON is hidden until the user selects PRODUCT from the drill-down. If i use a pivot table, this would take the ability to conditionally hide columns. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 16:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-displaying-data/m-p/283976#M1201379</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-10-25T16:24:26Z</dc:date>
    </item>
  </channel>
</rss>

