<?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 Search with greater than &amp;quot;&amp;gt;&amp;quot; variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198088#M57512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also "&amp;gt; $(vAGE_TRES)" does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 16:54:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-30T16:54:12Z</dc:date>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198086#M57510</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;I wanted to create a button that specifies a search on a field.&lt;/P&gt;&lt;P&gt;The field is "AGE" and the search should be "&amp;gt; vAGE_TRES".&lt;/P&gt;&lt;P&gt;"vAGE_TRES" is a variable and defined as 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that it does not work! When I specifiy "= vAGE_TRES" it accepts the variable and its value, but when I use greater than "&amp;gt;" it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 16:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198086#M57510</guid>
      <dc:creator />
      <dc:date>2010-03-30T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198087#M57511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your search probably should be&lt;/P&gt;&lt;P&gt;"&amp;gt; $(vAGE_TRES)"&lt;/P&gt;&lt;P&gt;That will change your variable back to a number&lt;/P&gt;&lt;P&gt;= is probably working as a string compare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 16:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198087#M57511</guid>
      <dc:creator />
      <dc:date>2010-03-30T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198088#M57512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also "&amp;gt; $(vAGE_TRES)" does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 16:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198088#M57512</guid>
      <dc:creator />
      <dc:date>2010-03-30T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198089#M57513</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 think you can use a macro to solve the problem something like this in VBS:&lt;/P&gt;&lt;P&gt;sub searching&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; SET f = ActiveDocument.GetField ("YOURFIELD")&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;f.Select "YourVariable "&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;Maybe it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 20:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198089#M57513</guid>
      <dc:creator />
      <dc:date>2010-03-30T20:42:15Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198090#M57514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming you are using a V9 action of "Select in Field". Try the following as the Search String in the Action:&lt;/P&gt;&lt;P&gt;='&amp;gt;$(vAGE_TRES)'&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 02:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198090#M57514</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-03-31T02:13:00Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198091#M57515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi, you an use the following as a macro in your application&lt;/P&gt;&lt;P&gt;sub period&lt;/P&gt;&lt;P&gt;str = ActiveDocument.Variables("vAGE_TRES").GetContent.String&lt;/P&gt;&lt;P&gt;mySelect= "&amp;gt;" &amp;amp; str&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Age").Select mySelect&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198091#M57515</guid>
      <dc:creator />
      <dc:date>2010-03-31T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198092#M57516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob, your solution&lt;/P&gt;&lt;P&gt;='&amp;gt;$(vAGE_TRES)'&lt;/P&gt;&lt;P&gt;worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't try the macro yet.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198092#M57516</guid>
      <dc:creator />
      <dc:date>2010-03-31T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198093#M57517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it as well, and it works like a charm......tried for hours and always ended in a dead end street.&lt;/P&gt;&lt;P&gt;Can you maybe explain what the $ does in the equation?&lt;/P&gt;&lt;P&gt;Thanks - Coert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 14:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198093#M57517</guid>
      <dc:creator>coert</dc:creator>
      <dc:date>2010-04-21T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Search with greater than "&gt;" variable</title>
      <link>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198094#M57518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The $ just evaluates the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 08:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-with-greater-than-quot-gt-quot-variable/m-p/198094#M57518</guid>
      <dc:creator />
      <dc:date>2010-05-04T08:25:08Z</dc:date>
    </item>
  </channel>
</rss>

