<?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: Need help on SA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1622301#M734343</link>
    <description>&lt;P&gt;Try something like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Section Access;
LOAD * INLINE [
    ACCESS, NTNAME, 				SELLERNAME
    ADMIN, 	EXAMPLE\ADMIN,			*
    USER, 	EXAMPLE\VEGAR,			VEGAR
    USER, 	EXAMPLE\FRANKANHART,	FRANKANHART
    USER, 	EXAMPLE\SUNNYTALWAR,    SUNNYTALWAR
    USER, 	EXAMPLE\SONIASWEETY, 	SONIASWEETY   
];

Section Application;
DATA:
LOAD 
  UPPER(Sellername) as SA_SELLERNAME,
  Sellername,
  SalesAmount,
  SalesQty
FROM 
  EXCEL;&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 10 Sep 2019 19:34:37 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-09-10T19:34:37Z</dc:date>
    <item>
      <title>Need help on SA</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1622290#M734342</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18925"&gt;@frankhanhart&lt;/a&gt;&amp;nbsp; ,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp; one&amp;nbsp; &amp;nbsp;filed called&amp;nbsp; sellername .&amp;nbsp; &amp;nbsp;in that field i have sellers around 200 members&amp;nbsp;&lt;/P&gt;&lt;P&gt;so now&amp;nbsp; i want to&amp;nbsp; implement section access&amp;nbsp; based on&amp;nbsp; seller&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;if seller&amp;nbsp; is&amp;nbsp; &amp;nbsp;sony&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;then&amp;nbsp; sony login&amp;nbsp; only sony seller&amp;nbsp; info only need to see like that .&lt;/P&gt;&lt;P&gt;so which is possible way to do this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1622290#M734342</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2024-11-16T20:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on SA</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1622301#M734343</link>
      <description>&lt;P&gt;Try something like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Section Access;
LOAD * INLINE [
    ACCESS, NTNAME, 				SELLERNAME
    ADMIN, 	EXAMPLE\ADMIN,			*
    USER, 	EXAMPLE\VEGAR,			VEGAR
    USER, 	EXAMPLE\FRANKANHART,	FRANKANHART
    USER, 	EXAMPLE\SUNNYTALWAR,    SUNNYTALWAR
    USER, 	EXAMPLE\SONIASWEETY, 	SONIASWEETY   
];

Section Application;
DATA:
LOAD 
  UPPER(Sellername) as SA_SELLERNAME,
  Sellername,
  SalesAmount,
  SalesQty
FROM 
  EXCEL;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Sep 2019 19:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1622301#M734343</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-10T19:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on SA</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1627153#M734344</link>
      <description>&lt;P&gt;Here is a Design Blog post in addition to what Vegar gave you, but if Vegar's post got you what you needed, be sure to thank him by clicking the Accept as Solution button on his post.&amp;nbsp; If that did not quite work, have a look at the following post, there are two dynamic data reduction posts at the bottom of this post as well, just FYI, but I wanted to include the base article as well...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this will fill in any gaps you may have.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 21:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-SA/m-p/1627153#M734344</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-23T21:12:46Z</dc:date>
    </item>
  </channel>
</rss>

