<?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: user filter in Francophones</title>
    <link>https://community.qlik.com/t5/Francophones/user-filter/m-p/1024428#M7225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J'ai trouvée la solution, le script etant le même, il fallait que je coche dans paramètre du document&amp;gt;ouverture cocher la case de réduction.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 13:05:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-01T13:05:16Z</dc:date>
    <item>
      <title>user filter</title>
      <link>https://community.qlik.com/t5/Francophones/user-filter/m-p/1024427#M7224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Je suis face à un problème sur les droits d'accès aux utilisateurs. J'ai un tableau de bord qui affiche les données de trois clients(A,B,C).&lt;/P&gt;&lt;P&gt;Et je voudrais que les utilisateurs du client A ne voient que les données du A et pareil pour les autres clients. Pour cela j'ai fait le script&lt;/P&gt;&lt;P&gt;suivant: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Section Access;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Access:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, PRODUIT, GROUP, GROUP_TAB, CLIENT&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;qlikview&lt;/SPAN&gt;, ALL, ALL, ALL, *&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;qlikview&lt;/SPAN&gt;, ALL, ALL, ALL, *&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, qlikview, ALL, ALL, ALL, *&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;];&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;CONCATENATE (Access)&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;LOAD &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;'USER' AS ACCESS, &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;NTNAME, &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;upper(produit) AS PRODUIT, &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;GROUP,&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;upper(TAB) AS GROUP_TAB,&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Subfield(INSTANCE, ',') AS CLIENT&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;FROM&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;[$(vFileAccess)]&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;(ooxml, embedded labels, table is Acces);&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Store Access into fileName.txt (txt);&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Section Application;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;star is *;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;dans mon fichier Access se trouve les noms, les mots de passe, les produits, group, group-tab et l'id des clients.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Mais quand je charge les données et que le user du client A se connecte au tableau de bord il voit également les données du client B et C. &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;pourtant quand je vérifie le fichier filename.txt je vois bien que l'user du client A n'a que droit au client A.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Quelqu'un a deja rencontré ce genre de problème?&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;Merci d'avance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/user-filter/m-p/1024427#M7224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T09:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: user filter</title>
      <link>https://community.qlik.com/t5/Francophones/user-filter/m-p/1024428#M7225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J'ai trouvée la solution, le script etant le même, il fallait que je coche dans paramètre du document&amp;gt;ouverture cocher la case de réduction.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Francophones/user-filter/m-p/1024428#M7225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T13:05:16Z</dc:date>
    </item>
  </channel>
</rss>

