<?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: Create a new table with a new key from an existent table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1543946#M439665</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one, hope this is what you needed&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;&lt;SPAN&gt;id_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tax_owed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tax_paid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;type_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;type_operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..\..\taxes.xlsx&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Qualify *;&lt;BR /&gt;UNQUALIFY id_company;&lt;/P&gt;&lt;P&gt;Good:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Resident A&lt;BR /&gt;where type_company = 'Good';&lt;/P&gt;&lt;P&gt;Bad:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Resident A&lt;BR /&gt;where type_company = 'Bad';&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 22:24:47 GMT</pubDate>
    <dc:creator>bharathadde</dc:creator>
    <dc:date>2019-02-13T22:24:47Z</dc:date>
    <item>
      <title>Create a new table with a new key from an existent table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1542528#M439544</link>
      <description>&lt;P&gt;Good day, pals!&lt;/P&gt;&lt;P&gt;I have a table like this&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;id_company,&lt;BR /&gt;name_company,&lt;BR /&gt;tax_owed,&lt;BR /&gt;tax_paid,&lt;BR /&gt;type_company,&lt;BR /&gt;type_operation&lt;BR /&gt;FROM&lt;BR /&gt;..\..\taxes.xlsx&lt;/P&gt;&lt;P&gt;It looks so:&lt;/P&gt;&lt;P&gt;0001 Blue Co. 100 100 Good 01&lt;BR /&gt;0002 Yelow Co. 200 100 Bad 00&lt;BR /&gt;0003 Red Co. 150 50 Bad 01&lt;BR /&gt;0004 White Co. 200 100 Bad 01&lt;BR /&gt;0005 Black Co. 120 120 Good 00&lt;BR /&gt;0005 Green Co. 130 130 Good 00&lt;BR /&gt;0006 Pink Co. 125 25 Bad 00&lt;BR /&gt;0007 Silver Co. 180 90 Bad 00&lt;/P&gt;&lt;P&gt;I'd like to create 2 tables&lt;/P&gt;&lt;P&gt;Taxes:&lt;BR /&gt;0001 Blue Co. 100 100 1 01&lt;BR /&gt;0002 Yelow Co. 200 100 2 00&lt;BR /&gt;0003 Red Co. 150 50 2 01&lt;BR /&gt;0004 White Co. 200 100 2 01&lt;BR /&gt;0005 Black Co. 120 120 1 00&lt;BR /&gt;0005 Green Co. 130 130 1 00&lt;BR /&gt;0006 Pink Co. 125 25 2 00&lt;BR /&gt;0007 Silver Co. 180 90 2 00&lt;/P&gt;&lt;P&gt;Type:&lt;BR /&gt;1 Good&lt;BR /&gt;2 Bad&lt;/P&gt;&lt;P&gt;For this second table I had to create a sequencial id_field (a key)&lt;BR /&gt;I'm really beginner on QlickView, but soon I'll be colaborating, too.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1542528#M439544</guid>
      <dc:creator>cristian_p_labra</dc:creator>
      <dc:date>2024-11-16T21:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new table with a new key from an existent table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1543946#M439665</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one, hope this is what you needed&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;&lt;SPAN&gt;id_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tax_owed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tax_paid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;type_company,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;type_operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..\..\taxes.xlsx&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Qualify *;&lt;BR /&gt;UNQUALIFY id_company;&lt;/P&gt;&lt;P&gt;Good:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Resident A&lt;BR /&gt;where type_company = 'Good';&lt;/P&gt;&lt;P&gt;Bad:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;Resident A&lt;BR /&gt;where type_company = 'Bad';&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 22:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1543946#M439665</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-02-13T22:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new table with a new key from an existent table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1544862#M439768</link>
      <description>Thank you very much. I'll try this.</description>
      <pubDate>Fri, 15 Feb 2019 10:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-new-table-with-a-new-key-from-an-existent-table/m-p/1544862#M439768</guid>
      <dc:creator>cristian_p_labra</dc:creator>
      <dc:date>2019-02-15T10:44:24Z</dc:date>
    </item>
  </channel>
</rss>

