<?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 Trap User connected to limit data visualized in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177253#M1311265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need to know mor eabout this error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2009 17:48:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-22T17:48:50Z</dc:date>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177250#M1311258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to filter data visualized in a QV report based on user logged. One specific user can see information of only one specific Organization.&lt;/P&gt;&lt;P&gt;How can I trap the user connected in order to link him with his Organization and create the specific filter?&lt;/P&gt;&lt;P&gt;PS: User log in with publisher.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177250#M1311258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177251#M1311261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;The solution for this is Section Access in the script to limit the data based on reduction of data for each and every user.&lt;BR /&gt;&lt;BR /&gt;Here is a very basic example. Copy/paste into an application reload and save.&lt;BR /&gt;Log in with the different users and you will see the reduction for each user.&lt;BR /&gt;&lt;BR /&gt;For more information, search the forum for "Section Access", there are a lot of good solutions posted by our members.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, ORG&lt;BR /&gt; ADMIN, ADMIN, ADMIN&lt;BR /&gt; USER, USER1, 1, USA&lt;BR /&gt; USER, USER2, 2, SWE&lt;BR /&gt; USER, USER3, 3, GER&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ORG, SALES&lt;BR /&gt; USA, 1000&lt;BR /&gt; USA, 2000&lt;BR /&gt; USA, 3000&lt;BR /&gt; SWE, 4000&lt;BR /&gt; SWE, 5000&lt;BR /&gt; GER, 6000&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gustav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 04:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177251#M1311261</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-12-19T04:00:53Z</dc:date>
    </item>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177252#M1311263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gustav !&lt;/P&gt;&lt;P&gt;The only problem is that I'm trying to use it now on a client version of QV, but when i reload data with Session access all graphs are marked with 'Allocated memory exceeded''.&lt;/P&gt;&lt;P&gt;is it a known issue? Is it possible to bypass the problem?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 17:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177252#M1311263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-22T17:39:24Z</dc:date>
    </item>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177253#M1311265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need to know mor eabout this error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 17:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177253#M1311265</guid>
      <dc:creator />
      <dc:date>2009-12-22T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177254#M1311267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;"Allocated Memory Exceeded" can be caused by many things. Calculated dimensions, syn-keys, data structure, resource heavy expressions and so forth.&lt;BR /&gt;&lt;BR /&gt;I need more information about build number for the products involved and preferably the document to be able to determine where the error is.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gustav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 20:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177254#M1311267</guid>
      <dc:creator>Gustav_Guldberg</dc:creator>
      <dc:date>2009-12-22T20:46:59Z</dc:date>
    </item>
    <item>
      <title>Trap User connected to limit data visualized</title>
      <link>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177255#M1311269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I solved.&lt;/P&gt;&lt;P&gt;The problem was due to the fact that i didn't wrote section Application part.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 16:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trap-User-connected-to-limit-data-visualized/m-p/177255#M1311269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T16:24:17Z</dc:date>
    </item>
  </channel>
</rss>

