<?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 to create 2x2 matrix table in qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167579#M905162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 09:34:47 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-07-04T09:34:47Z</dc:date>
    <item>
      <title>How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167578#M905161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;I want to create a table structure like below with Age group and Gender where each data cell will display no of customer per age group and gender.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" width="448"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;0-20&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;21-30&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;31-40&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;41-50&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;51-60&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;60+&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;M&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;53&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;63&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;73&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;F&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Company Owned&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;44&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;77&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;110&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;143&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;176&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my Customer table load script&lt;/P&gt;&lt;P&gt;[Customer]:&lt;/P&gt;&lt;P&gt;LOAD [Customer id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Existing Customer],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Insertion Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy No]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167578#M905161</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167579#M905162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167579#M905162</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-04T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167580#M905163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anindya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(AGE&amp;gt;=60,'60+',subfield(class(AGE,10),' ',1) &amp;amp;'-'&amp;amp; &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;subfield(class(AGE,10),' ',5))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AgeGroup_Pivot.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130011_AgeGroup_Pivot.png" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167580#M905163</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-04T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167581#M905164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/178253"&gt;tamilarasu&lt;/A&gt; Can u please send me a snapshot of the script and design.I am using Qlikview personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167581#M905164</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2016-07-04T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167582#M905165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Change your Load Script to include AgeGroup and use that as your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Customer]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD [Customer id],&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; [Existing Customer],&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; [Insertion Date],&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; 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=60 , '60+',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=50,'50-60',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=40,'40-50',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=30,'30-40',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=20,'20-30',&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;'10-20')))) as AgeGroup,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender,&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; [Policy No]&lt;/P&gt;&lt;P&gt;&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;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Customer);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167582#M905165</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-07-04T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167583#M905166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of a huge nested IF-statement, I would suggest using the IntervalMatch() function instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm"&gt;http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/IntervalMatch.htm&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167583#M905166</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-04T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167584#M905167</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Age:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if(AGE&amp;lt;=20,'0-20',&lt;/P&gt;&lt;P&gt;if(AGE&amp;lt;=30,'21-30',&lt;/P&gt;&lt;P&gt;if(AGE&amp;lt;=40,'31-40',&lt;/P&gt;&lt;P&gt;if(AGE&amp;lt;=50,'41-50',&lt;/P&gt;&lt;P&gt;if(AGE&amp;lt;=60,'51-60','61+'))))) as "Age Bucket";&lt;/P&gt;&lt;P&gt;LOAD [Customer id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Existing Customer], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Insertion Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy No]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Cross table.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Sample data]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Front End:&lt;/P&gt;&lt;P&gt;Dimension: Gender and Age Bucket &lt;/P&gt;&lt;P&gt;Exp: Count(Customer Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167584#M905167</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-07-04T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167585#M905168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using IntervalMatch:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14676260768743005" jivemacro_uid="_14676260768743005" modifiedtitle="true"&gt;
&lt;P&gt;Age_range:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Start, End, Age_Range&lt;/P&gt;
&lt;P&gt;0, 20, 0-20&lt;/P&gt;
&lt;P&gt;21, 30, 21-30&lt;/P&gt;
&lt;P&gt;31, 40, 31-40&lt;/P&gt;
&lt;P&gt;41, 50, 41-50&lt;/P&gt;
&lt;P&gt;51, 60, 51-60&lt;/P&gt;
&lt;P&gt;61, 120, 61+&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD [Customer id], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Existing Customer], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Insertion Date], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy No]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Sample data]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IntervalMatch (AGE) LOAD Start, End Resident Age_range;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130016_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 09:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167585#M905168</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-07-04T09:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167586#M905169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anindya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14676265519098910" jivemacro_uid="_14676265519098910"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD [Customer id], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Existing Customer], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Insertion Date], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGE, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Policy No],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(AGE&amp;gt;=0 and AGE&amp;lt;=20,'0-20',&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(AGE&amp;gt;20 and AGE&amp;lt;=30,'21-30',&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(AGE&amp;gt;30 and AGE&amp;lt;=40,'31-40',&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(AGE&amp;gt;40 and AGE&amp;lt;=50,'41-50',&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if(AGE&amp;gt;50 and AGE&amp;lt;=60,'51-60','61+'))))) as Age_Bucket&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [Sample data]);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pivot table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Gender&lt;/P&gt;&lt;P&gt;Age_Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Count(Age_Bucket)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130014_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 10:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167586#M905169</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-04T10:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167587#M905170</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;A href="https://community.qlik.com/qlik-users/178253"&gt;tamilarasu&lt;/A&gt; I am getting this syructure as below.But how to transpose age column into row????&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129963_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167587#M905170</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2016-07-04T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167588#M905171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure it is a Pivot Table.&lt;/P&gt;&lt;P&gt;Click on "Age" and keep your mouse button pressed.&lt;/P&gt;&lt;P&gt;Move your mouse to the top-right corner. An arrow will show up.&lt;/P&gt;&lt;P&gt;You might have to make some small circles with your mouse before the arrow points in the right direction (to the left instead of down).&lt;/P&gt;&lt;P&gt;Let go of your mouse and, tada, columns &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 10:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167588#M905171</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-04T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167589#M905172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the column and use principle drag and drop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167589#M905172</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-07-04T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167590#M905173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anindya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can follow the steps mentioned by Onno. Kindly let us know, if you have any issues. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 12:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167590#M905173</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-04T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167591#M905174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.Finally I am able to do it.Actually I have unchecked allow pivoting option in presentation tab of pivot table.&lt;/P&gt;&lt;P&gt;this vedio is also good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=x0-38NZiXS0" title="https://www.youtube.com/watch?v=x0-38NZiXS0"&gt;QlikView | Pivot Tables - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 12:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167591#M905174</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2016-07-04T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 2x2 matrix table in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167592#M905175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 12:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-2x2-matrix-table-in-qlikview/m-p/1167592#M905175</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-04T12:58:53Z</dc:date>
    </item>
  </channel>
</rss>

