<?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 Macro to trigger login? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142458#M21918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@M. Janssen: Thank you for your reply.&lt;/P&gt;&lt;P&gt;That's actually what I've already tried. But I'd like to have the opportunity to do some on-site support without the need of using a certain installation/licence of QlikView. That's why I'd like to have something like an "admin login on demand".&lt;/P&gt;&lt;P&gt;@Gordon: thank you, too! But unfortunately, we don't have the server based solution, yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 16:26:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-27T16:26:18Z</dc:date>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142455#M21915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to protect my qvw files from being altered by my customers. Hence, I used hidden script and an inline table to define the access rights:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD&lt;BR /&gt; ADMIN, Smith, pass1&lt;BR /&gt; USER, *, *&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;With this code, any person has user rights only when opening the qvw file, this hidden script is in. Now I'm searching for a macro I can use with a button object to trigger the login form, so the admin user can log in.&lt;/P&gt;&lt;P&gt;Is there such a macro or is there a better way to protect qvw files without forcing the regular user to use login and password but still giving the admin the possibility to alter the qvw when necessary?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tankred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 15:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142455#M21915</guid>
      <dc:creator />
      <dc:date>2009-04-27T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142456#M21916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could define user access based on NT security or like we did on QlikVIew serial number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Users:&lt;BR /&gt;Load * INLINE [&lt;BR /&gt;SERIAL, ACCESS, PROFILE&lt;BR /&gt;3109 **** **** ****, ADMIN, ONTWIKKELAAR&lt;BR /&gt;3106 **** **** ****, ADMIN, ONTWIKKELAAR&lt;BR /&gt;*, USER, GEAVANCEERD_GEBRUIKER];&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142456#M21916</guid>
      <dc:creator />
      <dc:date>2009-04-27T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142457#M21917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you say, every user that accesses the document gets 'USER' access. This is because the '*' means any value and so no challenges are issued.&lt;/P&gt;&lt;P&gt;If the documents are server based, I would recommend you use NT authentication to control things and not worry about userid/password challenges. There is a Qlikview document 'Data Protection and Security' that explains this quite well.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142457#M21917</guid>
      <dc:creator />
      <dc:date>2009-04-27T16:23:55Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142458#M21918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@M. Janssen: Thank you for your reply.&lt;/P&gt;&lt;P&gt;That's actually what I've already tried. But I'd like to have the opportunity to do some on-site support without the need of using a certain installation/licence of QlikView. That's why I'd like to have something like an "admin login on demand".&lt;/P&gt;&lt;P&gt;@Gordon: thank you, too! But unfortunately, we don't have the server based solution, yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142458#M21918</guid>
      <dc:creator />
      <dc:date>2009-04-27T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142459#M21919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have exactly the same problem, too bad I never found any good solution like the one you are suggesting (on demand login).&lt;BR /&gt;&lt;BR /&gt;At this moment I have a build in condition in my reload script that looks if a certain file exists in the same folder, if that file exists in the same map no section access is loaded resulting in admin rights for everyone.&lt;BR /&gt;I just create this file myself and run a new reload and save the document. When I open the document again I have admin access. After my work I remove the created file and reload and save the application again.&lt;/P&gt;&lt;P&gt;It works but I would also prefer a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142459#M21919</guid>
      <dc:creator />
      <dc:date>2009-04-27T16:33:54Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142460#M21920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;normally the NT-User should do it but you need to explicitly assign the rights (USER or ADMIN) to each person. Alternatively you may simply define two groups with different logins: USERs / ADMIN.&lt;/P&gt;&lt;P&gt;The more elegant solution would be to assign different serial-numbers to the USERs, which then have to authenticate and the ADMINS, which do not need.&lt;/P&gt;&lt;P&gt;/Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 17:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142460#M21920</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-05-04T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142461#M21921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but we've already discussed the things you've mentioned...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 19:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142461#M21921</guid>
      <dc:creator />
      <dc:date>2009-05-04T19:13:11Z</dc:date>
    </item>
    <item>
      <title>Macro to trigger login?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142462#M21922</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;do you know what i have to do for install QlikView 9.0 as Analyzer.&lt;/P&gt;&lt;P&gt;During a QConnect the Salesmas sad that "Is possible modify the register and QV work as analyzer"&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-trigger-login/m-p/142462#M21922</guid>
      <dc:creator />
      <dc:date>2009-11-04T16:31:03Z</dc:date>
    </item>
  </channel>
</rss>

