<?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 in access password load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739319#M590688</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;D:\Qlikview\&amp;gt;"C:\Program Files\QlikView\Qv.exe" /r /vUserL=user4  /vPassL=123456 test.qvw&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;replace LOAD * INLINE [
    ACCESS, USERID, PASSWORD, NTNAME
	
	ADMIN, $(UserL), $(PassL),*
];
Section Application;&lt;/LI-CODE&gt;&lt;P&gt;Worked for my needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 21:25:08 GMT</pubDate>
    <dc:creator>rafael5958</dc:creator>
    <dc:date>2020-08-27T21:25:08Z</dc:date>
    <item>
      <title>variable in access password load</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739183#M590685</link>
      <description>&lt;P&gt;Is there a way to put a variable in access section?&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Section Access;

replace LOAD * INLINE [
    ACCESS, USERID, PASSWORD, NTNAME
	ADMIN, $(vUser), $(vPassword),*
];
Section Application;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I could run from cmd and set user and password?&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;"c:\Program Files\QlikView\Qv.exe" /r /vUser="User1" /vPassword="1234" "sss.qvw"&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739183#M590685</guid>
      <dc:creator>rafael5958</dc:creator>
      <dc:date>2020-08-27T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: variable in access password load</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739222#M590686</link>
      <description>&lt;P&gt;What is the aim of your intention? Why not just using NTNAME for the authentication?&lt;/P&gt;&lt;P&gt;I'm not sure how the order is in which the parameters are applied - means comes the reload first and then the variable-value is set or is it reverse and also if you could repeat the /v parameter for multiple variables or if it needs a different syntax? But this could you simply test - maybe within any dummy-application without section access.&lt;/P&gt;&lt;P&gt;Beside this your syntax/logic isn't quite right because you missed a v and I'm not sure if the variable-values need a quotes-wrapping or not - therefore to set the variable vUser the parameter should rather look like: /&lt;STRONG&gt;v&lt;/STRONG&gt;vUser=YourValue.&lt;/P&gt;&lt;P&gt;Further you tries to apply a partial load with replace - if this will really work with section access? If yes, you need also to change the parameter /r to /rp.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739222#M590686</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-08-27T15:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: variable in access password load</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739319#M590688</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;D:\Qlikview\&amp;gt;"C:\Program Files\QlikView\Qv.exe" /r /vUserL=user4  /vPassL=123456 test.qvw&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;replace LOAD * INLINE [
    ACCESS, USERID, PASSWORD, NTNAME
	
	ADMIN, $(UserL), $(PassL),*
];
Section Application;&lt;/LI-CODE&gt;&lt;P&gt;Worked for my needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 21:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-access-password-load/m-p/1739319#M590688</guid>
      <dc:creator>rafael5958</dc:creator>
      <dc:date>2020-08-27T21:25:08Z</dc:date>
    </item>
  </channel>
</rss>

