<?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: Check a list for a specific value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904339#M1017514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for that but it doesn't seem to work. I need to be able to use this logic in the "front end" and not in the script. The function "exists" is not something I have available to use in say a text box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas for how to achieve this in a text box? Each user who looks at the system needs to be verified (I'm try to keep away from section access if I can).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 09:14:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-14T09:14:43Z</dc:date>
    <item>
      <title>Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904337#M1017512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. A simple question I think...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to check a field to see if any of the values match the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG if OSuser() is in field [Priority A users], yes, no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds simple to check a list for a value but I can't do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 16:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904337#M1017512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T16:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904338#M1017513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Priority A users],Osuser()),'Yes','No'&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fro example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(exists(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Priority A users],domein\username,'Yes','No'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 16:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904338#M1017513</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-04-13T16:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904339#M1017514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for that but it doesn't seem to work. I need to be able to use this logic in the "front end" and not in the script. The function "exists" is not something I have available to use in say a text box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas for how to achieve this in a text box? Each user who looks at the system needs to be verified (I'm try to keep away from section access if I can).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904339#M1017514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904340#M1017515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its better to create a variable which has the value of current user logged in.&lt;/P&gt;&lt;P&gt;For example vuser=OSuser()&lt;/P&gt;&lt;P&gt;And you can use this variable anywhere in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904340#M1017515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904341#M1017516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, yes that does the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904341#M1017516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check a list for a specific value</title>
      <link>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904342#M1017517</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count({1&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Priority A users] ={'$(=OSUSER())'}&lt;/SPAN&gt;&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Priority A users]&lt;/SPAN&gt;) &amp;gt; 0, 'Yes', 'No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-a-list-for-a-specific-value/m-p/904342#M1017517</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-14T09:47:33Z</dc:date>
    </item>
  </channel>
</rss>

