<?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: Displaying objects as per user rights in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700924#M253024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes tried with the container object with the grid style.&lt;/P&gt;&lt;P&gt;If we use single object type, then it displays object as per user access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we use grid style, still it shows blank space when a object is not displayed.&lt;/P&gt;&lt;P&gt;so we cant change the coordinates in container also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 09:28:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-19T09:28:43Z</dc:date>
    <item>
      <title>Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700918#M253018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when user1 logs in, it should display&lt;/P&gt;&lt;P&gt;Pivot table 1&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 pivot tables and depending on user rights it should display the object.&lt;/P&gt;&lt;P&gt;Layout is as below.&lt;/P&gt;&lt;P&gt;Pivot table 1&lt;/P&gt;&lt;P&gt;Pivot table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 users: user1, user2 and user3&lt;/P&gt;&lt;P&gt;user1 is having access to Pivot table 1&lt;/P&gt;&lt;P&gt;user2 is having access to Pivot table 2&lt;/P&gt;&lt;P&gt;user3is having access to both Pivot table 1 and Pivot table 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when user1 logs in, it should display&lt;/P&gt;&lt;P&gt;Pivot table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when user2 logs in, it should display&lt;/P&gt;&lt;P&gt;Pivot table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when user3 logs in, it should display&lt;/P&gt;&lt;P&gt;Pivot table 1&lt;/P&gt;&lt;P&gt;Pivot table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to make it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700918#M253018</guid>
      <dc:creator />
      <dc:date>2014-08-19T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700919#M253019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See: &lt;A href="https://community.qlik.com/message/375098"&gt;Object level security&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700919#M253019</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-19T07:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700920#M253020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do the same with osuser() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on your chart1 --&amp;gt; Properties --&amp;gt; Layout --&amp;gt; Select Conditional&lt;/P&gt;&lt;P&gt;and write below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(osuser()='Domain\user1',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simultaneously do the same for the other users and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700920#M253020</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-19T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700921#M253021</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;Check this thread, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-6331" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Chart&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Level&lt;/EM&gt; Access by user&lt;/SPAN&gt;&lt;/A&gt;&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, 19 Aug 2014 07:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700921#M253021</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-19T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700922#M253022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya using this option we can hide or show the pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then in my case, Pivot table 1 and Pivot table 2 are placed 1 below the other.&lt;/P&gt;&lt;P&gt;so when Pivot table 2 should be displayed, space required for pivot table 1 is blank and then below it Pivot table 2 is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when user with both access, should be able to see Pivot table 1 and below it Pivot table 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700922#M253022</guid>
      <dc:creator />
      <dc:date>2014-08-19T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700923#M253023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is not possible to change the coordinates of the charts based on the user, instead you can put the charts in container object, based on the user access the charts are displayed.&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, 19 Aug 2014 09:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700923#M253023</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-19T09:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700924#M253024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes tried with the container object with the grid style.&lt;/P&gt;&lt;P&gt;If we use single object type, then it displays object as per user access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we use grid style, still it shows blank space when a object is not displayed.&lt;/P&gt;&lt;P&gt;so we cant change the coordinates in container also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700924#M253024</guid>
      <dc:creator />
      <dc:date>2014-08-19T09:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700925#M253025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we cannot change the coordinates in container. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 09:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700925#M253025</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-19T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700926#M253026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now using container object and it have solved my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then when I create report using Reports -&amp;gt; Edit Report section,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing problem that is shows only 1 object at a time based on the selected tab.&lt;/P&gt;&lt;P&gt;e.g: if 1st tab of the container is selected, report will will show object of 1st tab, and when 2nd tab is selcted, it will show that object..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700926#M253026</guid>
      <dc:creator />
      <dc:date>2014-09-10T05:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700927#M253027</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;It is not possible to handle the container objects in report, instead you can create the same set of objects and hide it behind the container and drag this objects into the report.&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>Wed, 10 Sep 2014 05:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700927#M253027</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-10T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700928#M253028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, thought of this option,&lt;/P&gt;&lt;P&gt;but then it would increase the file size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700928#M253028</guid>
      <dc:creator />
      <dc:date>2014-09-10T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700929#M253029</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;I wont increase the file size hugely, may be some 1 or 2 kb, I think this is not a problem.&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>Wed, 10 Sep 2014 06:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700929#M253029</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-10T06:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying objects as per user rights</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700930#M253030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay.. will try and let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 06:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-objects-as-per-user-rights/m-p/700930#M253030</guid>
      <dc:creator />
      <dc:date>2014-09-10T06:58:02Z</dc:date>
    </item>
  </channel>
</rss>

