<?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: Two Databases | Seperated by Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989934#M963367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do a Intervalmatch to get a solution...testing it...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 13:03:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-29T13:03:52Z</dc:date>
    <item>
      <title>Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989926#M963357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on my chart as of this date count all the records from the DB1 and from this date count the records from DB2.eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cut off date is June 25th,2014.If one clicks on 2014 ( filter based on year from date dimension) to find how many orders for 2014 then it should be give 100 and at the same time if I click on July 2014 it should populate all the records from Jan 1st to July 30 but certainly not only the July data...ie I need as of July how many orders had been completed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989926#M963357</guid>
      <dc:creator />
      <dc:date>2015-10-15T18:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989927#M963358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I think you are trying to calculate YTD. Year to date analysis.. Refer this &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/docs/DOC-6163"&gt;YTQ, QTD, MTD and WTD&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989927#M963358</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-15T18:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989928#M963361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the doc.. My data is wrong when i try to roll it up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Years&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EFFDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Num(MonthStart(Max(Date))))&amp;lt;=$(=Max(Date))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;orders&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;any help is appreciated..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;eg:- Once i clicked on 2014 the month records are showing up as 187 but when i click on the 2014 Jan the month records scrolls down to 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;am i making any sense or completely doing the wrong way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanks for your help&lt;IMG alt="Error.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102158_Error.PNG" style="height: auto;" /&gt;&lt;IMG alt="Error_Month.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/102159_Error_Month.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 22:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989928#M963361</guid>
      <dc:creator />
      <dc:date>2015-10-15T22:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989929#M963362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a issue with Point in time data using Set Analysis.It does not show up the right info even thou the logic is correct...Any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989929#M963362</guid>
      <dc:creator />
      <dc:date>2015-10-19T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989930#M963363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be very helpful if you could prepare and post an example document that shows this erroneous behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989930#M963363</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-19T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989931#M963364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you talking about QVD? If yes,i need to trim down values as it does have lots of rows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the example for the Point in Time of the year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EFFDT is the date coming in from date dimension : &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TempDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EFFDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt; : which is tied to date in most of the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emplid is the no of employees based on effective dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Years&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EFFDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Num(YearStart(Max(Date))))&amp;lt;=$(=Max(Date))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EMPLID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;req: if my 2014 active employees is 200&amp;nbsp; but on jan 15th the active employees is 10,and jan 30th is I have 23 employees active and as a whole I have for jan I have 28 (considering some left) so when I click on jan it should show 28 rather 33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thinking of intervalmatch (will it be effective) than set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989931#M963364</guid>
      <dc:creator />
      <dc:date>2015-10-19T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989932#M963365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm talking about a QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989932#M963365</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-19T16:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989933#M963366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Post your qvw if possible, or post some model with the same structure and clearly post your problem. Many experts are ready in answering to freshers like us. So kindly post your problem with a model qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 05:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989933#M963366</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-20T05:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Two Databases | Seperated by Date</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989934#M963367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do a Intervalmatch to get a solution...testing it...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Databases-Seperated-by-Date/m-p/989934#M963367</guid>
      <dc:creator />
      <dc:date>2015-10-29T13:03:52Z</dc:date>
    </item>
  </channel>
</rss>

