<?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 Qlik Sense Drill Down Functionality skips to next level for single value Field upon Section Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089535#M89301</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to create a Drill down where First column will have only single value followed by next dimensions having multiple values.&lt;/P&gt;
&lt;P&gt;1st FieldName: Division value - GLOBAL&lt;/P&gt;
&lt;P&gt;2nd FieldName: REGION - 7 Values for REGION&lt;/P&gt;
&lt;P&gt;3rd FieldName: COUNTRY - Multiple values&lt;/P&gt;
&lt;P&gt;Hence to show the column Division as 1st column in dimensional Drill down,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I concatenate null() as Division and appended it with the existing table.&lt;/P&gt;
&lt;P&gt;It works fine but if I apply section access, it skips and moves automatically to 2nd Field - REGION.&lt;/P&gt;
&lt;P&gt;Section Access is based on Region Level.&lt;/P&gt;
&lt;P&gt;Any solution to achieve this&amp;nbsp; with section access ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:37:48 GMT</pubDate>
    <dc:creator>PradeepLti</dc:creator>
    <dc:date>2024-11-15T21:37:48Z</dc:date>
    <item>
      <title>Qlik Sense Drill Down Functionality skips to next level for single value Field upon Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089535#M89301</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to create a Drill down where First column will have only single value followed by next dimensions having multiple values.&lt;/P&gt;
&lt;P&gt;1st FieldName: Division value - GLOBAL&lt;/P&gt;
&lt;P&gt;2nd FieldName: REGION - 7 Values for REGION&lt;/P&gt;
&lt;P&gt;3rd FieldName: COUNTRY - Multiple values&lt;/P&gt;
&lt;P&gt;Hence to show the column Division as 1st column in dimensional Drill down,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I concatenate null() as Division and appended it with the existing table.&lt;/P&gt;
&lt;P&gt;It works fine but if I apply section access, it skips and moves automatically to 2nd Field - REGION.&lt;/P&gt;
&lt;P&gt;Section Access is based on Region Level.&lt;/P&gt;
&lt;P&gt;Any solution to achieve this&amp;nbsp; with section access ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089535#M89301</guid>
      <dc:creator>PradeepLti</dc:creator>
      <dc:date>2024-11-15T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Drill Down Functionality skips to next level for single value Field upon Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089621#M89310</link>
      <description>&lt;P&gt;Assign some Dummy value to Division , Region, Country for that null row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Section Access allow that Dummy row to be visible to all.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt;Section access;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt;Load * INLINE [ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt;ACCESS, USERID, Region&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt;USER, AD_DOMAIN\1, *&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt;DUMMY,DUMMY,DUMMY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotInCloudServices"&gt; ];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Section Application;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;USER, Region, Country&lt;/P&gt;
&lt;P&gt;1,USA, ABC,&lt;/P&gt;
&lt;P&gt;1, USA, XYZ,&lt;/P&gt;
&lt;P&gt;1, AUS, PQR&lt;/P&gt;
&lt;P&gt;1, IND, FGH&lt;/P&gt;
&lt;P&gt;1, USA, ERT&lt;/P&gt;
&lt;P&gt;1,RSA, TYU&lt;/P&gt;
&lt;P&gt;1, SL, FGG&lt;/P&gt;
&lt;P&gt;1, BAN, ERT&lt;BR /&gt;DUMMY,DUMMY,DUMMY&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 16:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089621#M89310</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-06-30T16:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Drill Down Functionality skips to next level for single value Field upon Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089799#M89333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for the response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if I do the same, I will be getting DUMMY as a value in REGION field in the front end.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 03:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089799#M89333</guid>
      <dc:creator>PradeepLti</dc:creator>
      <dc:date>2023-07-03T03:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Drill Down Functionality skips to next level for single value Field upon Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089884#M89344</link>
      <description>&lt;P&gt;Dummy Value is just for displaying data in drill&amp;nbsp; down on applying section access in script;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could try out&amp;nbsp;if((USER)='Dummy','',USER) in drill down expression to hide Dummy data.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 08:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Drill-Down-Functionality-skips-to-next-level-for/m-p/2089884#M89344</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-03T08:57:49Z</dc:date>
    </item>
  </channel>
</rss>

