<?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: Removing synthetic table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381317#M701441</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 you give this a try.&lt;/P&gt;&lt;P&gt;1. Create a Master Calendar (with all the Year, Month, Day, etc. using autogenerate). &lt;/P&gt;&lt;P&gt;2. Dont link this to any of the tables in the data model.&lt;/P&gt;&lt;P&gt;3. Create similar Year, Month and Day fields in all the tables, respectively.&lt;/P&gt;&lt;P&gt;4. Now in the frontend in your expressions, you can use and if condition (set analysis preferred as it is faster) to compare the dates with the ones from the Master Calendar, for the respctive reports, so you get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 06:50:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-29T06:50:35Z</dc:date>
    <item>
      <title>Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381308#M701432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if someone can help me by just looking at the model I created but I want to remove the synthetic table somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It comes about when I bring in my master calendar. My other tables don't have a general "date" field so I used the Makedate() function and the field "CreatedDate" in each table to generate a date and call it Calendar.Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381308#M701432</guid>
      <dc:creator />
      <dc:date>2012-08-27T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381309#M701433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like all those date fields are different, they all represent different events. That means, that they need to be named differently. That will resolve the problem of the synthetic keys, but create another problem - you can't use a single Master Calendar anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know much about your business requirements, but generally speaking, you need to pick one date as the "main" date and link it to the Master Calendar, while other dates can be "secondary" and you can populate a subset of calendar fields (such as Year, Month) just for them as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, think of this - when the user selects Year and Month on top of the screen, what data do you want to get sleected - Accounts created in the selected Month? Or Opportunities? Or Quotes? You can't say "all of the above", because those are all different data sets. You have to pick one or another...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 23:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381309#M701433</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-08-27T23:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381310#M701434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How I'd deal with it:&lt;/P&gt;&lt;P&gt;Do not link Account Date and Contact Date to the calendar.&amp;nbsp; It is unlikely that these Dates are really important.&amp;nbsp; If needed, deal with it in front end expressions.&lt;/P&gt;&lt;P&gt;Concatenate Qoute, Opportunity, and Policy into one Fact table.&amp;nbsp; It is connected only to Master Calendar and to Account (logical tables in bold):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Master Calendar &lt;/STRONG&gt;- (Date) - &lt;STRONG&gt;Fact &lt;/STRONG&gt;- (AccountId) - &lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (AccountId) - &lt;STRONG&gt;Contact&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 01:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381310#M701434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T01:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381311#M701435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I concatenate all the tables to the "Account" table and then call each "createddate" as "CreateDate". Then take that new "CreatedDate" field and use the makedate() function with it and call that "Calendar.Date"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it and it seems to work. Should there be any drawbacks to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 12:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381311#M701435</guid>
      <dc:creator />
      <dc:date>2012-08-28T12:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381312#M701436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what would be the difference if I did what I said in my previous message with a left join instead of a concatenate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381312#M701436</guid>
      <dc:creator />
      <dc:date>2012-08-28T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381313#M701437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is correct &lt;STRONG&gt;technically&lt;/STRONG&gt; (if the only purpose is to remive Sync) - it is wrong &lt;STRONG&gt;logically&lt;/STRONG&gt;.&amp;nbsp; Read again the post from Oleg.&amp;nbsp; The question is - what you expect to see when you select August 2012?&amp;nbsp; With the new data model, you get accounts and contacts created in this month, and Opportunities/Quotes/Policies for this month as well. You cannot answer a simple question like "show me Opportunities created in August 2012 by any Account", because the Accounts will be restricted to these create in August 2012 as well.&amp;nbsp; I doubt that this is what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381313#M701437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381314#M701438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to provide the user with he least clicks possible to do a data reduction but what you're saying is I can choose less clicks but get less dynamic data reduction. Or have more clicks and get more dynamic data reduction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381314#M701438</guid>
      <dc:creator />
      <dc:date>2012-08-28T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381315#M701439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your suggestion would be like the following sample. Where Account and Contact are by themselves, and would have their own date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Opportunity, Quote, and Policy are concatenated into one table and linked with the master calendar by the CreatedDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 20:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381315#M701439</guid>
      <dc:creator />
      <dc:date>2012-08-28T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381316#M701440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what I mean.&amp;nbsp; hope it will work for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 00:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381316#M701440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T00:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381317#M701441</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 you give this a try.&lt;/P&gt;&lt;P&gt;1. Create a Master Calendar (with all the Year, Month, Day, etc. using autogenerate). &lt;/P&gt;&lt;P&gt;2. Dont link this to any of the tables in the data model.&lt;/P&gt;&lt;P&gt;3. Create similar Year, Month and Day fields in all the tables, respectively.&lt;/P&gt;&lt;P&gt;4. Now in the frontend in your expressions, you can use and if condition (set analysis preferred as it is faster) to compare the dates with the ones from the Master Calendar, for the respctive reports, so you get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 06:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381317#M701441</guid>
      <dc:creator />
      <dc:date>2012-08-29T06:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381318#M701442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this occasionally as well.&amp;nbsp; The drawback here is the front-end performance, hence the solution is acceptable for a comparatively small data sets.&amp;nbsp; That may be the case here, we don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381318#M701442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T10:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381319#M701443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me an example of a set analysis equation to do this? I'm not very familiar with syntax and process of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help throughout this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381319#M701443</guid>
      <dc:creator />
      <dc:date>2012-08-29T11:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Removing synthetic table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381320#M701444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, I attached what my ultimate goal will be for using this model. Kind of curious if you have any ideas on how to do this as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to try and do this with a funnel chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where a Lead = a count of all Opportunities with a created date in the current year to date. (ie Opportunity.CreatedDate) Same goes for Last year to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where a Quote = a count of all Opportunities with a Quote total (ie Quote.GrandTotal) &amp;gt; 0 and then referencing the Lead for everything current year to date and then last year to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as you might see, leads = 20851 (YTD) in my report and then OF THOSE 20851 leads, 16829 then become Quotes. It all flows downward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to how to put these buckets and formats into a funnel chart? I understand that YTD and LYTD will be in different graphs. Plus the variances will be too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 18:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-synthetic-table/m-p/381320#M701444</guid>
      <dc:creator />
      <dc:date>2012-08-29T18:47:53Z</dc:date>
    </item>
  </channel>
</rss>

