<?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: Expression Columns into rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469447#M488260</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;For that&amp;nbsp; I think you have to use crosstable concept in script and also calculate all the Expression in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 05:57:33 GMT</pubDate>
    <dc:creator>nirav_bhimani</dc:creator>
    <dc:date>2012-12-28T05:57:33Z</dc:date>
    <item>
      <title>Expression Columns into rows</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469446#M488259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&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; I have a Table in this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="495"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="69"&gt;country&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="95"&gt;gender&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="102"&gt;current year&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="115"&gt;previous year&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="114"&gt;change in %&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;poland&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;male&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1000000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;800000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;female&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;60000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;40000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my Client requirement should be in this format.when i drag the expressions into rows the table gets crossed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="381"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="69"&gt;country&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="95"&gt;years&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="102"&gt;male&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="115"&gt;female&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;poland&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;current year&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1000000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;60000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;previous year&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;800000&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;40000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;change in %&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; here for current year,previous and % change were three different expressions.how can i acheive this any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohanraj Subramanian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 05:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469446#M488259</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2012-12-28T05:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Columns into rows</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469447#M488260</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;For that&amp;nbsp; I think you have to use crosstable concept in script and also calculate all the Expression in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 05:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469447#M488260</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-28T05:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Columns into rows</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469448#M488261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment.Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 06:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469448#M488261</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2012-12-28T06:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Columns into rows</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469449#M488262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&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; Thanks for ur Quick Reply.Its working fine now.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohanraj Subramanian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 07:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469449#M488262</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2012-12-28T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Columns into rows</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469450#M488263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;this code also helps you in future&lt;/P&gt;&lt;P&gt;LOAD country, &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; [current year], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [previous year], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [change in %]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test28.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; 'current year' as years,[current year] as male,[current year] as female&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test28.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate LOAD&amp;nbsp; 'previous year' as years,[previous year] as male,[previous year] as female&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test28.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate LOAD&amp;nbsp; 'change in %' as years,[change in %] as male,[change in %] as female&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test28.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 07:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Columns-into-rows/m-p/469450#M488263</guid>
      <dc:creator />
      <dc:date>2012-12-28T07:49:17Z</dc:date>
    </item>
  </channel>
</rss>

