<?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 Mixed Section Access to allow access to summary data and specific data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384933#M798197</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;I have a situation in which we have a summary dashboard with department data and also allows users to see data for specific people. I'd like the users to be able to view the summary data (aggregates of all people's data), but only be able to look at their own specific table. For example, they can view the summary bar charts, but in their name field, only their name should be available. I'm able to limit users access via data reduction based on their NTNAME to their own name field, but of course, the summary data only includes their own. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>proctors</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Mixed Section Access to allow access to summary data and specific data</title>
      <link>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384933#M798197</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;I have a situation in which we have a summary dashboard with department data and also allows users to see data for specific people. I'd like the users to be able to view the summary data (aggregates of all people's data), but only be able to look at their own specific table. For example, they can view the summary bar charts, but in their name field, only their name should be available. I'm able to limit users access via data reduction based on their NTNAME to their own name field, but of course, the summary data only includes their own. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384933#M798197</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Section Access to allow access to summary data and specific data</title>
      <link>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384934#M798198</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;&lt;SPAN style="font-size: 10pt;"&gt;I know I've seen this implemented but with Mashups in QS and with different apps (some with data reduction and some without it) and the mashup controlling what goes where.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from my experience -which is not much-, it seems you may need to create those summarised tables via the load script so they don't get affected by the data reduction.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm keen to see other better options to your post,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I'm talking from a Qlik Sense perspective... Qlik View may have better ways to do this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 04:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384934#M798198</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-12-12T04:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Section Access to allow access to summary data and specific data</title>
      <link>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384935#M798199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Maybe this will help you and you will be able to more flexibly configure the data provided. (for ex. use all data via set-analysis) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;We use alternative metod with triggers.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In our model of data we have additional table USER_NT-USER_REPORT + we create a trigger on open application,which lock field USER_NT.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;This trigger have 2 actions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Select in field&lt;/STRONG&gt; - &amp;gt; USER_NT&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=If(FieldIndex('USER_NT',Upper(OSUser()))&amp;gt;0,Upper(OSUser()),'Unknown')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Lock field&lt;/STRONG&gt;&amp;nbsp; - &amp;gt; USER_NT&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So, that the user can not unlock it we create else one trigger on event unlock field,which have one action -&amp;gt; &lt;STRONG&gt;start the macro SetActiveUser&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15130749093517135" jivemacro_uid="_15130749093517135"&gt;
&lt;P&gt;sub SetActiveUser&lt;/P&gt;
&lt;P&gt;vUser =&amp;nbsp; ActiveDocument.Evaluate("upper(OSUser())")&lt;/P&gt;
&lt;P&gt;vUserOK =&amp;nbsp; CInt(ActiveDocument.Evaluate("FieldIndex('USER_NT','"&amp;amp;vUser&amp;amp;"')"))&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;set f=ActiveDocument.GetField("USER_NT")&lt;/P&gt;
&lt;P&gt;f.Unlock&lt;/P&gt;
&lt;P&gt;If vUserOK &amp;gt; 0 then&lt;/P&gt;
&lt;P&gt;f.Select vUser&lt;/P&gt;
&lt;P&gt;else&lt;/P&gt;
&lt;P&gt;f.Select "Unknown"&lt;/P&gt;
&lt;P&gt;end if &lt;/P&gt;
&lt;P&gt;f.Lock&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It works only in ajax, there are not button "Clear and unlock all".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 10:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixed-Section-Access-to-allow-access-to-summary-data-and/m-p/1384935#M798199</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2017-12-12T10:38:19Z</dc:date>
    </item>
  </channel>
</rss>

