<?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 Accounts hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209924#M64726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nick for your quickly answer, it is very interesting but what I really need is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3618.Imagen.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3618.Imagen.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it with sql but need to know if is possible do it in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 07:53:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-01T07:53:56Z</dc:date>
    <item>
      <title>Accounts hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209922#M64724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Account - Name - Indent&lt;/P&gt;&lt;P&gt;1 - Financiación - 0&lt;/P&gt;&lt;P&gt;10 - Capital - 1&lt;/P&gt;&lt;P&gt;100 - Capital Social - 2&lt;/P&gt;&lt;P&gt;1000001 - Capital Social - 4&lt;/P&gt;&lt;P&gt;1001000 - Capital Privilegiado - 4&lt;/P&gt;&lt;P&gt;101 - Fondo Social - 2&lt;/P&gt;&lt;P&gt;102 - Capital - 2&lt;/P&gt;&lt;P&gt;2 - Activos fijos - 0&lt;/P&gt;&lt;P&gt;28 - Amortizacion de activos fijos - 1&lt;/P&gt;&lt;P&gt;281 - Amortización inmov. inmaterial - 2&lt;/P&gt;&lt;P&gt;2810 - Amortizacion inmov. inmaterial - 3&lt;/P&gt;&lt;P&gt;2810000 - Amortizacion inmov. inmaterial - 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have to show it with a pivot table with hierarchy like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Account - Name - Amount&lt;/P&gt;&lt;P&gt;1 - Financiación - 1000&lt;/P&gt;&lt;P&gt;10 - Capital - 1000&lt;/P&gt;&lt;P&gt;100 - Capital Social - 1000&lt;/P&gt;&lt;P&gt;1000001 - Capital Social - 500&lt;/P&gt;&lt;P&gt;1001000 - Capital Privilegiado - 500&lt;/P&gt;&lt;P&gt;2 - Activos fijos&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible?&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;Oscar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 19:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209922#M64724</guid>
      <dc:creator />
      <dc:date>2010-06-30T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Accounts hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209923#M64725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Temp:&lt;BR /&gt;load * inline [&lt;BR /&gt;Account - Name - Indent&lt;BR /&gt;1 - Financiación - 0&lt;BR /&gt;10 - Capital - 1&lt;BR /&gt;100 - Capital Social - 2&lt;BR /&gt;1000001 - Capital Social - 4&lt;BR /&gt;1001000 - Capital Privilegiado - 4&lt;BR /&gt;101 - Fondo Social - 2&lt;BR /&gt;102 - Capital - 2&lt;BR /&gt;2 - Activos fijos - 0&lt;BR /&gt;28 - Amortizacion de activos fijos - 1&lt;BR /&gt;281 - Amortización inmov. inmaterial - 2&lt;BR /&gt;2810 - Amortizacion inmov. inmaterial - 3&lt;BR /&gt;2810000 - Amortizacion inmov. inmaterial - 4] (delimiter is '-');&lt;BR /&gt;&lt;BR /&gt;AccountChart:&lt;BR /&gt;load&lt;BR /&gt; Account as Account0&lt;BR /&gt; ,Name&lt;BR /&gt;resident Temp&lt;BR /&gt;where Indent = 0;&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load&lt;BR /&gt; left(Account, 1) as Account0&lt;BR /&gt; ,Account as Account1&lt;BR /&gt; ,Name&lt;BR /&gt;resident Temp&lt;BR /&gt;where Indent = 1;&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load&lt;BR /&gt; left(Account, 1) as Account0&lt;BR /&gt; ,left(Account, 2) as Account1&lt;BR /&gt; ,Account as Account2&lt;BR /&gt; ,Name&lt;BR /&gt;resident Temp&lt;BR /&gt;where Indent = 2;&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load&lt;BR /&gt; left(Account, 1) as Account0&lt;BR /&gt; ,left(Account, 2) as Account1&lt;BR /&gt; ,left(Account, 3) as Account2&lt;BR /&gt; ,Account as Account3&lt;BR /&gt; ,Name&lt;BR /&gt;resident Temp&lt;BR /&gt;where Indent = 3;&lt;BR /&gt;&lt;BR /&gt;concatenate&lt;BR /&gt;load&lt;BR /&gt; left(Account, 1) as Account0&lt;BR /&gt; ,left(Account, 2) as Account1&lt;BR /&gt; ,left(Account, 3) as Account2&lt;BR /&gt; ,left(Account, 4) as Account3&lt;BR /&gt; ,Account as Account4&lt;BR /&gt; ,Name&lt;BR /&gt;resident Temp&lt;BR /&gt;where Indent = 4;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;drop table Temp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;See the example in attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 20:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209923#M64725</guid>
      <dc:creator />
      <dc:date>2010-06-30T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Accounts hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209924#M64726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nick for your quickly answer, it is very interesting but what I really need is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3618.Imagen.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3618.Imagen.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it with sql but need to know if is possible do it in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209924#M64726</guid>
      <dc:creator />
      <dc:date>2010-07-01T07:53:56Z</dc:date>
    </item>
    <item>
      <title>Accounts hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209925#M64727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing could be easier. See attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 13:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accounts-hierarchy/m-p/209925#M64727</guid>
      <dc:creator />
      <dc:date>2010-07-01T13:15:38Z</dc:date>
    </item>
  </channel>
</rss>

