<?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 Concat between 2 calander objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat-between-2-calander-objects/m-p/380315#M1167045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, I'm new to Qlikview and come across a stumbling block (QlikView 10). &lt;/P&gt;&lt;P&gt;I have 2 calander objects (StartDate and EndDate) and when i select the dates I want to populat the current selections box with all the dates between the 2dates so that a standard table box is filtered (I tried using set Analysis on a Streight table but i need to format alot of columns so this does not give the desired result). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get round this I am trying to create a trigger so when the end date is selected it will select and concat all of the dates between the StartDate and End Date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data i am working with is just a standard daily date (eg. 01/07/2012)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code i have created so far is below. If you can help in any way i would be really grateful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= Concat(distinct(DailyRevenueDate),'|')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // this conactenates my date successfuklly so just need to add the between dates&lt;BR /&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; DailyRevenueDate = {'&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(EndDate))'}&amp;gt;}),'|') // this code returns no results&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 10:30:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-23T10:30:29Z</dc:date>
    <item>
      <title>Concat between 2 calander objects</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-between-2-calander-objects/m-p/380315#M1167045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, I'm new to Qlikview and come across a stumbling block (QlikView 10). &lt;/P&gt;&lt;P&gt;I have 2 calander objects (StartDate and EndDate) and when i select the dates I want to populat the current selections box with all the dates between the 2dates so that a standard table box is filtered (I tried using set Analysis on a Streight table but i need to format alot of columns so this does not give the desired result). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get round this I am trying to create a trigger so when the end date is selected it will select and concat all of the dates between the StartDate and End Date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data i am working with is just a standard daily date (eg. 01/07/2012)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code i have created so far is below. If you can help in any way i would be really grateful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= Concat(distinct(DailyRevenueDate),'|')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // this conactenates my date successfuklly so just need to add the between dates&lt;BR /&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; DailyRevenueDate = {'&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(EndDate))'}&amp;gt;}),'|') // this code returns no results&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 10:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-between-2-calander-objects/m-p/380315#M1167045</guid>
      <dc:creator />
      <dc:date>2012-08-23T10:30:29Z</dc:date>
    </item>
  </channel>
</rss>

