<?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 compare variables values in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209860#M500092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check &lt;A href="http://community.qlik.com/forums/p/38135/150223.aspx#150223" target="_blank" title="$(#variable) when variable is NULL: general script error, why?"&gt;this post&lt;/A&gt; about variables, expansion and evaluation.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 04:40:05 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-12T04:40:05Z</dc:date>
    <item>
      <title>compare variables values in script</title>
      <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209856#M500088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set v1='x';&lt;/P&gt;&lt;P&gt;if $(v1)='x' then&lt;/P&gt;&lt;P&gt;set v2='y';&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209856#M500088</guid>
      <dc:creator />
      <dc:date>2011-04-11T19:07:21Z</dc:date>
    </item>
    <item>
      <title>compare variables values in script</title>
      <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209857#M500089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are almost there, just don't expand the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;set v1='x'; if &lt;B&gt;v1&lt;/B&gt; ='x' then set v2='y';end if&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209857#M500089</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-11T19:10:55Z</dc:date>
    </item>
    <item>
      <title>compare variables values in script</title>
      <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209858#M500090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, expand the variable but surround it with quotes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if '$(v1)' = 'x' then&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 20:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209858#M500090</guid>
      <dc:creator />
      <dc:date>2011-04-11T20:54:17Z</dc:date>
    </item>
    <item>
      <title>compare variables values in script</title>
      <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209859#M500091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;just to understand, in general what is the difference between writing $(v1) and v1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 21:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209859#M500091</guid>
      <dc:creator />
      <dc:date>2011-04-11T21:30:08Z</dc:date>
    </item>
    <item>
      <title>compare variables values in script</title>
      <link>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209860#M500092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check &lt;A href="http://community.qlik.com/forums/p/38135/150223.aspx#150223" target="_blank" title="$(#variable) when variable is NULL: general script error, why?"&gt;this post&lt;/A&gt; about variables, expansion and evaluation.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 04:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-variables-values-in-script/m-p/209860#M500092</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-12T04:40:05Z</dc:date>
    </item>
  </channel>
</rss>

