<?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: Environment Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413001#M801417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This IF statement will always be true my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Because your variable is also ComputerName()... Did you mean this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vServerName =&lt;SPAN style="color: #ff0000;"&gt; 'Devservername'&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF ComuterName() = '$(vServerName)' then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\100.10.0.10';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\1001.11.0.11';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 13:11:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-11-17T13:11:09Z</dc:date>
    <item>
      <title>Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412995#M801411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a environment variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually we are doing development in test server then we move to prod sever.&lt;/P&gt;&lt;P&gt;Application has path like [\\100.10.0.10\Qlikview\Data\filename.xls] --------- in test server&lt;/P&gt;&lt;P&gt;Whenever I move to prod it will get failed due to path error, prod server (IP) name is different, path should be like this [\\1001.11.0.11\Qlikview\Data\filename.xls]'----- in prod server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I created environment variable like as&lt;/P&gt;&lt;P&gt;&lt;/P&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;vServerName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;();&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;IF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Devservername' &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;then&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vEnv&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '\\100.10.0.10';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;else&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vEnv&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '\\1001.11.0.11';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;ENDIF &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG style=": ; font-size: 8pt;"&gt;However its not working, it execute always else condition (actually vEnv should contain &lt;A href="https://community.qlik.com/" target="_blank"&gt;&lt;SPAN style="color: #333333;"&gt;\\100.10.0.10&lt;/SPAN&gt;&lt;/A&gt; but it contain &lt;A href="https://community.qlik.com/" target="_blank"&gt;&lt;SPAN style="color: #333333;"&gt;\\1001.11.0.11&lt;/SPAN&gt;&lt;/A&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG style=": ; font-size: 8pt;"&gt;There is any mistake in the code.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG style=": ; font-size: 8pt;"&gt;Could you please assist on this.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG style=": ; font-size: 8pt;"&gt;Thanks,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG style=": ; font-size: 8pt;"&gt;Nihhal.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412995#M801411</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412996#M801412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You meant this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vServerName = ComputerName();&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;IF&lt;SPAN style="color: #ff0000;"&gt; $(vServerName)&lt;/SPAN&gt; = 'Devservername' then&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET vEnv = '\\100.10.0.10';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;else &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET vEnv = '\\1001.11.0.11';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412996#M801412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412997#M801413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;IF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ComputerName()&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; = 'Devservername' &lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;then&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412997#M801413</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-11-17T12:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412998#M801414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny, even not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412998#M801414</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2017-11-17T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412999#M801415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be put the variable within single quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vServerName = ComputerName();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;$(vServerName)&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt; = 'Devservername' then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\100.10.0.10';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\1001.11.0.11';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1412999#M801415</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413000#M801416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this one also helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vServerName = ComputerName();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF &lt;SPAN style="color: #ff0000;"&gt;ComuterName()&lt;/SPAN&gt; = &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;'$(vServerName)'&lt;/SPAN&gt;&lt;/SPAN&gt; then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\100.10.0.10';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\1001.11.0.11';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413000#M801416</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2017-11-17T13:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413001#M801417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This IF statement will always be true my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Because your variable is also ComputerName()... Did you mean this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vServerName =&lt;SPAN style="color: #ff0000;"&gt; 'Devservername'&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF ComuterName() = '$(vServerName)' then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\100.10.0.10';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vEnv = '\\1001.11.0.11';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413001#M801417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413002#M801418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just I missed () sunnay as Avinash said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;working this without vServername variable&lt;/P&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;vServerName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(); -- not required&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ComputerName()&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Devservername' &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;then&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vEnv&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '\\100.10.0.10';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;else&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vEnv&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '\\1001.11.0.11';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;ENDIF &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413002#M801418</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2017-11-17T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413003#M801419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha yes, I guess I thought that you wanted to do this in two steps where you first assign the value of ComputerName() to a variable and then use that... but yes, it can be done in a single step also....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 13:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413003#M801419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413004#M801420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;After all my practice.&lt;/P&gt;&lt;P&gt;If I go without storing servername in a variable (single step), it works wired (first time it works fine after that it works as unexpected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice is storing server name into variable (two steps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;EM&gt;vServerName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;();&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;() = 'servername' &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413004#M801420</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2017-11-17T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Environment Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413005#M801421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange, I would not have expected to have any issues with what &lt;A href="https://community.qlik.com/people/avinashelite"&gt;avinashelite&lt;/A&gt;‌ gave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 14:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Environment-Variable/m-p/1413005#M801421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-17T14:14:24Z</dc:date>
    </item>
  </channel>
</rss>

