<?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 a variable to store a mathematical funciton = &amp;gt; &amp;lt; etc. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551666#M549273</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 have the following graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tempgraphtemp.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51892_tempgraphtemp.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAX({&amp;lt;PatientID = PatientID+{'RefA', 'RefB'}&amp;gt;} &lt;/P&gt;&lt;P&gt;IF(PatientID='RefB' AND PositionProcess.Position='Middle', (TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(ProcessKey&amp;lt;&amp;gt;'0-1',&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle' and $(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt; $(GraphGroupOne),(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;If(PositionProcess.Position='Middle' and $(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;$(GraphGroupTwo),(TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle',(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;IF($(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;$(GraphGroupOne),0.0001,-0.0001)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have currently got $(GraphDimension) set to Gender and $(GraphGroupOne) set to 'Male' and $(GraphGroupTwo) set to 'Female'. This allows me to display the value above and below the axis based on gender. All is good so far.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the variables is so that the user can change the values within an input box and see different splits. The issue is in most some dimensions like 'Age' I don't just want equals to. I want to say IF....$(GraphDimension) &lt;SPAN style="color: #ff0000;"&gt;&amp;gt;&lt;/SPAN&gt; $(GraphGroupOne)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I then created two new variables $(TopSign) and $(BottomSign). If I then use an input box and put equals for both variables and replace the '=' in the script (highlighted in red) I get an error and the graph doesn't display. Similarly if I create a text box and just set the expression to the variable I get a '-' e.g. no valid data. However if I point the value to the other variables it works. If I look in the variable menu it has got the '=' stored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I might be able to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 12:23:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T12:23:53Z</dc:date>
    <item>
      <title>Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551666#M549273</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 have the following graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tempgraphtemp.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51892_tempgraphtemp.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAX({&amp;lt;PatientID = PatientID+{'RefA', 'RefB'}&amp;gt;} &lt;/P&gt;&lt;P&gt;IF(PatientID='RefB' AND PositionProcess.Position='Middle', (TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(ProcessKey&amp;lt;&amp;gt;'0-1',&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle' and $(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt; $(GraphGroupOne),(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;If(PositionProcess.Position='Middle' and $(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;$(GraphGroupTwo),(TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle',(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;IF($(GraphDimension)&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;$(GraphGroupOne),0.0001,-0.0001)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have currently got $(GraphDimension) set to Gender and $(GraphGroupOne) set to 'Male' and $(GraphGroupTwo) set to 'Female'. This allows me to display the value above and below the axis based on gender. All is good so far.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the variables is so that the user can change the values within an input box and see different splits. The issue is in most some dimensions like 'Age' I don't just want equals to. I want to say IF....$(GraphDimension) &lt;SPAN style="color: #ff0000;"&gt;&amp;gt;&lt;/SPAN&gt; $(GraphGroupOne)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I then created two new variables $(TopSign) and $(BottomSign). If I then use an input box and put equals for both variables and replace the '=' in the script (highlighted in red) I get an error and the graph doesn't display. Similarly if I create a text box and just set the expression to the variable I get a '-' e.g. no valid data. However if I point the value to the other variables it works. If I look in the variable menu it has got the '=' stored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I might be able to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551666#M549273</guid>
      <dc:creator />
      <dc:date>2014-01-22T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551667#M549274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about defining variable as =Chr(61) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551667#M549274</guid>
      <dc:creator />
      <dc:date>2014-01-22T12:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551668#M549275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does indeed work but ideally I want the user to be able to put an equals sign or a greater than sign into the box. I don't really want them to have to write the char value. Any way to get around this you can think of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 12:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551668#M549275</guid>
      <dc:creator />
      <dc:date>2014-01-22T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551669#M549276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try to create constrained input box with predefined values (symbols enclosed with quotes)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="input.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51894_input.png" /&gt;&lt;/P&gt;&lt;P&gt;and then use something like this in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=If($(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TopSign&lt;/SPAN&gt;)='=', Chr(61), $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TopSign&lt;/SPAN&gt;)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551669#M549276</guid>
      <dc:creator />
      <dc:date>2014-01-22T13:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551670#M549277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When putting the variable into your calculation, do &lt;EM&gt;not&lt;/EM&gt; put dollar sign expansion around it:&lt;/P&gt;&lt;P&gt;$(GraphDimension) TopSign $(GraphGroupOne)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$(GraphDimension) $(TopSign) $(GraphGroupOne)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551670#M549277</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551671#M549278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestions.&lt;A href="https://community.qlik.com/qlik-users/82848"&gt;Lukasz Mastalerz&lt;/A&gt; I have created a constrained listbox with values and have tweaked the formula as suggested by &lt;A href="https://community.qlik.com/qlik-users/77111"&gt;Nicole Smith&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;. This works for the following expressoin:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAX({&amp;lt;PatientID = PatientID+{'RefA', 'RefB'}&amp;gt;}&lt;/P&gt;&lt;P&gt;IF(PatientID='RefB' AND PositionProcess.Position='Middle', (TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(ProcessKey&amp;lt;&amp;gt;'0-1',&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle' and $(GraphDimension) &amp;amp; &lt;SPAN style="color: #00ff00;"&gt;TopSign&lt;/SPAN&gt; &amp;amp; $(GraphGroupOne),(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;If(PositionProcess.Position='Middle' and $(GraphDimension) &lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt; $(GraphGroupTwo),(TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle',(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;IF($(GraphDimension)&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;$(GraphGroupOne),0.0001,-0.0001)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I however also want to swap out the second function highlighted in Red. I have created a new variable in the same way as TopSign called Bottom Sign. If I try to put the value in there the expression works but no values fall into the '*-1' bucket. I'm not too sure why. Current the TopSign is set to an equals sign. Even if I copy and paste '&amp;amp; TopSign &amp;amp;' to replace the '=' it still fails to group anything with the '*-1' grouping. If however I keep it with a '=' it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 07:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551671#M549278</guid>
      <dc:creator />
      <dc:date>2014-01-24T07:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551672#M549279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you should have the ampersands around TopSign since you're not actually creating a string (it may show it as underlined in QV, but it isn't actually an error).&amp;nbsp; I think it should just look like this:&lt;/P&gt;&lt;P&gt;$(GraphDimension) &lt;SPAN style="color: #00ff00;"&gt;TopSign&lt;/SPAN&gt; $(GraphGroupOne)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing your expressions to look like that and see if it helps at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 13:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551672#M549279</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-24T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551673#M549280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately withing the ampersands doesn't seeme to work, If I use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAX({&amp;lt;PatientID = PatientID+{'RefA', 'RefB'}&amp;gt;} &lt;/P&gt;&lt;P&gt;IF(PatientID='RefB' AND PositionProcess.Position='Middle', (TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(ProcessKey&amp;lt;&amp;gt;'0-1',&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle' and $(GraphDimension)&amp;nbsp; TopSign&amp;nbsp; $(GraphGroupOne),(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;If(PositionProcess.Position='Middle' and $(GraphDimension) = $(GraphGroupTwo),(TimeBetweenEvents)*-1,&lt;/P&gt;&lt;P&gt;IF(PositionProcess.Position='Middle',(TimeBetweenEvents),&lt;/P&gt;&lt;P&gt;IF($(GraphDimension)=$(GraphGroupOne),0.0001,-0.0001)))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing is displayed on the graph (the only change I have made is to remove the ampersands).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 14:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551673#M549280</guid>
      <dc:creator />
      <dc:date>2014-01-24T14:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551674#M549281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tested it out in QV, and if you have in your variable TopSign just =, there is no way to return what it actually is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, try putting either TopSign or $(TopSign) in a textbox.&amp;nbsp; It returns null because QV automatically thinks the variable is a calculation because it starts with an equal sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get it to work if TopSign is &amp;gt;, &amp;lt;, &amp;gt;=, or &amp;lt;=, but I don't think it's possible for just =.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you'll need to go with &lt;A href="https://community.qlik.com/qlik-users/82848"&gt;Lukasz Mastalerz&lt;/A&gt;'s suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&amp;nbsp; Another suggestion would be to store the whole Gender = 'Male' in one variable instead of trying to store each separate part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 14:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551674#M549281</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-24T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Using a variable to store a mathematical funciton = &gt; &lt; etc.</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551675#M549282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a different combinations to what &lt;A href="https://community.qlik.com/qlik-users/77111"&gt;Nicole Smith&lt;/A&gt; and &lt;A href="https://community.qlik.com/qlik-users/82848"&gt;Lukasz Mastalerz&lt;/A&gt; have done, I think it can work. For your constraint list in your input box, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=';='&amp;gt;';='&amp;lt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, it treats it as a formula already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for your expression, evaluate the variable with $() and without using the ambersand like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(avg(Grade) $(vSign)&amp;nbsp; 40, avg(Grade))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This I think should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 14:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-variable-to-store-a-mathematical-funciton-gt-lt-etc/m-p/551675#M549282</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-24T14:44:56Z</dc:date>
    </item>
  </channel>
</rss>

