<?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: mapping tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440283#M1163466</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 would concatenate the 3 tables.&lt;/P&gt;&lt;P&gt;change the name of the charge, extra charge and&amp;nbsp; other charge to Amount and add an extra charge type:&lt;/P&gt;&lt;P&gt;and you can sum the amount by using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;charge as Amount,&lt;/P&gt;&lt;P&gt;dates ,&lt;/P&gt;&lt;P&gt;'charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from charge_table;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[extra charge] as Amount,&lt;/P&gt;&lt;P&gt;dates,&lt;/P&gt;&lt;P&gt;'extra charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from extra_charge_table;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[othercharge] as Amount,&lt;/P&gt;&lt;P&gt;dates,&lt;/P&gt;&lt;P&gt;'other charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from other_charge_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 19:20:43 GMT</pubDate>
    <dc:creator>alexpanjhc</dc:creator>
    <dc:date>2012-10-22T19:20:43Z</dc:date>
    <item>
      <title>mapping tables</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440280#M1163463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three tables contains,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;charges&lt;/P&gt;&lt;P&gt;extra charges&lt;/P&gt;&lt;P&gt;other charges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these three tables has diffrent table structre and diffrent colums, so it difficult to union them in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these charges has date say charge date, extra charge date, other charge date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created calender tables uing all three tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to display total charge &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;charge+extra charge+other charge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so there how to set a calender (date filter) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can use common date by renaming there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have use other filtters and if i do so when some one clik a filter the values are not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440280#M1163463</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2012-10-22T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: mapping tables</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440281#M1163464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anuradhaa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rename all equivalent fields to the same field name on the three tables. Example: charge, extra charge and&amp;nbsp; other charge renamed to a new field called "charge", then concatenate the tables using concatenate() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 16:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440281#M1163464</guid>
      <dc:creator>jeffmartins</dc:creator>
      <dc:date>2012-10-22T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: mapping tables</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440282#M1163465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u post the 3 tables cols?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 17:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440282#M1163465</guid>
      <dc:creator />
      <dc:date>2012-10-22T17:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: mapping tables</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440283#M1163466</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 would concatenate the 3 tables.&lt;/P&gt;&lt;P&gt;change the name of the charge, extra charge and&amp;nbsp; other charge to Amount and add an extra charge type:&lt;/P&gt;&lt;P&gt;and you can sum the amount by using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;charge as Amount,&lt;/P&gt;&lt;P&gt;dates ,&lt;/P&gt;&lt;P&gt;'charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from charge_table;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[extra charge] as Amount,&lt;/P&gt;&lt;P&gt;dates,&lt;/P&gt;&lt;P&gt;'extra charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from extra_charge_table;&lt;/P&gt;&lt;P&gt;concatenate(A)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[othercharge] as Amount,&lt;/P&gt;&lt;P&gt;dates,&lt;/P&gt;&lt;P&gt;'other charge' as charge_type,&lt;/P&gt;&lt;P&gt;other fields for your filter needs&lt;/P&gt;&lt;P&gt;from other_charge_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 19:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440283#M1163466</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2012-10-22T19:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: mapping tables</title>
      <link>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440284#M1163467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This video will help immensely &lt;A href="http://qlikshare.com/?s=Mapping"&gt;http://qlikshare.com/?s=Mapping&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mapping-tables/m-p/440284#M1163467</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2012-10-22T20:05:24Z</dc:date>
    </item>
  </channel>
</rss>

