<?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 Section Access Incomplete Visualization in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699608#M53576</link>
    <description>&lt;P&gt;Using Section Access to OMIT a column in an app but the work around to hide the data item when it's not available is not working. Here's what we've tried so far:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use&amp;nbsp;FieldNumber to check for the column and then hide / show the column based on it.&lt;/LI&gt;&lt;LI&gt;Use a variable of 'count(FIELD)' to hide / show the column.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;And I think we used FieldCount in a variable to hide / show the data item&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Each of the option always returns a '1' for the FIELD, whether it's in the SA script or not. When it's set under the OMIT column it doesn't show up in the app. But anywhere it's used it shows Incomplete Visualization. Using the hide/show component does work because any option always returns '1' as if the column is there. Any idea why it always returns a '1'?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Section Access -&lt;/P&gt;&lt;P&gt;ACCESS, USERID, GROUP, SA_ACCOUNT, OMIT&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *,&lt;BR /&gt;ADMIN, INTERNAL\SA_REPOSITORY, *,&lt;BR /&gt;USER,*, ROLES.USERS, *,ARCHIVEDROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load script that always returns 1.&lt;/P&gt;&lt;P&gt;Let vIFieldNumber = FieldNumber('ARCHIVEDROLE', 'Table1');&lt;/P&gt;&lt;P&gt;Variable that always returns 1&lt;/P&gt;&lt;P&gt;=Count('ARCHIVEDROLE')&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:30:04 GMT</pubDate>
    <dc:creator>derrydavis</dc:creator>
    <dc:date>2024-11-16T02:30:04Z</dc:date>
    <item>
      <title>Section Access Incomplete Visualization</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699608#M53576</link>
      <description>&lt;P&gt;Using Section Access to OMIT a column in an app but the work around to hide the data item when it's not available is not working. Here's what we've tried so far:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use&amp;nbsp;FieldNumber to check for the column and then hide / show the column based on it.&lt;/LI&gt;&lt;LI&gt;Use a variable of 'count(FIELD)' to hide / show the column.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;And I think we used FieldCount in a variable to hide / show the data item&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Each of the option always returns a '1' for the FIELD, whether it's in the SA script or not. When it's set under the OMIT column it doesn't show up in the app. But anywhere it's used it shows Incomplete Visualization. Using the hide/show component does work because any option always returns '1' as if the column is there. Any idea why it always returns a '1'?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Section Access -&lt;/P&gt;&lt;P&gt;ACCESS, USERID, GROUP, SA_ACCOUNT, OMIT&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *,&lt;BR /&gt;ADMIN, INTERNAL\SA_REPOSITORY, *,&lt;BR /&gt;USER,*, ROLES.USERS, *,ARCHIVEDROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load script that always returns 1.&lt;/P&gt;&lt;P&gt;Let vIFieldNumber = FieldNumber('ARCHIVEDROLE', 'Table1');&lt;/P&gt;&lt;P&gt;Variable that always returns 1&lt;/P&gt;&lt;P&gt;=Count('ARCHIVEDROLE')&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699608#M53576</guid>
      <dc:creator>derrydavis</dc:creator>
      <dc:date>2024-11-16T02:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Incomplete Visualization</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699611#M53577</link>
      <description>&lt;P&gt;A thought occurred to me, does this app need to be owned by SA for it to work properly? And in a stream other than my own work stream? I'll be testing that theory out soon.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 23:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699611#M53577</guid>
      <dc:creator>derrydavis</dc:creator>
      <dc:date>2020-05-06T23:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Incomplete Visualization</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699624#M53578</link>
      <description>&lt;P&gt;Publishing to a stream and changing owners did not fix the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 00:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1699624#M53578</guid>
      <dc:creator>derrydavis</dc:creator>
      <dc:date>2020-05-07T00:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Incomplete Visualization</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1704492#M54007</link>
      <description>&lt;P&gt;User error, did not have the right code in place. Hide / Show based on the count of the field being omitted works.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 15:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Incomplete-Visualization/m-p/1704492#M54007</guid>
      <dc:creator>derrydavis</dc:creator>
      <dc:date>2020-05-22T15:18:48Z</dc:date>
    </item>
  </channel>
</rss>

