<?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 column name in cyclic group in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525367#M107036</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49965"&gt;@Karim_Khan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this is another example of where there was a simple function to do this in QlikView, but that very basic functionality has not been ported across to Sense (or it hadn't last time I checked).&lt;/P&gt;&lt;P&gt;I tend to do cycle groups by having a data island with dimensions in and then have the current dimension selected from a filter pane. As well as allowing you to grab the name of the current value easily to put on a chart legend or title it also allows you to have the same dimension shown across many charts (just as QlikView used to do).&lt;/P&gt;&lt;P&gt;Sorry I can't be of more help on this.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 15:42:37 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2025-07-25T15:42:37Z</dc:date>
    <item>
      <title>Dynamic column name in cyclic group in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525363#M107033</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;Again am here with regards to&amp;nbsp;QlikSense not sure if its feasible,I am trying to pick up dynamic name of cyclic group dimensions based upon column selection.When i select Dim1 it should show name of column as Dim1 and if select Dim2 it should show name of column as Dim2 and select Dim3 it should show name of column as Dim3.&lt;/P&gt;&lt;P&gt;I know the workaround using Variable Input which will allow to pick up the value dynamically but i need this work directly with column selection of cyclic group.&lt;/P&gt;&lt;P&gt;Unfortunately&amp;nbsp;cyclic group dimensions are not getting unlink.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any example will be highly appreciated !!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 15:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525363#M107033</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2025-07-25T15:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column name in cyclic group in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525367#M107036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49965"&gt;@Karim_Khan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this is another example of where there was a simple function to do this in QlikView, but that very basic functionality has not been ported across to Sense (or it hadn't last time I checked).&lt;/P&gt;&lt;P&gt;I tend to do cycle groups by having a data island with dimensions in and then have the current dimension selected from a filter pane. As well as allowing you to grab the name of the current value easily to put on a chart legend or title it also allows you to have the same dimension shown across many charts (just as QlikView used to do).&lt;/P&gt;&lt;P&gt;Sorry I can't be of more help on this.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 15:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525367#M107036</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2025-07-25T15:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column name in cyclic group in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525442#M107058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I do agree upon this restriction,hence i am intend to try with drill down approach and its giving me expetced output now.&lt;/P&gt;&lt;P&gt;=if( GetSelectedCount(Dim1)&amp;gt;=1 AND GetSelectedCount(Dim2)&amp;gt;=1 and GetSelectedCount(Dim3)&amp;gt;=1, 'Dim3',&lt;/P&gt;&lt;P&gt;if( GetSelectedCount(Dim1)&amp;gt;=1 AND GetSelectedCount(Dim2)&amp;gt;=1, 'Dim2',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(Dim1)&amp;gt;=1, 'Dim1',&lt;BR /&gt;'No Dim Selected')))&lt;/P&gt;&lt;P&gt;The only concern is i can't unlink drill down group to rename the lable dynamically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 06:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525442#M107058</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2025-07-28T06:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic column name in cyclic group in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525522#M107067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49965"&gt;@Karim_Khan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appears to be a drill down group, rather than a cycle? The method is quite similar though.&lt;/P&gt;&lt;P&gt;What you will typically have is two expressions, like you have there, one which gives the dimension name and the other than gives the label. These are then applied to the relevant places.&lt;/P&gt;&lt;P&gt;Typically I would create these into variables, so they can be referred to from multiple places.&lt;/P&gt;&lt;P&gt;Take a look at this blog post, and the associated app, and you will see a number of examples of dynamic dimensions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/instant-qlik-sense-application/" target="_blank"&gt;https://www.quickintelligence.co.uk/instant-qlik-sense-application/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 15:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-column-name-in-cyclic-group-in-QlikSense/m-p/2525522#M107067</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2025-07-28T15:13:21Z</dc:date>
    </item>
  </channel>
</rss>

