<?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: Using Match() &amp; OSUser() with an Excel File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571138#M1105077</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;Use sheet level &lt;STRONG&gt;section access&lt;/STRONG&gt; security in your application and give access to the user depends on the department wise to the user so he can see only that department data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 17:58:45 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-03-27T17:58:45Z</dc:date>
    <item>
      <title>Using Match() &amp; OSUser() with an Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571137#M1105076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my application where there is a &lt;STRONG&gt;Table&lt;/STRONG&gt; that has the following fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Client&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM&gt;Dimension&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM&gt;Dimension&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;#Attentions&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;EM&gt;Expression&lt;/EM&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each &lt;SPAN style="text-decoration: underline;"&gt;Client&lt;/SPAN&gt; belongs to a particular &lt;SPAN style="text-decoration: underline;"&gt;Office&lt;/SPAN&gt; where he works. That &lt;SPAN style="text-decoration: underline;"&gt;Office&lt;/SPAN&gt; is a Field in my QlikView application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I got a Excel file with a list of &lt;SPAN style="text-decoration: underline;"&gt;Users&lt;/SPAN&gt; that should have access to the &lt;STRONG&gt;Table&lt;/STRONG&gt; depending on the &lt;SPAN style="text-decoration: underline;"&gt;Office&lt;/SPAN&gt; they have assigned.&lt;/P&gt;&lt;P&gt;For example, the file has the following columns:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Office&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;User&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Office1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Office2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Office3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;User3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the &lt;STRONG&gt;User1&lt;/STRONG&gt; should only see the information in the &lt;STRONG&gt;Table&lt;/STRONG&gt; for the &lt;SPAN style="text-decoration: underline;"&gt;Clients&lt;/SPAN&gt; that work in the &lt;SPAN style="text-decoration: underline;"&gt;Office1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application has also many other objects which they will be visible for all the users. So I only want to filter&amp;nbsp; for that &lt;STRONG&gt;Table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea of how could I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Should I load the Excel file in my app?&lt;/P&gt;&lt;P&gt;2. I need to apply the filter only in the Table. But should I apply it over the Dimension CLIENTS or in the Expression #ATTENTIONS? Because I don't want a User to see the CLIENTS from other Offices.&lt;/P&gt;&lt;P&gt;3. I was told that I could use the functions Match() &amp;amp; OSUser(). How could I do this?&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>Thu, 27 Mar 2014 17:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571137#M1105076</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-03-27T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() &amp; OSUser() with an Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571138#M1105077</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;Use sheet level &lt;STRONG&gt;section access&lt;/STRONG&gt; security in your application and give access to the user depends on the department wise to the user so he can see only that department data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 17:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571138#M1105077</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-27T17:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() &amp; OSUser() with an Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571139#M1105078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I want that all the Users see all the information in the application except for that particular table... In the other objects they could see the information for other Offices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 18:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571139#M1105078</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-03-27T18:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() &amp; OSUser() with an Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571140#M1105079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do this with section access also and create a different users like Admin and Normal user and give access according to the type of user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 18:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-OSUser-with-an-Excel-File/m-p/571140#M1105079</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-27T18:13:35Z</dc:date>
    </item>
  </channel>
</rss>

