<?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 Age classifications in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059007#M354757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Struck with the below aging bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to classify &amp;lt;=30 ,&amp;gt;30,31-60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a simple if is not going to multiple loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(age&amp;lt;=30,'less than 30',&lt;/P&gt;&lt;P&gt; if(age&amp;gt;30,'greater than 30',&lt;/P&gt;&lt;P&gt; if(age&amp;gt;30 and age &amp;lt;60,'between 30 and 60')))&lt;/P&gt;&lt;P&gt;Problem here is once age goes to age&amp;gt;30, it doesn't go the next if.&lt;/P&gt;&lt;P&gt;How to deal this situation?&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 15:59:20 GMT</pubDate>
    <dc:creator>kmswetha</dc:creator>
    <dc:date>2016-04-19T15:59:20Z</dc:date>
    <item>
      <title>Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059007#M354757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Struck with the below aging bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to classify &amp;lt;=30 ,&amp;gt;30,31-60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a simple if is not going to multiple loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(age&amp;lt;=30,'less than 30',&lt;/P&gt;&lt;P&gt; if(age&amp;gt;30,'greater than 30',&lt;/P&gt;&lt;P&gt; if(age&amp;gt;30 and age &amp;lt;60,'between 30 and 60')))&lt;/P&gt;&lt;P&gt;Problem here is once age goes to age&amp;gt;30, it doesn't go the next if.&lt;/P&gt;&lt;P&gt;How to deal this situation?&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059007#M354757</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2016-04-19T15:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059008#M354758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you assign two text to single value? If a Age = 45 you want it to be called greater than 30 and between 30 and 60 at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059008#M354758</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-19T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059009#M354759</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="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(age&amp;lt;=30,'less than 30', A1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(age&amp;gt;30,'greater than 30',A2&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(age&amp;gt;30 and age &amp;lt;60,'between 30 and 60' )))as A3&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try to create in backend script and u will get flags in front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059009#M354759</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-19T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059010#M354760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to create a table with multiple records for the same age, assigning different classes &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(Like a link table).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(age&amp;lt;=30,'less than 30','greater than 30') as Class&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'between 30 and 60'&lt;/SPAN&gt; as Class&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE age &amp;gt; 30 and age &amp;lt;60&lt;SPAN style="line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;edit: corrected second load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059010#M354760</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-19T16:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059011#M354761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView has a function class() that can group data into equal size bands in a simple command.&lt;/P&gt;&lt;P&gt;For different size bands then you will need to use if statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remember to make your column wide enough to see the results&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87214"&gt;Class function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059011#M354761</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-19T16:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Age classifications</title>
      <link>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059012#M354762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was also thinking same. Let me try and reply back to this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank Swuehl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-classifications/m-p/1059012#M354762</guid>
      <dc:creator>kmswetha</dc:creator>
      <dc:date>2016-04-20T12:53:05Z</dc:date>
    </item>
  </channel>
</rss>

