<?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: Common calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460151#M568089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Flag={'&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Monthly &lt;/SPAN&gt;'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={'Daily'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={'target'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Oct 2012 16:12:40 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-10-27T16:12:40Z</dc:date>
    <item>
      <title>Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460146#M568084</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;I have 3 transaction tables:&lt;/P&gt;&lt;P&gt;1)Daily sales&lt;/P&gt;&lt;P&gt;2)monthly sales&lt;/P&gt;&lt;P&gt;3)target sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create common calendar for this, what filed i have to use in my reports expressions.&lt;/P&gt;&lt;P&gt;My date field is only one that is "SalesUploadDate".Please find the attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone know this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460146#M568084</guid>
      <dc:creator />
      <dc:date>2012-10-27T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460147#M568085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TempCal:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date as CommonDate&lt;/P&gt;&lt;P&gt;from Daily sales&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date as CommonDate&lt;/P&gt;&lt;P&gt;from Monthly sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Datefield as CommonDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from target sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCal:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commondate,&lt;/P&gt;&lt;P&gt;Year(Commondate) as CommonYear&lt;/P&gt;&lt;P&gt;Month(Commondate) as CommonMonth,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;resident TempCal;&lt;/P&gt;&lt;P&gt;drop table&amp;nbsp; TempCal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can calculate any field from Commondate in Mater Cal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460147#M568085</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-10-27T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460148#M568086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a dought,in my reports i am calculating one column is for monthly sales it is from monthly sales table,&lt;/P&gt;&lt;P&gt;one column is for target for months it is from target table,one column for daily sales it is from daily sales table.&lt;/P&gt;&lt;P&gt;which field i have to consider for different columns,it will get duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460148#M568086</guid>
      <dc:creator />
      <dc:date>2012-10-27T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460149#M568087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you try using flag for all three tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthly as flag&lt;/P&gt;&lt;P&gt;daily as Flag&lt;/P&gt;&lt;P&gt;target as flag in all three table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and calculate your sales based ion flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460149#M568087</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-10-27T15:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460150#M568088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThankYou SK C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i have one example for this and example for expression how to write in the chart level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For understanding the concept,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460150#M568088</guid>
      <dc:creator />
      <dc:date>2012-10-27T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460151#M568089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Flag={'&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Monthly &lt;/SPAN&gt;'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={'Daily'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={'target'}&amp;gt;}SalesAmountFiled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 16:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460151#M568089</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-10-27T16:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460152#M568090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou SK C,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2012 16:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460152#M568090</guid>
      <dc:creator />
      <dc:date>2012-10-27T16:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460153#M568091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, SK C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the solution. You concatenated three tables. &lt;/P&gt;&lt;P&gt;Monthly&lt;/P&gt;&lt;P&gt;Daily&lt;/P&gt;&lt;P&gt;Target.&lt;/P&gt;&lt;P&gt;Among these three tables Target table fields are not maching with daily and monthly table fields. So can you tell me how can we concatente if there are dissimilar &lt;/P&gt;&lt;P&gt;fileds b/w two fileds. Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 10:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460153#M568091</guid>
      <dc:creator />
      <dc:date>2012-11-08T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Common calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460154#M568092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can concatenate without field mapping also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 10:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-calendar/m-p/460154#M568092</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-11-08T10:59:40Z</dc:date>
    </item>
  </channel>
</rss>

