<?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: Implementing the section access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1889181#M73263</link>
    <description>&lt;P&gt;can you try below method:&lt;/P&gt;
&lt;P&gt;section Access;&lt;BR /&gt;load * inline [&lt;BR /&gt;user,project&lt;BR /&gt;abc,p0&lt;BR /&gt;abc,p1&lt;BR /&gt;efg,p1&lt;BR /&gt;];&lt;BR /&gt;section application;&lt;BR /&gt;load * inline [&lt;BR /&gt;project,value&lt;BR /&gt;p0,v0&lt;BR /&gt;p1,v1&lt;BR /&gt;p1,v2&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2022 12:10:29 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2022-02-04T12:10:29Z</dc:date>
    <item>
      <title>Implementing the section access</title>
      <link>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1888626#M73216</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have to implement the section access for the below details.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl66" style="height: 15.0pt; width: 48pt;"&gt;Project&lt;/TD&gt;
&lt;TD width="64" class="xl66" style="border-left: none; width: 48pt;"&gt;User&lt;/TD&gt;
&lt;TD width="64" class="xl66" style="border-left: none; width: 48pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 48pt;"&gt;P0&lt;/TD&gt;
&lt;TD style="border-left: medium none; width: 48pt;"&gt;abc&lt;/TD&gt;
&lt;TD style="border-left: medium none; width: 48pt;"&gt;val0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;P1&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;val1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;P1&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;efg&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;val2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Here the user "abc"&amp;nbsp; should get the values related to Project P0 and P1 i.e val0, val1 and val2.&lt;/P&gt;
&lt;P&gt;Whereas&amp;nbsp; "efg" should get the values related to Project P1 only&amp;nbsp; i.e val1 and val2.&lt;/P&gt;
&lt;P&gt;Could you please suggest me on implementing the section access for this.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1888626#M73216</guid>
      <dc:creator>ChethanKumar</dc:creator>
      <dc:date>2022-02-03T11:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing the section access</title>
      <link>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1889181#M73263</link>
      <description>&lt;P&gt;can you try below method:&lt;/P&gt;
&lt;P&gt;section Access;&lt;BR /&gt;load * inline [&lt;BR /&gt;user,project&lt;BR /&gt;abc,p0&lt;BR /&gt;abc,p1&lt;BR /&gt;efg,p1&lt;BR /&gt;];&lt;BR /&gt;section application;&lt;BR /&gt;load * inline [&lt;BR /&gt;project,value&lt;BR /&gt;p0,v0&lt;BR /&gt;p1,v1&lt;BR /&gt;p1,v2&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 12:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1889181#M73263</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-02-04T12:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing the section access</title>
      <link>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1889580#M73281</link>
      <description>&lt;P&gt;Thank you for your reply, this can be applied for small number of data.&lt;/P&gt;
&lt;P&gt;But am looking for large and dynamic set of data , kindly suggest&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 05:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Implementing-the-section-access/m-p/1889580#M73281</guid>
      <dc:creator>ChethanKumar</dc:creator>
      <dc:date>2022-02-07T05:20:17Z</dc:date>
    </item>
  </channel>
</rss>

