<?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: Variable error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82051#M13490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response its working &lt;/P&gt;&lt;P&gt;when its connecting to the database its asking user namd password,&lt;/P&gt;&lt;P&gt;connection string it self already has user name and passowrd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;IMG alt="error1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204808_error1.png" style="height: 336px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2018 13:05:37 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2018-06-11T13:05:37Z</dc:date>
    <item>
      <title>Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82047#M13486</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;&lt;/P&gt;&lt;P&gt;i have assigned one connection string to variable, i am using that variable in qlikview.&lt;/P&gt;&lt;P&gt;when im running qlikview script im not able to connect to the Oracle database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without using variable im able to connecto to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 09:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82047#M13486</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-06-11T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82048#M13487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check the value of the variable Vname in your qlikview application???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 10:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82048#M13487</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2018-06-11T10:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82049#M13488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to check have you written that variable or call that variable in script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82049#M13488</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2018-06-11T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82050#M13489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you forgot to use the variable before you pull from the database query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;CONNECT TO $(Vname);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DIM1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD "FCT_TMPLT_ID",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_NM",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_STS_CD",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_EFF_DT",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_TERM_DT",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_CRE_USR_ID",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_CRE_TS",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_UPDT_USR_ID",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TMPLT_UPDT_TS",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "BYPASS_IN",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "RAG_CMNT_CD",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "RAG_UPLD_IN";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT FCT_TMPLT_ID, TMPLT_NM, TMPLT_STS_CD, TMPLT_EFF_DT, TMPLT_TERM_DT, TMPLT_CRE_USR_ID, TMPLT_CRE_TS, TMPLT_UPDT_USR_ID, TMPLT_UPDT_TS, BYPASS_IN, RAG_CMNT_CD, RAG_UPLD_IN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM "OMP_MASTER"."MVW_TMPLT_FCTSETUP_CCB"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82050#M13489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-11T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82051#M13490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response its working &lt;/P&gt;&lt;P&gt;when its connecting to the database its asking user namd password,&lt;/P&gt;&lt;P&gt;connection string it self already has user name and passowrd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;IMG alt="error1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204808_error1.png" style="height: 336px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82051#M13490</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-06-11T13:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variable error</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82052#M13491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't create a variable, you don't see this behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-error/m-p/82052#M13491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-11T13:09:47Z</dc:date>
    </item>
  </channel>
</rss>

