<?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: Link table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020089#M345197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj Ahlawat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your prompt response, I tried it but no luck, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 12:19:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-18T12:19:42Z</dc:date>
    <item>
      <title>Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020087#M345195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get a link table with 3 date fields and then I want to map this link table with master calendar, master calendar should has Week end and week start dates.&lt;/P&gt;&lt;P&gt;to achieve this I&amp;nbsp; have concatenated the three date fields as a single date and then I have mapped it with master calendar, in the master calendar I have calculated week end and week start date.&lt;/P&gt;&lt;P&gt;now I would like to use this week end date&amp;nbsp; in a straight table as dimension and the expression count of Item id&amp;nbsp; when&lt;STRONG&gt; Invoice Date is &amp;lt;= week ending date and the Sale Date &amp;gt; the week ending date or the Accounting Period Sale = 0. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it but I am not getting correct results , can any one help on this how to get the Count of Item id. for every weekend&amp;nbsp; according to the above condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020087#M345195</guid>
      <dc:creator />
      <dc:date>2016-01-18T12:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020088#M345196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count( distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;([&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Invoice Date] &amp;lt;= [Week Ending Date] and SalesDate &amp;gt; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Week Ending Date])&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; or [Accounting Period Sale]=0, ItemId))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count( distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Week Ending Date] &amp;gt;= &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Invoice Date] &lt;/STRONG&gt;&lt;/STRONG&gt; and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Week Ending Date] &amp;lt; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesDate&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or [Accounting Period Sale]=0, ItemId))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020088#M345196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T12:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020089#M345197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj Ahlawat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your prompt response, I tried it but no luck, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020089#M345197</guid>
      <dc:creator />
      <dc:date>2016-01-18T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020090#M345198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure, Format of all the date fields should be common&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, share a sample app? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020090#M345198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020091#M345199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these as well, might be helpful for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/164433"&gt;Comparing 2 date fields set analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/49465"&gt;Comparing date field with variable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020091#M345199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T12:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020092#M345200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a great tutorial by Rob Wunderlich on the Qlikview Cookbook blog regarding common calendars and comparisons between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/download/tutorial-using-common-date-dimensions/" title="http://qlikviewcookbook.com/download/tutorial-using-common-date-dimensions/"&gt;http://qlikviewcookbook.com/download/tutorial-using-common-date-dimensions/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020092#M345200</guid>
      <dc:creator>cn_sa_dev</dc:creator>
      <dc:date>2016-01-18T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020093#M345201</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;If possible post some sample data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020093#M345201</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-18T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020094#M345202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or have a look at this blog posting from HC:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020094#M345202</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-18T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Link table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020095#M345203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5834"&gt;Linking to two or more dates&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table/m-p/1020095#M345203</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-18T14:11:23Z</dc:date>
    </item>
  </channel>
</rss>

