<?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: Restricting users to see Sheet object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668898#M1078610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you use the above condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Text object will be visible only when your user name = 'ADMIN'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if the user name is&amp;nbsp; USER 1 then USER 1 = Admin (False)&amp;nbsp;&amp;nbsp; - - - &amp;gt;Hide the Text object&lt;/P&gt;&lt;P&gt;if user name is ADMIN then ADMIN&amp;nbsp; =ADMIN (True) - -&amp;gt; Enable the Text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If you want to visible the hide object manually then GOTO &lt;/P&gt;&lt;P&gt;Settings ---&amp;gt;Sheet properties ----&amp;gt;objects -----&amp;gt; "Your Object" ------&amp;gt; Properties -------&amp;gt; Enable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is still confusing please attach a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 09:26:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-14T09:26:56Z</dc:date>
    <item>
      <title>Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668890#M1078601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Dashboard,i'm using Text object as Tabs.Like HOME,Underwriting,CLAIMS,REINSURANCE,,,..&lt;/P&gt;&lt;P&gt;I need to show the all the tabs to ADMIN.&lt;/P&gt;&lt;P&gt;For USER1 UnderWriting and CLAIMS,&lt;/P&gt;&lt;P&gt;For USER2 CLAMS and REINSURACE,&lt;/P&gt;&lt;P&gt;FOR USER3 REINSURANCE and Underwriting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached Image of my dashboard.Can Any one pls help me out how can i restrict it and need coding for this.I'm new to this concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668890#M1078601</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-14T07:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668891#M1078602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to do this is with OSUSER() instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In each sheet you have to set the visibility condition to OSUSER()=youruser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668891#M1078602</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-14T07:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668892#M1078603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the properties of each sheet , go to General-&amp;gt;Show Sheet, select the Conditional radio button&lt;/P&gt;&lt;P&gt;in the text box&lt;/P&gt;&lt;P&gt;use something like&lt;/P&gt;&lt;P&gt;if(match,OSUser(), ADMIN,USER1,1,0)&lt;/P&gt;&lt;P&gt;this means on this sheet it is visible to users Admin, and User1 (OSuser() returns the user name in the following format : domain\user_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the document properties Settings-&amp;gt;Document Properties-&amp;gt; check the Hide Tabrow checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the actions of your text box select Layout-&amp;gt;Activate sheet-&amp;gt; put the id of the sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668892#M1078603</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-07-14T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668893#M1078604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;I dont want that the user should not see this Text Objects when s/he login.&lt;/P&gt;&lt;P&gt;I mean to say Admin can see all the text boxes,&lt;/P&gt;&lt;P&gt;User can see only the text boxes which we assigned to them.I want to filter the Text Objects in main page itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668893#M1078604</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-14T07:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668894#M1078605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using OSUser() to hide objects will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But - just to be clear: This is a &lt;EM&gt;lousy method to achieve security&lt;/EM&gt;. If the goal is security, then you should choose another method (in addition). See more on &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/09/methods-for-data-reduction"&gt;Data Reduction – Yes, but How?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668894#M1078605</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-14T07:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668895#M1078606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4435"&gt;Sheet level access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668895#M1078606</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-14T07:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668896#M1078607</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;Create one variable with name&amp;nbsp; "=osuser" as value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the textbox in the Layout Tab. on Conditional show give the created variable is equal to 'ADMIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=OSuser() = 'ADMIN' . If it is not admin then it will not the text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668896#M1078607</guid>
      <dc:creator />
      <dc:date>2014-07-14T07:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668897#M1078608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;If i use the above condition,text object is hiding automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668897#M1078608</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-14T09:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668898#M1078610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you use the above condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Text object will be visible only when your user name = 'ADMIN'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if the user name is&amp;nbsp; USER 1 then USER 1 = Admin (False)&amp;nbsp;&amp;nbsp; - - - &amp;gt;Hide the Text object&lt;/P&gt;&lt;P&gt;if user name is ADMIN then ADMIN&amp;nbsp; =ADMIN (True) - -&amp;gt; Enable the Text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If you want to visible the hide object manually then GOTO &lt;/P&gt;&lt;P&gt;Settings ---&amp;gt;Sheet properties ----&amp;gt;objects -----&amp;gt; "Your Object" ------&amp;gt; Properties -------&amp;gt; Enable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is still confusing please attach a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668898#M1078610</guid>
      <dc:creator />
      <dc:date>2014-07-14T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668899#M1078612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep &lt;/P&gt;&lt;P&gt;Please find the attachment and let me know how can i do it.Please highlight where u have done changes through screen shots.It will be helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 09:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668899#M1078612</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-14T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668900#M1078613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached .&lt;/P&gt;&lt;P&gt;Used Variable name as vUser. After Understanding delete the input box and apply "OSuser()" function in the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668900#M1078613</guid>
      <dc:creator />
      <dc:date>2014-07-14T10:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668901#M1078614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;Thank you,the exact result i was expecting.&lt;/P&gt;&lt;P&gt;Is there any property to fill the place where the text objects are hiding.&lt;/P&gt;&lt;P&gt;I mean after hiding the text objects there is gap between two objects.Is there anyway to combine other text objects to fill that place automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 06:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668901#M1078614</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-15T06:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668902#M1078615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Try by creating a Dummy Text objects in that place. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when unauthorized user click on that Dummy object. U might give some Error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that places won't be left blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 06:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668902#M1078615</guid>
      <dc:creator />
      <dc:date>2014-07-15T06:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668903#M1078616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;We cant join the two displaying text objects to fill that space.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 06:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668903#M1078616</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-15T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668904#M1078617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can by doing it give Layout layer to -1 or -2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the thing is as u say earlier, if there is user want to see two objects it will become issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the better option is to create a dummy object mark it layer to -1 and keep it behind the original object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So even when unauthorized user click on that he won't get any thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 06:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668904#M1078617</guid>
      <dc:creator />
      <dc:date>2014-07-15T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668905#M1078618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You, If you dont mind can you pls give me example for this in my application which you have done yesterday.Because im new to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668905#M1078618</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-15T07:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668906#M1078619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and kindly close the thread my marking helpfull or correct answer. so that it will usefull for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668906#M1078619</guid>
      <dc:creator />
      <dc:date>2014-07-15T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting users to see Sheet object</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668907#M1078620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You Very Much Pradeep&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-users-to-see-Sheet-object/m-p/668907#M1078620</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-15T07:58:03Z</dc:date>
    </item>
  </channel>
</rss>

