<?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 Using greater than as a variable from inputbox inside set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848091#M297623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The title might be confusing so I will clarify. I have 2 inputboxes. The first inputbox contains (&amp;gt;, =, ) . The second inputbox will accept number of Days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: User picks '&amp;gt;=' from a dropdown select and 5 as number of days. It will store both values as variables. Instead of using '&amp;gt;=' as in the formula below, I want to put the '&amp;gt;=' in the stored variable in its place instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Year] = {2012},&lt;/P&gt;&lt;P&gt;[Days between shipping] = {"&amp;gt;=$(=$(vDays))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;}[Revenue])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried various ways so posting for help was my last option. Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 14:28:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-08T14:28:56Z</dc:date>
    <item>
      <title>Using greater than as a variable from inputbox inside set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848091#M297623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The title might be confusing so I will clarify. I have 2 inputboxes. The first inputbox contains (&amp;gt;, =, ) . The second inputbox will accept number of Days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: User picks '&amp;gt;=' from a dropdown select and 5 as number of days. It will store both values as variables. Instead of using '&amp;gt;=' as in the formula below, I want to put the '&amp;gt;=' in the stored variable in its place instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Year] = {2012},&lt;/P&gt;&lt;P&gt;[Days between shipping] = {"&amp;gt;=$(=$(vDays))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;}[Revenue])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried various ways so posting for help was my last option. Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848091#M297623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using greater than as a variable from inputbox inside set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848092#M297624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848092#M297624</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-08T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using greater than as a variable from inputbox inside set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848093#M297625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will suggest don't use inputbox for operator selection give user a list box for that just load inline &lt;/P&gt;&lt;P&gt;all operator which you want to give as option so that user can maintain integrity as well (avoid typo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create a variable with &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vOperator&lt;/SPAN&gt;=GetFieldSelections(Operator)&lt;/P&gt;&lt;P&gt;then use variable in your set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; $(vOperator) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Operator is column name &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848093#M297625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using greater than as a variable from inputbox inside set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848094#M297626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Acutally, I set mine up as dropdown select with predefined values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 17:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-greater-than-as-a-variable-from-inputbox-inside-set/m-p/848094#M297626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T17:03:28Z</dc:date>
    </item>
  </channel>
</rss>

