<?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 date selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341535#M1178606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have an issue with a date selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have this static dimension expresion in a graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DEALS.end_date &amp;gt; '&lt;STRONG&gt;07/03/2012&lt;/STRONG&gt;',DEALS.deal_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is replace the &lt;STRONG&gt;static date value&lt;/STRONG&gt; for samething more dinamic. I tried to create a button but i couldn't&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2012 17:01:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-07T17:01:06Z</dc:date>
    <item>
      <title>date selection</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341535#M1178606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have an issue with a date selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have this static dimension expresion in a graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DEALS.end_date &amp;gt; '&lt;STRONG&gt;07/03/2012&lt;/STRONG&gt;',DEALS.deal_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is replace the &lt;STRONG&gt;static date value&lt;/STRONG&gt; for samething more dinamic. I tried to create a button but i couldn't&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 17:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection/m-p/341535#M1178606</guid>
      <dc:creator />
      <dc:date>2012-03-07T17:01:06Z</dc:date>
    </item>
    <item>
      <title>date selection</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341536#M1178607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add single quotes to your calculated dimension conditional, the end_date in the table should be limited to the entered date in the input box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(DEALS.end_date=&lt;STRONG&gt;'$(vFecha)'&lt;/STRONG&gt;,DEALS.deal_id)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use other comparison operators, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(DEALS.end_date &amp;gt; &lt;STRONG&gt;'$(vFecha)'&lt;/STRONG&gt;,DEALS.deal_id)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 17:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection/m-p/341536#M1178607</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-07T17:18:51Z</dc:date>
    </item>
    <item>
      <title>date selection</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341537#M1178608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to do samething like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(DEALS.end_date &amp;gt; &lt;STRONG&gt;vFecha&lt;/STRONG&gt;,DEALS.deal_id), &lt;/EM&gt;but i was wrong in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the .qvw file i tried to create a buttom with this expresion:&lt;/P&gt;&lt;P&gt;='=match(DEALS.end_date,$(vFecha))' but not found. What im doing wrong in the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks one more time.....&lt;/P&gt;&lt;P&gt;gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 17:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection/m-p/341537#M1178608</guid>
      <dc:creator />
      <dc:date>2012-03-07T17:48:51Z</dc:date>
    </item>
    <item>
      <title>date selection</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341538#M1178609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as search string in your button action:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=DEALS.end_date='&amp;amp;chr(39)&amp;amp;'$(vFecha)'&amp;amp;chr(39)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 18:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection/m-p/341538#M1178609</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-07T18:17:08Z</dc:date>
    </item>
    <item>
      <title>date selection</title>
      <link>https://community.qlik.com/t5/QlikView/date-selection/m-p/341539#M1178610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as alwyas you have the answer.......great!&lt;/P&gt;&lt;P&gt;thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 18:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-selection/m-p/341539#M1178610</guid>
      <dc:creator />
      <dc:date>2012-03-07T18:30:32Z</dc:date>
    </item>
  </channel>
</rss>

