<?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: Restrict a user name in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036358#M1294863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the script level and where you have load the customers table, write a where condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Customers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAAAA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BBBBB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCCCC &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Rajesh.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Mysheet) where Customers&amp;lt;&amp;gt;'Siva';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jan 2016 09:39:42 GMT</pubDate>
    <dc:creator>rajeshforqlikvi</dc:creator>
    <dc:date>2016-01-07T09:39:42Z</dc:date>
    <item>
      <title>Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036346#M1294851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict a particular customer name in a pivot table dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using customer in pivot table as dimension i don't want to see customer=siva in that chart . &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/Restrict-a-user-name-in-pivot-table/m-p/1036346#M1294851</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036347#M1294852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace customer dimension with a calculated dimension: &lt;STRONG&gt;If(customer &amp;lt;&amp;gt; 'siva', customer)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alternatively you can use set analysis in your expression: &lt;STRONG&gt;{&amp;lt;customer &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;-&lt;/SPAN&gt;= {'siva'}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036347#M1294852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036348#M1294853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Receiver Name]&amp;lt;&amp;gt;'*siva*',[Receiver Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can see only siva remaining is not coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036348#M1294853</guid>
      <dc:creator />
      <dc:date>2016-01-06T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036349#M1294854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont forget to tick Suppress Null Values option as well&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036349#M1294854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T13:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036350#M1294855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(not WildMatch([Receiver Name], '*siva*'), [Receiver Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036350#M1294855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036351#M1294856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(not &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Receiver Name] &lt;/SPAN&gt;like '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;*siva*&lt;/SPAN&gt;', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Receiver Name]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036351#M1294856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T13:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036352#M1294857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiver name is coming blank but for the siva customer profit and income is coming &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to restrict siva profit and also income (that is written&amp;nbsp; in expression )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 06:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036352#M1294857</guid>
      <dc:creator />
      <dc:date>2016-01-07T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036353#M1294858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check Suppress with Null Values option in dimension tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 08:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036353#M1294858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T08:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036354#M1294859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had supress null values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to restrict customer siva name(dim) and it s income and cost also in (expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to show siva and it associative values in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 08:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036354#M1294859</guid>
      <dc:creator />
      <dc:date>2016-01-07T08:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036355#M1294860</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;Another solutions can be &lt;/P&gt;&lt;P&gt;Create new field in script which excludes siva from Receiver Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not wildmatch([Receiver Name],'*siva*'),[Receiver Name]) as New_Receiver_Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use New_Receiver_Name as your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You can achieve the required solution suggested by Sunny Need to tick supress Null from dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Also Conditional&amp;nbsp; Dimension is performance Killer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 08:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036355#M1294860</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-07T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036356#M1294861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dreamer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am using&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;New_Receiver_Name it is showing blank i need to surpress null values know .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using pivot table in which 5 (dim) i want to expand only 3 by default if it expand's for their shape is change how to get read of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 08:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036356#M1294861</guid>
      <dc:creator />
      <dc:date>2016-01-07T08:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036357#M1294862</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;If you have limited customers like not more i mean 5 to 10 then you can use nested if condition like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Customers = 'AAA' , 'AAA',&lt;/P&gt;&lt;P&gt;&amp;nbsp; If (&lt;SPAN style="font-size: 13.3333px;"&gt;Customers = 'BBB' , 'BBB',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;SPAN style="font-size: 13.3333px;"&gt;Customers = 'CCC' , 'CCC')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include all customers in the nested if condition except customer = siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036357#M1294862</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-07T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036358#M1294863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the script level and where you have load the customers table, write a where condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Customers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAAAA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BBBBB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCCCC &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Rajesh.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Mysheet) where Customers&amp;lt;&amp;gt;'Siva';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036358#M1294863</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-07T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036359#M1294864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i should load the customer siva &lt;/P&gt;&lt;P&gt;Nested if is not possible because some millions of customers &lt;/P&gt;&lt;P&gt;but i restrict only in one pivot table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036359#M1294864</guid>
      <dc:creator />
      <dc:date>2016-01-07T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036360#M1294865</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;Like this,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;Expression:-&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Customer-={'Name to be Removed'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or else in your back end script &lt;STRONG&gt;where Customer&amp;lt;&amp;gt;Siva;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036360#M1294865</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-07T10:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036361#M1294866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the Customers table twice and only use customers field in the newly loaded table like below : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Directory;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Customers as CustomersForPivotDimentionOnly,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Rajesh.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Mysheet) ';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewCustomers:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustomersForPivotDimentionOnly&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;resident &lt;SPAN style="font-size: 13.3333px;"&gt;Customers where&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustomersForPivotDimentionOnly &amp;lt;&amp;gt; 'Siva':&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036361#M1294866</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-07T10:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a user name in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036362#M1294867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you restrict Siva and suppress null option, it shound not give you any associative information for Siva&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share your sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-user-name-in-pivot-table/m-p/1036362#M1294867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T10:23:33Z</dc:date>
    </item>
  </channel>
</rss>

