<?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: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46919#M784511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCESS",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "USERID",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TERRITORY_NAME,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESGROUP_NAME&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; // ROLE&lt;BR /&gt;FROM [lib://Lubes_SourceFiles/Lubes Dashboard Section Access.csv]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp; a code for section access and&amp;nbsp; variable which we have used for flip the TKL to KL is&lt;/P&gt;&lt;P&gt;if((GetSelectedCount(ProductBrand)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; getselectedCOUNT(ProductName)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetSelectedCount(SalesGroupName)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt; GetSelectedCount(CustomerName)&amp;gt;=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),'1','1000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you guide how to achieve is requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 07:27:24 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2018-03-19T07:27:24Z</dc:date>
    <item>
      <title>Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46913#M784505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented section access in Qliksense&amp;nbsp; with&amp;nbsp; geo level hierarchy .&amp;nbsp; The structure of hierarchy is&amp;nbsp; REGION-&amp;gt;Territory-&amp;gt;SalesGroup&amp;nbsp; with&amp;nbsp; amount as a measure.&amp;nbsp; Now client want to view the sales in TKL as well as in KL as UOM. &lt;/P&gt;&lt;P&gt;For this we have created a variable&amp;nbsp; vKLTKL = if( getselectedcount(SalesGroup)&amp;nbsp; &amp;gt;= 1&amp;nbsp; or getselectedcount(Customer) &amp;gt;= 1,1,1000) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 -&amp;gt; KL &lt;/P&gt;&lt;P&gt;1000 -&amp;gt; TKL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we reload the app with section access and if we assign a particular sales group to an user and when we open QVF&amp;nbsp; TKL to KL Flip is not working properly for section access with getselectedcount () function where as same is working fine without section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea&amp;nbsp; why it is not working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&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/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46913#M784505</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46914#M784506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it be possible for you to share some sample code ? &lt;/P&gt;&lt;P&gt;As per my understanding you will be doing some selections on Salesgroup and Customers .. right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46914#M784506</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-19T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46915#M784507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are passing SalesGroup or Customers through section access and the value of getselectedcount()&amp;nbsp; is not changing accordingly that is a issue ! Is there any way or alternate function which will change the values through section access for this parameters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46915#M784507</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-03-19T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46916#M784508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( len(SalesGroup)&amp;nbsp; &amp;gt; 0&amp;nbsp; or len(Customer) &amp;gt; 0,1,1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46916#M784508</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-19T06:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46917#M784509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One reason could be after passing Customer through section access there could be more that one value assigned &lt;/P&gt;&lt;P&gt;or QS do not take that value has selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your section access code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46917#M784509</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-19T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46918#M784510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetSelectedCount is based on user selections. Data access reduction will not set selected count. You could use GetPossibleCount() or a simple Count() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46918#M784510</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-19T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46919#M784511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Name,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACCESS",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "USERID",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TERRITORY_NAME,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESGROUP_NAME&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; // ROLE&lt;BR /&gt;FROM [lib://Lubes_SourceFiles/Lubes Dashboard Section Access.csv]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp; a code for section access and&amp;nbsp; variable which we have used for flip the TKL to KL is&lt;/P&gt;&lt;P&gt;if((GetSelectedCount(ProductBrand)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; getselectedCOUNT(ProductName)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetSelectedCount(SalesGroupName)&amp;gt;=1 or&lt;/P&gt;&lt;P&gt; GetSelectedCount(CustomerName)&amp;gt;=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),'1','1000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you guide how to achieve is requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46919#M784511</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-03-19T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46920#M784512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;if((GetPossibleCount(ProductBrand)&amp;gt;=1 or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; getpossibleCOUNT(ProductName)&amp;gt;=1 or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetPossibleCount(SalesGroupName)&amp;gt;=1 or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;GetPossibleCount(CustomerName)&amp;gt;=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),'1','1000')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46920#M784512</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-19T08:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46921#M784513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonath &amp;amp; Jyothish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply getpossiblecount is giving the no of records available in that field please refer the screen shot&lt;/P&gt;&lt;P&gt;for the same.&amp;nbsp; Actually we require to change the count no&amp;nbsp; 0 or 1 if&amp;nbsp; any level is defined in section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46921#M784513</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-03-19T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46922#M784514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you cannot use "getselectedcount" unless you explicitly select a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as per the screenshot you attached, can you let me know what value are you expecting in the variable "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; vKLTKL" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Is it 1 or 1000 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I can see multiple levels under the filed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 12:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46922#M784514</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-19T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variables not changing in Section access for Qlik Sense using getfieldselections</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46923#M784515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to change the value of variable as per level defined in section access&amp;nbsp; suppose user want to view the measures in KL&amp;nbsp; at salesgroup level then&amp;nbsp; vKLTKL should change to 1&amp;nbsp; or&amp;nbsp; for rest levels it should remains 1000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternative function like getselectedcount and which will work with section access ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 05:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Variables-not-changing-in-Section-access-for-Qlik-Sense/m-p/46923#M784515</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-03-20T05:35:36Z</dc:date>
    </item>
  </channel>
</rss>

