<?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 Select in field trigger using OSUser in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044686#M940880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a slight problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to automatically select a manager from a list box when that said managers opens my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using macros but had no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a trigger 'On Open' and added this into my search string &lt;STRONG&gt;=OSUser() &lt;/STRONG&gt;but I know it's not going to be as simple as this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on how I can automatically select the manager from my list box when they open the report using a trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 11:08:21 GMT</pubDate>
    <dc:creator>samantha92</dc:creator>
    <dc:date>2016-01-21T11:08:21Z</dc:date>
    <item>
      <title>Select in field trigger using OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044686#M940880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a slight problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to automatically select a manager from a list box when that said managers opens my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using macros but had no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a trigger 'On Open' and added this into my search string &lt;STRONG&gt;=OSUser() &lt;/STRONG&gt;but I know it's not going to be as simple as this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on how I can automatically select the manager from my list box when they open the report using a trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 11:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044686#M940880</guid>
      <dc:creator>samantha92</dc:creator>
      <dc:date>2016-01-21T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger using OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044687#M940881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=OSUser usually gives the Directory Name also and I have a feeling that your listbox for manager might include just the name. Trim =OSUser based on how the manager list box looks and then try to use that as the expression for On Open Trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: See if the attach works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044687#M940881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-21T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger using OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044688#M940882</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;&lt;/P&gt;&lt;P&gt;I came up with this and this seems to do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Lower(mid([Responsible Manager],(index([Responsible Manager],' ')+1))&amp;amp;left([Responsible Manager],1))=mid(OSUser(),(Index(OSUser(),'\')+1)),[Responsible Manager])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 08:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044688#M940882</guid>
      <dc:creator>samantha92</dc:creator>
      <dc:date>2016-01-22T08:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select in field trigger using OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044689#M940883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-field-trigger-using-OSUser/m-p/1044689#M940883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-22T11:12:05Z</dc:date>
    </item>
  </channel>
</rss>

