<?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: Using quotes in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846201#M1007512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&amp;nbsp; This helped &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 20:28:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-14T20:28:36Z</dc:date>
    <item>
      <title>Using quotes in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846197#M1007508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to define a variable to give a value like&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;trunc(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;pxcreatedatetime&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;&amp;gt;=to_date(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Courier;"&gt;'10/3/2014'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Courier;"&gt;'DD/MM/YYYY'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I am trying but it's not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;INCREMENTAL_EXP&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'WHERE trunc(pxcreatedatetime) &amp;gt;=' &amp;amp; 'to_date(' &amp;amp;'char(39)'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fieldValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('maxdate', 1) &amp;amp;'char(39)' &amp;amp; ')'; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above statement, maxdate gets resolved successfully to 10/3/2014.&amp;nbsp; I am looking for way to insert quotes before and after 10/3/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 18:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846197#M1007508</guid>
      <dc:creator />
      <dc:date>2015-05-12T18:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using quotes in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846198#M1007509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find it easiest to use a proxy character and then replace().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET INCREMENTAL_EXP = replace('WHERE trunc(pxcreatedatetime) &amp;gt;=to_date(|10/3/2014|,|DD/MM/YYYY|)','|',chr(39));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 18:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846198#M1007509</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-12T18:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using quotes in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846199#M1007510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&amp;nbsp; It works. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 19:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846199#M1007510</guid>
      <dc:creator />
      <dc:date>2015-05-12T19:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using quotes in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846200#M1007511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;INCREMENTAL_EXP&lt;/EM&gt;&lt;/STRONG&gt;='where trunc(pxcreatedatetime)&amp;gt;=to_date('&amp;amp;Chr(39)&amp;amp;Today()&amp;amp;Chr(39)&amp;amp;',''DD/MM/YYYY'')';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 19:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846200#M1007511</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-05-12T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using quotes in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846201#M1007512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&amp;nbsp; This helped &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 20:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quotes-in-variable/m-p/846201#M1007512</guid>
      <dc:creator />
      <dc:date>2015-05-14T20:28:36Z</dc:date>
    </item>
  </channel>
</rss>

