<?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: 2 Calendar object in one selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334360#M460068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would ask you to write something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date_A = {"&amp;gt;=$(Period_A_From) &amp;lt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_A_To&lt;/SPAN&gt;)"}, Date_B = {"&amp;gt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_B_From&lt;/SPAN&gt;) &amp;lt;= $(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_B_To&lt;/SPAN&gt;)"}&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 16:48:11 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-07-05T16:48:11Z</dc:date>
    <item>
      <title>2 Calendar object in one selection</title>
      <link>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334359#M460067</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;in my model i use calendar object to select date range dynamically,&lt;/P&gt;&lt;P&gt;i want to enhance that and compare values between different dates &lt;/P&gt;&lt;P&gt;Date_A and Date_B are originally Date field loaded with alias to use two Calendar object.&lt;/P&gt;&lt;P&gt;all is working well separately but when selecting both, first selection drops off the current selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use below expressions in the table but only one can work at the time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date_A &lt;/SPAN&gt;=&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date_B &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="2 Calendar object.jpg" class="jive-image image-1" src="/legacyfs/online/169202_2 Calendar object.jpg" style="height: 47px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334359#M460067</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2017-07-05T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Calendar object in one selection</title>
      <link>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334360#M460068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would ask you to write something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date_A = {"&amp;gt;=$(Period_A_From) &amp;lt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_A_To&lt;/SPAN&gt;)"}, Date_B = {"&amp;gt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_B_From&lt;/SPAN&gt;) &amp;lt;= $(&lt;SPAN style="font-size: 13.3333px;"&gt;Period_B_To&lt;/SPAN&gt;)"}&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 16:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334360#M460068</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-05T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Calendar object in one selection</title>
      <link>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334361#M460069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anil, thanks for your swift replay.&lt;/P&gt;&lt;P&gt;solved it with below expressions &lt;/P&gt;&lt;P&gt;period a&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;date_a={"&amp;lt;=$(vEndDate)&amp;gt;=$(vStartDate)"}&amp;gt;}amount)&lt;/P&gt;&lt;P&gt;period b&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;date_b&lt;/SPAN&gt;={"&amp;lt;=$(vRangeEnd)&amp;gt;=$(vRangeStart)"}&amp;gt;}&lt;SPAN style="font-size: 13.3333px;"&gt;amount&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 06:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334361#M460069</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2017-07-06T06:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Calendar object in one selection</title>
      <link>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334362#M460070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This make sense and i would ask you to write like below for next KT person&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;period a&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({$&amp;lt;date_a={"&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vStartDate&lt;/SPAN&gt;)&amp;lt;=$(vEndDate)"}&amp;gt;}amount)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;period b&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;date_b&lt;/SPAN&gt;={"&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vRangeStart&lt;/SPAN&gt;)&amp;lt;=$(vRangeEnd)"}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;amount&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 07:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-Calendar-object-in-one-selection/m-p/1334362#M460070</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-06T07:02:03Z</dc:date>
    </item>
  </channel>
</rss>

