<?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 field values in chart using NTNAME &amp;amp; OSUSER in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555399#M597873</link>
    <description>&lt;P&gt;Yes Section Access works on the complete application and not on a specific chart&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 13:35:03 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2019-03-12T13:35:03Z</dc:date>
    <item>
      <title>Restrict field values in chart using NTNAME &amp; OSUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555311#M597869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to place restrictions within a chart, and keep the data in the rest of the app open.&lt;/P&gt;&lt;P&gt;The field to restrict by is 'Cost Centre'.&lt;/P&gt;&lt;P&gt;One loaded table (let's call is 'ACCESS') lists NTNAMEs in one column, and the Cost Centre they may access (for this purpose)&amp;nbsp;in the second column.&lt;/P&gt;&lt;P&gt;Cost Centre is a dimension in the chart. I can't figure out how to restrict the Cost Centres displayed in the chart based on NTNAME in the ACCESS table. I'm assuming it will require matching NTNAME and the value returned by OSUSER().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555311#M597869</guid>
      <dc:creator>zakpullen</dc:creator>
      <dc:date>2024-11-16T21:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field values in chart using NTNAME &amp; OSUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555352#M597870</link>
      <description>You might want to use Section Access here. And list all the users you want to restrict for Cost Centre. IF you use OSUSER() how do you know which OSUSER is restricted with what cost centre. Hence, you might need to have OSUser names from your database table or from an excel sheet to handle this. Make sure you also have the Admin user list added to your excel sheet. For example:&lt;BR /&gt;And make sure your connecting field name is in upper case in your model.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;EMPLOYEELOGIN ACCESS COSTCENTRE&lt;BR /&gt;AdminUsrName1 ADMIN ''&lt;BR /&gt;AdminUsrName2 ADMIN ''&lt;BR /&gt;AdminUsrName3 ADMIN ''&lt;BR /&gt;username1 USER CostCenterValue&lt;BR /&gt;username1 USER CostCenterValue&lt;BR /&gt;username1 USER CostCenterValue&lt;BR /&gt;...... add users accordingly.&lt;BR /&gt;&lt;BR /&gt;Once you do this load this excel sheet in your UI qvw file like&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD EMPLOYEELOGIN as NTNAME,&lt;BR /&gt;ACCESS,&lt;BR /&gt;COSTCENTRE&lt;BR /&gt;FROM&lt;BR /&gt;excelpath\SectionAccess.xlsx;&lt;BR /&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. If not please share some sample data to work on it.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555352#M597870</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-03-12T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field values in chart using NTNAME &amp; OSUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555358#M597871</link>
      <description>&lt;P&gt;Thanks, but wouldn't Section Access restrict data across the whole app?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555358#M597871</guid>
      <dc:creator>zakpullen</dc:creator>
      <dc:date>2019-03-12T12:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field values in chart using NTNAME &amp; OSUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555365#M597872</link>
      <description>My bad I was thinking of restriction on field , you want in chart right. Still you can use this excel for that like remove section access statement and use if paused =employeelogin then costcentre something like this.</description>
      <pubDate>Tue, 12 Mar 2019 12:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555365#M597872</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-03-12T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict field values in chart using NTNAME &amp; OSUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555399#M597873</link>
      <description>&lt;P&gt;Yes Section Access works on the complete application and not on a specific chart&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 13:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-field-values-in-chart-using-NTNAME-amp-OSUSER/m-p/1555399#M597873</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-03-12T13:35:03Z</dc:date>
    </item>
  </channel>
</rss>

