<?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: Chart with Dimensions in different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402947#M149947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me skewed data, with figures way too low. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 12:49:26 GMT</pubDate>
    <dc:creator>gerhardl</dc:creator>
    <dc:date>2013-01-08T12:49:26Z</dc:date>
    <item>
      <title>Chart with Dimensions in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402944#M149944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields from two different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field 1 is the "Decision Date" and it comes from the Applications Table.&lt;/P&gt;&lt;P&gt;Field 2 is the "Date of First Purchase" and it comes from the Accounts Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a report in Excel (from QlikView data). In this report I have a chart which shows, PER DAY, what percentage of the accounts have Activated (made a purchase).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my attached image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have a straight table with Decision Date as dimension where I cumulatively count the applications. This gives my the campaign's Account Base Size per day.&lt;/P&gt;&lt;P&gt;2. I have a straight table with Date of First Purchase as dimension where I cumulatively count the Accounts. this gives me the number of Activated accounts per day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If on DAY 1 I have 100 accounts and 80 Activations, then the Activation Rate on DAY 1 is 80%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I calculate in excel doing a vLookup on the DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this in QlikView? I want one chart/table where I have a date, and I can see how many accounts I had at that time and how many are activated.&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>Tue, 08 Jan 2013 11:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402944#M149944</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2013-01-08T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with Dimensions in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402945#M149945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you give your dates fields the same name in both tables, then qlikview will be able to associate your tables. You can then use the date field as dimension in your chart and the expression Approvals/Accounts to calculate the activation rate. Or maybe rangesum(above(sum(Approval),0,rowno()))/rangesum(above(sum(Accounts),0,rowno())). It's not entirely clear to me what you're trying to calculate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 11:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402945#M149945</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-08T11:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with Dimensions in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402946#M149946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also playing around with this idea. I don't think it is technically "correct" but I don't really know why I think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to try this (but create a new key field on both tables) and see what happens. I'll have to rerun my QVD's so it will take an hour or so, then I'll see if it works and let you know.&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;P.S - are you Afrikaans or Dutch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 11:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402946#M149946</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2013-01-08T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with Dimensions in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402947#M149947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me skewed data, with figures way too low. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 12:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-Dimensions-in-different-tables/m-p/402947#M149947</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2013-01-08T12:49:26Z</dc:date>
    </item>
  </channel>
</rss>

