<?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 load multi dimension cross table into QV? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391709#M799194</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&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable([Month Year], Data, 3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Category, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Month Year] as Labels, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-18], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-18], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-18]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\..\Downloads\sample data (3).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Model,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Month Year]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR i = 1 to FieldValueCount('Labels')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vField = FieldValue('Labels', $(i));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Len(Trim('$(vField)')) &amp;gt; 0 THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (FinalTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Model,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Month Year],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data as [$(vField)]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Labels = '$(vField)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2017 17:34:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-11-30T17:34:52Z</dc:date>
    <item>
      <title>How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391702#M799187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. How to load this data into QV? Please assist. Thank you.&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-load-multi-dimension-cross-table-into-QV/m-p/1391702#M799187</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391703#M799188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391703#M799188</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391704#M799189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;you can try with Cross table load or generic load method,&lt;/P&gt;&lt;P&gt;example,&lt;/P&gt;&lt;P&gt;cross table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15119766950469920" jivemacro_uid="_15119766950469920"&gt;
&lt;P&gt;&lt;STRONG&gt;CrossTable(Month, Amount, 3)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;LOAD Category,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Month Year],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-17],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-18],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-18],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-18]&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 Sheet2);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391704#M799189</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-29T17:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391705#M799190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you're going to need to do a crosstable and generic load&lt;IMG alt="forCommunity1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185153_forCommunity1.JPG" style="height: 477px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This will give you a data model that looks like this...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="forCommunity2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/185154_forCommunity2.JPG" style="height: 277px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 19:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391705#M799190</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2017-11-29T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391706#M799191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the data to be loaded as below format. Can anyone assist on this? Thank you.&lt;BR /&gt;&lt;IMG alt="load data QV.PNG" class="jive-image image-1" src="/legacyfs/online/185181_load data QV.PNG" style="height: 162px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 00:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391706#M799191</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-11-30T00:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391707#M799192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at all the suggestions? I think that is what CrossTable prefix ought to do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 01:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391707#M799192</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-30T01:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391708#M799193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, sorry, I am new to QV. I have looked through all the suggestions, but I still can't load the format I want. &lt;/P&gt;&lt;P&gt;The 1st and 2nd column is generic table and "column 3, row 1 to 11" is cross table. How to combine both in one table?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 05:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391708#M799193</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-11-30T05:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391709#M799194</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&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable([Month Year], Data, 3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Category, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Month Year] as Labels, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Apr-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jun-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Aug-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sep-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nov-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dec-17], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-18], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Feb-18], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mar-18]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\..\Downloads\sample data (3).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Model,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Month Year]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR i = 1 to FieldValueCount('Labels')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vField = FieldValue('Labels', $(i));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Len(Trim('$(vField)')) &amp;gt; 0 THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (FinalTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Model,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Month Year],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data as [$(vField)]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Labels = '$(vField)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 17:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391709#M799194</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-30T17:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391710#M799195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works! Thank you so much Sunny! &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 Dec 2017 00:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391710#M799195</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-04T00:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391711#M799196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me on this?&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;I would like to know how to create a new variable in the script for the below formula.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;Market ratio:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;(Number of jobs of current month x 12 months) / (total sales unit of last 12 months).&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I would like to exclude the job with part#=no_parts. I wonder why the below equation only workable in expressions of chart but not in the script. Please assist to check if the below formula is correct.&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;Count(DISTINCT {&amp;lt;Part# -= {'No_Parts'}&amp;gt;} Job#)*12/sum( aggr( rangesum( above( sum( [Sales Qty]),0,12) ),(Monthname,(NUMERIC, ASCENDING))))&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;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 00:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391711#M799196</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T00:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391712#M799197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will be the dimension for the chart you are going to be using this expression in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 00:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391712#M799197</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T00:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391713#M799199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension will be Month (in MMM format).&lt;/P&gt;&lt;P&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;If the Financial Year period is as below, and I would like to select the year by Financial Year, how to set it?&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;04/2016 to 03/2017 = FY2016&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;04/2017 to 03/2016 = FY2017&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 00:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391713#M799199</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T00:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391714#M799201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check here for &lt;A href="https://community.qlik.com/docs/DOC-7094"&gt;Fiscal and Standard Calendar generation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391714#M799201</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391715#M799203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks. How about the market ratio formula? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391715#M799203</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T01:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391716#M799205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder how you will use RangeSum(Above()) if Month is the only dimension... are you sure you mean Month or do you mean MonthYear (a field which has both month and year)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391716#M799205</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T01:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391717#M799207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i meant MonthYear. The market ratio (in%) need to plot in line graph. TQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391717#M799207</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T01:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391718#M799208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I think the expression looks good to me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391718#M799208</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T01:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391719#M799209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I wish to create a variable in script for this market ratio as I need to drill down the market ratio for all the Model# which is not show in the attached data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391719#M799209</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T01:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391720#M799210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mind to share the qvw file? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 05:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391720#M799210</guid>
      <dc:creator>wendytham</dc:creator>
      <dc:date>2017-12-06T05:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multi dimension cross table into QV?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391721#M799211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share qvw file? Which qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-multi-dimension-cross-table-into-QV/m-p/1391721#M799211</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-06T09:39:30Z</dc:date>
    </item>
  </channel>
</rss>

