<?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: How to Trigger a set variable based on USERID in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066937#M356665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 10:04:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-20T10:04:30Z</dc:date>
    <item>
      <title>How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066909#M356637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Namaste all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully implemented section access on my file and uploaded it on the server with the help of you guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the following trigger settings..&lt;/P&gt;&lt;P&gt;I have implemented section access in my file,&lt;/P&gt;&lt;P&gt;But, I am unable to Trigger a variable based on USERID,&lt;/P&gt;&lt;P&gt;I will explain my scenario.&lt;/P&gt;&lt;P&gt;I have three sheets in my document L1, L2, L3&amp;nbsp;&amp;nbsp; and i have users user1, user2, user3 and the variable i want to trigger is LineNo.&lt;/P&gt;&lt;P&gt;I want variable LineNo to set to 1 when i open as user1, LineNo=2 when i login as user2 , LineN=3 when i login as user3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached qvw file and excel file to check my code and trigger settings..&lt;/P&gt;&lt;P&gt;Please see my if condition, at the trigger-&amp;gt;document properties-&amp;gt;onopen-&amp;gt;set variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin credentials:&lt;/P&gt;&lt;P&gt;Username : Rahul&lt;/P&gt;&lt;P&gt;PAssword : Rahul101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section access is not hidden&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066909#M356637</guid>
      <dc:creator />
      <dc:date>2016-04-20T08:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066910#M356638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(USERID='user1',1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(USERID='user2',2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(USERID='user3',3,0)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066910#M356638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T08:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066911#M356639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And OnOpen trigger will of course only work if you use Plugin as client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066911#M356639</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2016-04-20T08:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066912#M356640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still it is not working , when i login as user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the attached file with the changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066912#M356640</guid>
      <dc:creator />
      <dc:date>2016-04-20T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066913#M356641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infact this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(USERID='&lt;SPAN style="color: #ff0000;"&gt;USER1&lt;/SPAN&gt;',1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(USERID='&lt;SPAN style="color: #ff0000;"&gt;USER2&lt;/SPAN&gt;',2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(USERID='&lt;SPAN style="color: #ff0000;"&gt;USER3&lt;/SPAN&gt;',3,0)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066913#M356641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066914#M356642</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;try this expression. in Trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Qvuser()='USER1',1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Qvuser()='USER2',2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Qvuser()='USER3',3,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066914#M356642</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-20T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066915#M356643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066915#M356643</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T08:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066916#M356644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain me this a little bit more or please provide any links to how to do it.&lt;/P&gt;&lt;P&gt;at the&amp;nbsp; moment i am working on qlikview personal edition which is liecensed, and after i will upload the file onto the server to access from browser using access point.. &lt;/P&gt;&lt;P&gt;could you please explain me which plugin to use, how to make it work on both browser and the QV personal edition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066916#M356644</guid>
      <dc:creator />
      <dc:date>2016-04-20T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066917#M356645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Koushik suggested use QVuser in a text box for a particular user and check whether you are getting the required users or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066917#M356645</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-20T08:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066918#M356646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works on Personal Edition (Developer).&lt;/P&gt;&lt;P&gt;When uploaded to server you can access it from Accesspoint. There you can use Plugin (ActiveX Component) or WebView (Ajax). Using Webview as client OnOpen will not trigger. See reference manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066918#M356646</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2016-04-20T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066919#M356647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you and gr8 sir, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it is working fine when i login user &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but have you seen , when i login as admin, the first sheet is not showing the correct LineNo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;please see by login as Admin and you will see the different current line for the first sheet that you open, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;than when you click on other sheet it will get the correct current line, because it uses the sheet level trigger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think , i explained you my problem clearly.. please ask me if you don't understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066919#M356647</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066920#M356648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122131_Capture.PNG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As User1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/122141_Capture.PNG" style="height: 218px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066920#M356648</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T09:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066921#M356649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the conditions are written only for USER1, USER2 and USER3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066921#M356649</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-20T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066922#M356650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But there is a false statement which defaults to 0. I think it is working at my end as I would expect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER1&lt;/SPAN&gt;',1,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER2&lt;/SPAN&gt;',2,&lt;/STRONG&gt;&lt;/SPAN&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 style="color: #575757; font-style: inherit; font-family: inherit;"&gt;if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER3&lt;/SPAN&gt;',3,&lt;SPAN style="color: #ff0000;"&gt;0&lt;/SPAN&gt;)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066922#M356650</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T09:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066923#M356651</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;I am seeing the current line as 0, because i think, we dont have any logic for trigger when we login as admin, could you please fix this, than i am done&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122134_Capture.PNG" style="height: 167px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066923#M356651</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066924#M356652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, exactly, could you fix,&lt;/P&gt;&lt;P&gt;what should be done to get the correct line no when we login as admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066924#M356652</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066925#M356653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, exactly.. what should be done for admin, to show up the correct line no when we login as admin&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&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066925#M356653</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066926#M356654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;=if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER1&lt;/SPAN&gt;',1,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER2&lt;/SPAN&gt;',2,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #575757;"&gt;&lt;STRONG&gt;if(USERID='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;USER3&lt;/SPAN&gt;',3,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #575757;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;If(USERID = 'RAHUL', 4&lt;/SPAN&gt;)))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066926#M356654</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066927#M356655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now, Rahul will have LineNo 4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066927#M356655</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger a set variable based on USERID</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066928#M356656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but, i wont get any values for that , sheet, if the line no is 4, in fact there is no line no 4, in my database,, &lt;/P&gt;&lt;P&gt;it will&amp;nbsp; be a big problem again&lt;/P&gt;&lt;P&gt;is there any way to get the current line no as &lt;/P&gt;&lt;P&gt;correspoding to that sheet&lt;/P&gt;&lt;P&gt;means, &lt;/P&gt;&lt;P&gt;when i login as admin, if the first sheet that, i see is L1, than the current line no should be 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you got&amp;nbsp; me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-a-set-variable-based-on-USERID/m-p/1066928#M356656</guid>
      <dc:creator />
      <dc:date>2016-04-20T09:34:24Z</dc:date>
    </item>
  </channel>
</rss>

