<?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: Error in Section Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Error-in-Section-Access/m-p/1777869#M60368</link>
    <description>&lt;P&gt;All rows in Section Access need to be in uppercase:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Upper([NODE1] as NODE1&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 19:25:21 GMT</pubDate>
    <dc:creator>tmumaw</dc:creator>
    <dc:date>2021-01-27T19:25:21Z</dc:date>
    <item>
      <title>Error in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-Section-Access/m-p/1777765#M60357</link>
      <description>&lt;P&gt;Good Morning Everyone,&lt;/P&gt;&lt;P&gt;I'm having some issues with section access.&amp;nbsp; Here is the error message I'm receiving:&amp;nbsp; What am I missing?&amp;nbsp; Thanks&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Field 'Node1' not found&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;LOAD "ACCESS", "USERID", SAPROFITCENTER, [Node1], [Node2], [Node3], [Node4], [Node5], [Node6], [Node7], [Node8], [Node9] FROM [lib://QVD/Section Access/SAUsers.QVD] (qvd)&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Here is my script:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;LET vToday = today();&lt;BR /&gt;Let vCYear = year(vToday);&lt;BR /&gt;LET vPYear = year(vToday) - 1;&lt;BR /&gt;LET vPrevYear = vYear - 5;&lt;BR /&gt;LET vRolling4 = makedate(vYear - 5, month(vToday), 1); // rolling 4 years&lt;BR /&gt;LET vRolling3 = makedate(vYear - 4, month(vToday), 1); // rolling 3 years&lt;BR /&gt;LET vPrevToday = makedate(vYear - 2, month(vToday), 1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LET vFormatToday = Num(vToday);&lt;/P&gt;&lt;P&gt;Let vFormatRunDate = date(vToday, 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;Let vRunDate = date(vToday, 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD&lt;BR /&gt;"ACCESS",&lt;BR /&gt;"USERID",&lt;BR /&gt;SAPROFITCENTER,&lt;BR /&gt;[Node1],&lt;BR /&gt;[Node2],&lt;BR /&gt;[Node3],&lt;BR /&gt;[Node4],&lt;BR /&gt;[Node5],&lt;BR /&gt;[Node6],&lt;BR /&gt;[Node7],&lt;BR /&gt;[Node8],&lt;BR /&gt;[Node9]&lt;BR /&gt;FROM [lib://QVD/Section Access/SAUsers.QVD] (qvd)&lt;BR /&gt;;&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ExpandedNodes:&lt;BR /&gt;LOAD&lt;BR /&gt;[Node1],&lt;BR /&gt;[Node2],&lt;BR /&gt;[Node3],&lt;BR /&gt;[Node4],&lt;BR /&gt;[Node5],&lt;BR /&gt;[Node6],&lt;BR /&gt;[Node7],&lt;BR /&gt;[Node8],&lt;BR /&gt;[Node9],&lt;BR /&gt;ParentGroup,&lt;BR /&gt;Path,&lt;BR /&gt;NodeIDCostCenterName,&lt;BR /&gt;ParentIDGroup,&lt;BR /&gt;Node&lt;BR /&gt;FROM [lib://QVD/Section Access/ExpandedNodes.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;ExpandedNodeNames:&lt;BR /&gt;LOAD&lt;BR /&gt;Level1,&lt;BR /&gt;Level2,&lt;BR /&gt;Level3,&lt;BR /&gt;Level4,&lt;BR /&gt;Level5,&lt;BR /&gt;Level6,&lt;BR /&gt;Level7,&lt;BR /&gt;Level8,&lt;BR /&gt;Level9,&lt;BR /&gt;ParentCostCenterGroup,&lt;BR /&gt;"Davey Hierarchy",&lt;BR /&gt;NodeIDCostCenterName,&lt;BR /&gt;ParentIDCostCenterGroup,&lt;BR /&gt;Level,&lt;BR /&gt;DepthCostCenterGroup&lt;BR /&gt;FROM [lib://QVD/Section Access/ExpandedNodeNames.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;AncestorNodes:&lt;BR /&gt;LOAD&lt;BR /&gt;NodeIDCostCenterName,&lt;BR /&gt;AncestorIDCostCenterGroup,&lt;BR /&gt;AncestorNameCostCenterGroup,&lt;BR /&gt;DepthDiffCostCenterGroup&lt;BR /&gt;FROM [lib://QVD/Section Access/AncestorNodes.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ProfitCenters:&lt;BR /&gt;LOAD&lt;BR /&gt;NodeIDCostCenterName,&lt;BR /&gt;"Profit Center",&lt;BR /&gt;SAPROFITCENTER,&lt;BR /&gt;"Profit Center Name",&lt;BR /&gt;"PC Desc"&lt;BR /&gt;FROM [lib://QVD/Section Access/CostCenterGroupHierarchy.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-Section-Access/m-p/1777765#M60357</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2024-11-16T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Error-in-Section-Access/m-p/1777869#M60368</link>
      <description>&lt;P&gt;All rows in Section Access need to be in uppercase:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Upper([NODE1] as NODE1&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-in-Section-Access/m-p/1777869#M60368</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2021-01-27T19:25:21Z</dc:date>
    </item>
  </channel>
</rss>

