<?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 Selecting One Field based on Selection of Another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381097#M803013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to limit a productivity such that the logged in user can look at only their data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are able to load the user name using OSUSER(). The table loads all clinicians (Clinician Name) and their emails (Email). I created a variable to determine if the OSUSER is equal to the email (the email contains the username before the @ symbol). For example USUSER () = jackson and my email would be &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jackson@email.hospital.edu" target="_blank"&gt;jackson@email.hospital.edu&lt;/A&gt;&lt;SPAN&gt;. I can do some trim to just compare.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I want to use an OnLoad trigger to have the Clinician Name Field selection box = the current OSUSER(), which would be Michael Jackson. How can I get the OnLoad trigger to select the full Clinician Name?&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, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>proctors</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Selecting One Field based on Selection of Another</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381097#M803013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to limit a productivity such that the logged in user can look at only their data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are able to load the user name using OSUSER(). The table loads all clinicians (Clinician Name) and their emails (Email). I created a variable to determine if the OSUSER is equal to the email (the email contains the username before the @ symbol). For example USUSER () = jackson and my email would be &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jackson@email.hospital.edu" target="_blank"&gt;jackson@email.hospital.edu&lt;/A&gt;&lt;SPAN&gt;. I can do some trim to just compare.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I want to use an OnLoad trigger to have the Clinician Name Field selection box = the current OSUSER(), which would be Michael Jackson. How can I get the OnLoad trigger to select the full Clinician Name?&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381097#M803013</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting One Field based on Selection of Another</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381098#M803014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you could try&lt;/P&gt;&lt;P&gt;SubFiled(email, '1', '@') as email_uname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then,&lt;/P&gt;&lt;P&gt;If(OSUSER() = email_uname, 1, 0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If(OSUSER() = email_uname, [clinical name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 01:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381098#M803014</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-14T01:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting One Field based on Selection of Another</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381099#M803015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To control the data-access within an application there is a feature called &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-One-Field-based-on-Selection-of-Another/m-p/1381099#M803015</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-14T13:31:48Z</dc:date>
    </item>
  </channel>
</rss>

