<?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: Help Required Please... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-Required-Please/m-p/1822864#M67489</link>
    <description>&lt;P&gt;Hi, I think you ca split the load in pairs Age band using a bucle:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data:
LOAD
  MemberID,
  Age,
  AgeBand as AgeBand
From...;

// Add other pairs
FOR i=1 to 10
Concatenate (Data)
LOAD
  MemberID,
  Age$(i),
  AgeBand$(i) as AgeBand
From ...;&lt;/LI-CODE&gt;&lt;P&gt;After that you can create the table with AgeBand and dimension and Count(age), Count(Age1)... as expressions&lt;/P&gt;&lt;P&gt;Or using a Group by AgeBand if you want it on script.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jul 2021 08:00:59 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2021-07-18T08:00:59Z</dc:date>
    <item>
      <title>Help Required Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Required-Please/m-p/1822749#M67473</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a query that I can't seem to figure out and it's killing me!! I have the following data table:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AgeBandDataCut.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58750iC445AD9C8632DA44/image-size/large?v=v2&amp;amp;px=999" role="button" title="AgeBandDataCut.jpg" alt="AgeBandDataCut.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to try and get it into the following format and I honestly can't seem to figure it out:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AgeBandDataCut1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58751i2F81E8ABCC2E7A7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="AgeBandDataCut1.jpg" alt="AgeBandDataCut1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I essentially need to show how the member movements in the buckets as they get older.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone out there help me at all please??&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 15:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Required-Please/m-p/1822749#M67473</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2021-12-22T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help Required Please...</title>
      <link>https://community.qlik.com/t5/App-Development/Help-Required-Please/m-p/1822864#M67489</link>
      <description>&lt;P&gt;Hi, I think you ca split the load in pairs Age band using a bucle:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data:
LOAD
  MemberID,
  Age,
  AgeBand as AgeBand
From...;

// Add other pairs
FOR i=1 to 10
Concatenate (Data)
LOAD
  MemberID,
  Age$(i),
  AgeBand$(i) as AgeBand
From ...;&lt;/LI-CODE&gt;&lt;P&gt;After that you can create the table with AgeBand and dimension and Count(age), Count(Age1)... as expressions&lt;/P&gt;&lt;P&gt;Or using a Group by AgeBand if you want it on script.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 08:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-Required-Please/m-p/1822864#M67489</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-07-18T08:00:59Z</dc:date>
    </item>
  </channel>
</rss>

