<?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: Inter-column expression on a GENERIC Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062418#M355506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;without recombination of the tables generated by a generic load, you could at first concatenate your source tables with the calculated AspectRatio attribute values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="119247" alt="QlikCommunity_Thread_210751_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119247_QlikCommunity_Thread_210751_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14587832084522288" jivemacro_uid="_14587832084522288"&gt;
&lt;P&gt;tabAttributes:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;Key, Column, Value&lt;/P&gt;
&lt;P&gt;Circle1, Width, 4&lt;/P&gt;
&lt;P&gt;Circle1, Diameter, 8&lt;/P&gt;
&lt;P&gt;Circle1, Height, 2&lt;/P&gt;
&lt;P&gt;Circle2, Color, 7&lt;/P&gt;
&lt;P&gt;Circle2, Height, 3&lt;/P&gt;
&lt;P&gt;Circle2, Width, 2.25&lt;/P&gt;
&lt;P&gt;Circle3, Width, 5&lt;/P&gt;
&lt;P&gt;Circle3, Height, 4&lt;/P&gt;
&lt;P&gt;Circle3, Weight, 9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AspectRatio' as Column,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Evaluate(Concat(Value,'/',Column='Width')) as Value&lt;/P&gt;
&lt;P&gt;Resident tabAttributes&lt;/P&gt;
&lt;P&gt;Where Match(Column,'Height','Width')&lt;/P&gt;
&lt;P&gt;Group By Key;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabResult:&lt;/P&gt;
&lt;P&gt;Generic LOAD * Resident tabAttributes;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabAttributes;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 01:30:57 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-03-24T01:30:57Z</dc:date>
    <item>
      <title>Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062414#M355502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My data is in generic format.&lt;/P&gt;&lt;P&gt;I use the GENERIC keyword to load it into (columnar?) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My example is analogous to Henric's example here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/31/generic" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/31/generic"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/31/generic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I will ask the questions in terms of the values he describes;&lt;/P&gt;&lt;P&gt;Height&lt;/P&gt;&lt;P&gt;Width&lt;/P&gt;&lt;P&gt;Length&lt;/P&gt;&lt;P&gt;Weight&lt;/P&gt;&lt;P&gt;Diameter&lt;/P&gt;&lt;P&gt;Color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I want another calculated column called "AspectRatio" which is this:&lt;/P&gt;&lt;P&gt;=Width/Height&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't do this using a PRECEDING load after the GENERIC, or even a RESIDENT load, because&lt;/P&gt;&lt;P&gt;Width is in one table G.Width&lt;/P&gt;&lt;P&gt;And Height is in another table G.Height&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generic question: Can I do "inter-column calculations" using the columns that were pivoted out of a GENERIC LOAD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Henric describes this technique:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;Finally, I have seen many examples on QlikCommunity where a For-Next loop is used to join together all tables created by the Generic prefix, e.g.:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I joined all tables together, I would not have separate tables G.Width, G.Height, and I think I could do =Width/Height&lt;/P&gt;&lt;P&gt;Is my question a good-enough reason to LEFT-JOIN all my tables together?&lt;/P&gt;&lt;P&gt;Is there another option?&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 23:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062414#M355502</guid>
      <dc:creator />
      <dc:date>2016-03-23T23:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062415#M355503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess are you doing the Width/Height in the script? If not then I guess leave it as is because as HIC mentioned there is no performance benefit for combining the table into one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119230_Capture.PNG" style="height: 81px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 23:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062415#M355503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T23:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062416#M355504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question;&lt;/P&gt;&lt;P&gt;I need to do it so I can pivot the amounts back down again using CROSSTABLE.&lt;/P&gt;&lt;P&gt;So I have now:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Key, Column, Value&lt;/LI&gt;&lt;LI&gt;Circle, Width, 4&lt;/LI&gt;&lt;LI&gt;Circle, Height, 2&lt;/LI&gt;&lt;LI&gt;Circle, AspectRatio, 2&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ridiculous to do a GENERIC, and then a CROSSTABLE?&lt;/P&gt;&lt;P&gt;Maybe I can avoid both; but then I need to do some inter-row calculation somehow;&lt;/P&gt;&lt;P&gt;"Get all other values for [these key columns] where the [Attribute Column]= 'Width'&lt;/P&gt;&lt;P&gt;Divide by &lt;SPAN style="font-size: 13.3333px;"&gt;all other values for [these key columns] where the [Attribute Column]= 'Height'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And enter a new row with 'AspectRatio' as [Attribute Column]:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Circle, Width, 4&lt;/LI&gt;&lt;LI&gt;Circle, Height, 2&lt;/LI&gt;&lt;LI&gt;Circle, AspectRatio, 2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 23:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062416#M355504</guid>
      <dc:creator />
      <dc:date>2016-03-23T23:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062417#M355505</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;if you go the "generic load and recombine the tables" way, then one good source surely is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2010/05/use-cases-for-generic-load/" title="http://qlikviewcookbook.com/2010/05/use-cases-for-generic-load/"&gt;Use cases for Generic Load | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Rob Wunderlich proposes this code for the recombination part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14587806827353796 jive_text_macro" jivemacro_uid="_14587806827353796"&gt;
