<?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 Hi Master Dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2089851#M89340</link>
    <description>&lt;P&gt;Hello Qlik_sters&lt;BR /&gt;I have a QVF file with section access as well as some users have a list of columns under the OMIT field&lt;BR /&gt;now if I have a chart with a field1 for example and this field is under the OMIT for some users then these users will get the "incomplete visulization" error&lt;BR /&gt;is there a way to hide this dimension from the chart so that to avoid the above error message?&lt;BR /&gt;kindly advise&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 07:42:25 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2023-07-03T07:42:25Z</dc:date>
    <item>
      <title>Hi Master Dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2089851#M89340</link>
      <description>&lt;P&gt;Hello Qlik_sters&lt;BR /&gt;I have a QVF file with section access as well as some users have a list of columns under the OMIT field&lt;BR /&gt;now if I have a chart with a field1 for example and this field is under the OMIT for some users then these users will get the "incomplete visulization" error&lt;BR /&gt;is there a way to hide this dimension from the chart so that to avoid the above error message?&lt;BR /&gt;kindly advise&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2089851#M89340</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2023-07-03T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Master Dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090023#M89356</link>
      <description>&lt;P&gt;use below expression in show column if condition to hide &amp;amp; show respective OMIT Field:-&lt;/P&gt;
&lt;P&gt;expression value i.e. OSUER will be different&amp;nbsp; for different OMIT Field as per defined in Section access script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(wildmatch(OSUser(),'ABC','PQR','XYZ'),1,0)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="udit_k_1-1688387531920.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111484iC822265C60066DD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="udit_k_1-1688387531920.png" alt="udit_k_1-1688387531920.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 12:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090023#M89356</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-03T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Master Dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090117#M89365</link>
      <description>&lt;P&gt;But the list of users is long&lt;/P&gt;
&lt;P&gt;There is a group of 25 users who have&amp;nbsp; omit values&lt;/P&gt;
&lt;P&gt;So definitely I won't check for names to hide it show dimension&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 18:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090117#M89365</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2023-07-03T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Master Dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090237#M89368</link>
      <description>&lt;P&gt;create a replica of the section access table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;set osuser() into a variable and use that value to get the related group&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set vUser =OSUser()&amp;nbsp;;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;use below expression in show column if condition to hide &amp;amp; show respective OMIT Field using Group instead of individual user:-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If(wildmatch(only({&amp;lt;USER={"$(vUser)"}&amp;gt;} GROUP),'ABC,'XYZ'),1,0);&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 08:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hi-Master-Dimensions/m-p/2090237#M89368</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-04T08:49:13Z</dc:date>
    </item>
  </channel>
</rss>

