<?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: Disable(lock) an object based on user login in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652868#M1073965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text box right click-&amp;gt;Layout tab-&amp;gt; Show conditional: Expression like:&amp;nbsp; =QvUser()&amp;lt;&amp;gt;'UserName'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 05:53:49 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-08-11T05:53:49Z</dc:date>
    <item>
      <title>Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652867#M1073964</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 disable an object based on the logged in user.&lt;/P&gt;&lt;P&gt;For users logged in I am using section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I am using a textbox with image and added two actions of set variable and Activate sheet.&lt;/P&gt;&lt;P&gt;I want to disable the textbox when a particular users get logged in.&lt;/P&gt;&lt;P&gt;How can I achieve this?? Could anyone help me on this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652867#M1073964</guid>
      <dc:creator />
      <dc:date>2014-08-11T05:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652868#M1073965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text box right click-&amp;gt;Layout tab-&amp;gt; Show conditional: Expression like:&amp;nbsp; =QvUser()&amp;lt;&amp;gt;'UserName'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652868#M1073965</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-11T05:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652869#M1073966</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;Right Click on text box --&amp;gt;Layout --&amp;gt; Conditional&lt;/P&gt;&lt;P&gt;and write below code&lt;/P&gt;&lt;P&gt;If(osuser()='Doamin\User',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this will be only visible to user you specify above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652869#M1073966</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-11T05:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652870#M1073967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks that you need to take the list of users first from the User table and then use some macros to get the current logged UserID and then locking .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652870#M1073967</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-11T05:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652871#M1073968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use OSUser() in the conditional show of the text-box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSUser() returns DOMAIN\USERNAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652871#M1073968</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-11T05:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652872#M1073969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Layout Conditional property you may write If(USER='ABC',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this should work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652872#M1073969</guid>
      <dc:creator />
      <dc:date>2014-08-11T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652873#M1073970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing that the textbox is hiding from that user.&lt;/P&gt;&lt;P&gt;I want to display the text box and user cannot be click on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652873#M1073970</guid>
      <dc:creator />
      <dc:date>2014-08-11T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652874#M1073971</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;&lt;/P&gt;&lt;P&gt;I don't think that can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 06:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652874#M1073971</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-11T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable(lock) an object based on user login</title>
      <link>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652875#M1073972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in that case put a condition in your action, like:&lt;/P&gt;&lt;P&gt;=If(QvUser()&amp;lt;&amp;gt;'UserName', 'SheetID')&amp;nbsp;&amp;nbsp;&amp;nbsp; // for activating sheet action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do similarly for variable setting action as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 06:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disable-lock-an-object-based-on-user-login/m-p/652875#M1073972</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-11T06:05:10Z</dc:date>
    </item>
  </channel>
</rss>