&lt;P&gt;FOR i = NoOfTables()-1 to 0 STEP -1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET vTable=TableName($(i));&lt;/P&gt;
&lt;P&gt;&amp;nbsp; IF WildMatch('$(vTable)', 'Flags.*') THEN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT JOIN (OrdersTable) LOAD * RESIDENT [$(vTable)];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE&amp;nbsp; [$(vTable)];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;
&lt;P&gt;NEXT i&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 00:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062417#M355505</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-24T00:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062418#M355506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;without recombination of the tables generated by a generic load, you could at first concatenate your source tables with the calculated AspectRatio attribute values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="119247" alt="QlikCommunity_Thread_210751_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119247_QlikCommunity_Thread_210751_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14587832084522288" jivemacro_uid="_14587832084522288"&gt;
&lt;P&gt;tabAttributes:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;Key, Column, Value&lt;/P&gt;
&lt;P&gt;Circle1, Width, 4&lt;/P&gt;
&lt;P&gt;Circle1, Diameter, 8&lt;/P&gt;
&lt;P&gt;Circle1, Height, 2&lt;/P&gt;
&lt;P&gt;Circle2, Color, 7&lt;/P&gt;
&lt;P&gt;Circle2, Height, 3&lt;/P&gt;
&lt;P&gt;Circle2, Width, 2.25&lt;/P&gt;
&lt;P&gt;Circle3, Width, 5&lt;/P&gt;
&lt;P&gt;Circle3, Height, 4&lt;/P&gt;
&lt;P&gt;Circle3, Weight, 9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AspectRatio' as Column,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Evaluate(Concat(Value,'/',Column='Width')) as Value&lt;/P&gt;
&lt;P&gt;Resident tabAttributes&lt;/P&gt;
&lt;P&gt;Where Match(Column,'Height','Width')&lt;/P&gt;
&lt;P&gt;Group By Key;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabResult:&lt;/P&gt;
&lt;P&gt;Generic LOAD * Resident tabAttributes;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabAttributes;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 01:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062418#M355506</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-24T01:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062419#M355507</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 this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GenericLoad:&lt;/P&gt;&lt;P&gt;GENERIC LOAD * INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key, Attribute, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Diameter, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Height, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Length, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Weight, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Width, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Weight, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Diameter, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Length, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CombinedGenericTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD DISTINCT Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key, Attribute, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Diameter, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Height, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Length, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Weight, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Width, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Weight, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Diameter, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Length, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = NoOfTables()-1 to 0 STEP -1&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vTable=TableName($(i));&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF WildMatch('$(vTable)', 'GenericLoad.*') THEN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LEFT JOIN ([CombinedGenericTable]) LOAD * RESIDENT [$(vTable)];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DROP TABLE [$(vTable)];&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDIF&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data_Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Width/Height AS AspectRatio&lt;/P&gt;&lt;P&gt;RESIDENT CombinedGenericTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE CombinedGenericTable;&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;CrossTable(Attribute, Value) &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;RESIDENT Data_Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Data_Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 01:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062419#M355507</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-24T01:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062420#M355508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GenericLoad:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key, Attribute, Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ball, Diameter, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Height, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Length, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Weight, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Box, Width, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Color, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dog, Weight, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Diameter, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rod, Length, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(GenericLoad)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;WHERE Value &amp;gt; 0;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Attribute,&lt;/P&gt;&lt;P&gt;If(Previous(Key) = Key, Previous(Value)/Value) AS Value;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;'AspectRatio' AS Attribute,&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT GenericLoad&lt;/P&gt;&lt;P&gt;WHERE MixMatch(Attribute, 'Width', 'Height')&lt;/P&gt;&lt;P&gt;ORDER BY&amp;nbsp; Key, Attribute Desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 02:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062420#M355508</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-24T02:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062421#M355509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very clever use of EVALUATE() and CONCAT()! Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 04:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062421#M355509</guid>
      <dc:creator />
      <dc:date>2016-03-24T04:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-column expression on a GENERIC Load</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062422#M355510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In summary, the responses were:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Don't rejoin the GENERIC table together again; no other suggestions&lt;/LI&gt;&lt;LI&gt;Don't rejoin the GENERIC table together again; can achieve the technique using&lt;OL&gt;&lt;LI&gt;PREVIOUS()&amp;nbsp; on a subset of the table, from @Jagan&lt;/LI&gt;&lt;LI&gt;EVALUATE() on a subset of the table, from @Marco&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Do rejoin the GENERIC table together so you can do inter-column math&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this (inter-column math) is a legitimate use-case for rejoining the GENERIC table, but I love these other creative solutions. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 04:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-column-expression-on-a-GENERIC-Load/m-p/1062422#M355510</guid>
      <dc:creator />
      <dc:date>2016-03-24T04:54:31Z</dc:date>
    </item>
  </channel>
</rss>

