<?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: Problem with Section access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788241#M61533</link>
    <description>&lt;P&gt;today I removed the OMIT from section access and still that user sees zero as the result of the expression while admins see the result correctly&lt;/P&gt;&lt;P&gt;kindly advise&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 10:15:39 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2021-03-04T10:15:39Z</dc:date>
    <item>
      <title>Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1787990#M61501</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;we have Qlik Sense server latest version&lt;BR /&gt;on a dashboard we defined section access (some users have ADMIN access and others with USER access)&lt;BR /&gt;there is an expression: sum(Expected_Man_Days)&lt;BR /&gt;this expression gives zero when some users with USER access access the dashboard and this is wrong:&lt;BR /&gt;However if I remove the section access and I reload the dashboard and then on the UI I select the UserID of the user the expression gives a correct number&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;so the expression is not working fine when section access is applied&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1787990#M61501</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-03T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788000#M61502</link>
      <description>&lt;P&gt;Have you added any omit field in the section access?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788000#M61502</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-03T16:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788006#M61504</link>
      <description>&lt;P&gt;Yes some fields are omitted for some users but this particular user the omit is kept blank&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the omit is giving problems?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788006#M61504</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-03T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788012#M61506</link>
      <description>&lt;P&gt;So the omit is giving problems?&lt;/P&gt;&lt;P&gt;yes, only for admin only you pass it as blank.&lt;/P&gt;&lt;P&gt;example for omit&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, USERID, PASSWORD, OMIT&lt;BR /&gt;ADMIN, ADMIN, ADMIN,&lt;BR /&gt;USER, USER1, U1, SALES&lt;BR /&gt;USER, USER2, U2, WAREHOUSE&lt;BR /&gt;USER, USER3, U3, EMPLOYEES&lt;BR /&gt;USER, USER4, U4, SALES&lt;BR /&gt;USER, USER4, U4, WAREHOUSE&lt;BR /&gt;USER, USER5, U5, *&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;SALES, WAREHOUSE, EMPLOYEES, ORDERS&lt;BR /&gt;1, 2, 3, 4&lt;BR /&gt;];&lt;BR /&gt;In this example, the field OMIT has been added as part of Section Access.&lt;BR /&gt;USER1 will not be able to see the field SALES, USER2 will not be able to see field&lt;BR /&gt;WAREHOUSE and USER3 will not see field EMPLOYEES.&lt;BR /&gt;USER4 has been added twice to the solution since we want to OMIT two fields for this&lt;BR /&gt;user, SALES and WAREHOUSE.&lt;BR /&gt;USER5 has a “*” added which means that all listed fields in OMIT will be unavailable.&lt;BR /&gt;USER5 will not be able to see fields SALES, WAREHOUSE and EMPLOYEES.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788012#M61506</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-03T17:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788024#M61507</link>
      <description>&lt;P&gt;So if a user doesn't see a field f1 and there is a measure related to f1 then the sum of that measure would be zero?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788024#M61507</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-03T17:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788030#M61509</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So if a user doesn't see a field f1 and there is a measure related to f1 then the sum of that measure would be zero?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, it will be zero or null value&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 18:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788030#M61509</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-03T18:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788241#M61533</link>
      <description>&lt;P&gt;today I removed the OMIT from section access and still that user sees zero as the result of the expression while admins see the result correctly&lt;/P&gt;&lt;P&gt;kindly advise&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 10:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788241#M61533</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788274#M61539</link>
      <description>&lt;P&gt;Can you share your section access script&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 11:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788274#M61539</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-04T11:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788292#M61543</link>
      <description>&lt;P&gt;section Access;&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;project managers&lt;BR /&gt;*/&lt;BR /&gt;security:&lt;BR /&gt;LOAD&lt;BR /&gt;ACCESS,&lt;BR /&gt;USERID,&lt;BR /&gt;SECURITY_KEY&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_PRJ_MANAGER.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;admins / super users&lt;BR /&gt;*/&lt;BR /&gt;Concatenate(security)&lt;BR /&gt;Load&lt;BR /&gt;ACCESS,&lt;BR /&gt;USERID&lt;BR /&gt;from [$(vG.LoadPath)SECURITY_ADMIN_LIST.qvd](qvd);&lt;BR /&gt;/*&lt;BR /&gt;FPNA Users&lt;BR /&gt;*/&lt;BR /&gt;Concatenate(security)&lt;BR /&gt;LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;ACCESS,&lt;BR /&gt;SECURITY_KEY&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_NON_ADMIN_FPNA_PROJECT_TP2.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;Concatenate(security)&lt;BR /&gt;LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;ACCESS,&lt;BR /&gt;SECURITY_KEY&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_NON_ADMIN_FPNA_RESOURCE.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;/*&lt;BR /&gt;bu list&lt;BR /&gt;*/&lt;BR /&gt;Concatenate(security)&lt;BR /&gt;LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;ACCESS,&lt;BR /&gt;SECURITY_KEY&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_NON_ADMIN_BU_PROJECT.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;Concatenate(security)&lt;BR /&gt;Load&lt;BR /&gt;USERID,&lt;BR /&gt;ACCESS,&lt;BR /&gt;SECURITY_KEY&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_NON_ADMIN_BU_RESOURCE.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;/**************************************************************************************************************/&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;omit list for prj managers&lt;BR /&gt;*/&lt;BR /&gt;LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;SubField(OMIT,',') AS OMIT&lt;BR /&gt;FROM [$(vG.LoadPath)SECURITY_PRJ_MANAGER_OMIT_LIST.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;/**************************************************************************************************************/&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 12:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788292#M61543</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788293#M61544</link>
      <description>&lt;P&gt;can you join on Teams?&lt;BR /&gt;this way we make a quick call and I show you how the expression is behaving?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 12:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788293#M61544</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788401#M61554</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Pass your script between&lt;/P&gt;&lt;P&gt;section access ;&lt;/P&gt;&lt;P&gt;Section application;&lt;/P&gt;&lt;P&gt;You also need to pass one&amp;nbsp; more admin as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;ACCESS,USEID&lt;/P&gt;&lt;P&gt;ADMIN,INTERNAL\SA_SCHEDULER,&lt;/P&gt;&lt;P&gt;Note: when you&amp;nbsp; are implementing section access it has to be upper case like above example i shared.&lt;/P&gt;&lt;P&gt;And same field should also be in upper in the data model or script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788401#M61554</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-04T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788406#M61555</link>
      <description>&lt;P&gt;yes this is all done&lt;BR /&gt;the values in the table are all upper case and the security_key column contains numbers&lt;/P&gt;&lt;P&gt;and yes the SA_SCHEDULER is already part of the admin list&lt;BR /&gt;btw I've been working on Qlik for 10 years now&lt;BR /&gt;been working on Qlikview for long time and 3 years on Qlik Sense and this is the first time I encounter such a weird behavior&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788406#M61555</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T15:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788417#M61556</link>
      <description>&lt;P&gt;other than SA_SChCHEDULER, any thing you checked with qlik admin side to add in the section access&lt;/P&gt;&lt;P&gt;example&amp;nbsp;&lt;/P&gt;&lt;P&gt;ADMIN,INTERNAL\SA_API,&lt;/P&gt;&lt;P&gt;QAserviceaccount.&lt;/P&gt;&lt;P&gt;if again user is having zero for&amp;nbsp; filed then try to pass&amp;nbsp; blank value for omit and reduction.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788417#M61556</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-04T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788439#M61559</link>
      <description>&lt;P&gt;I totally removed the OMIT part&lt;BR /&gt;and this user has values in the reduction&lt;BR /&gt;if I remove the section access command and I select the that user from USERID the expression gives correct number but when I apply the section access the expression returns zero for that user&lt;/P&gt;&lt;P&gt;for admins it is working just fine&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788439#M61559</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788454#M61560</link>
      <description>&lt;P&gt;Reduction will give the user to access only the data for specified data, where as OMIT will allow not to access the particular field value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788454#M61560</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-04T16:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788458#M61562</link>
      <description>&lt;P&gt;I know but the behavior is weird&lt;BR /&gt;at first I thought the omit is making issues&amp;nbsp;&lt;BR /&gt;but I removed the OMIT part from the script&lt;BR /&gt;I kept the reduction&lt;BR /&gt;but if I remove the section access line&lt;BR /&gt;then in the UI I can select the user from the USERID field and the expression gives me a number which is correct&lt;BR /&gt;but when I put back the section access line of code and I ask that user to open the dashboard after I publish it&lt;/P&gt;&lt;P&gt;the expression gives him zero&lt;/P&gt;&lt;P&gt;this is the weird behavior&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788458#M61562</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2021-03-04T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Section access</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788462#M61563</link>
      <description>&lt;P&gt;yes its weird , better try this as last one&lt;/P&gt;&lt;P&gt;remove the particular&amp;nbsp; userid and run the section access and then&lt;/P&gt;&lt;P&gt;manually add the&amp;nbsp;particular&amp;nbsp; &amp;nbsp;userid details and then run it again with section access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is just a try only.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 16:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-Section-access/m-p/1788462#M61563</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2021-03-04T16:58:20Z</dc:date>
    </item>
  </channel>
</rss>

