<?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: How do I create a Calculated Dimension to do Stratification in a Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26701#M511641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class in the script and chart&amp;nbsp; or Intervalmatch in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;LOAD *, class(Age, 10, 'age') As Agegroup; LOAD * INLINE [ Age, Name 25, John 42, Karen 53, Yoshi];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 10px 0px; font-weight: bold; color: #0f0f0f;"&gt;&lt;SPAN style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 10px 0px; font-weight: bold; color: #0f0f0f;"&gt;&lt;SPAN style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Inner Join IntervalMatch (Date,Key) LOAD FirstDate, LastDate, Key resident Key;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2018 23:24:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-28T23:24:07Z</dc:date>
    <item>
      <title>How do I create a Calculated Dimension to do Stratification in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26699#M511639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make a stratification chart to show different "buckets" for expenditures.&amp;nbsp; I would like to have buckets of 0-500, 500-1000, 1000-2000, 2000-5000, 5000+.&amp;nbsp; The field that I am doing this on is called Expense Amount.&amp;nbsp; I would like a calculated dimension for this.&amp;nbsp; How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26699#M511639</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2018-03-28T21:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a Calculated Dimension to do Stratification in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26700#M511640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is similar to this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/296424"&gt;class function Label&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/260626"&gt;Creating buckets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3821"&gt;Buckets&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26700#M511640</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-28T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a Calculated Dimension to do Stratification in a Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26701#M511641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class in the script and chart&amp;nbsp; or Intervalmatch in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;LOAD *, class(Age, 10, 'age') As Agegroup; LOAD * INLINE [ Age, Name 25, John 42, Karen 53, Yoshi];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 10px 0px; font-weight: bold; color: #0f0f0f;"&gt;&lt;SPAN style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 10px 0px; font-weight: bold; color: #0f0f0f;"&gt;&lt;SPAN style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Inner Join IntervalMatch (Date,Key) LOAD FirstDate, LastDate, Key resident Key;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 23:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-Calculated-Dimension-to-do-Stratification-in-a/m-p/26701#M511641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T23:24:07Z</dc:date>
    </item>
  </channel>
</rss>

