<?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: Straight Table Expression Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458303#M1161524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this one. But it is not working fine for table expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text box this formula is working fine for me to get the market volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am using this formula in variable its working fine for me. But in table I have 13 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression for first column &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Date_id={1} &amp;gt;} volume)/vMarket_Volume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in variable my formula is sum({1&amp;lt;product_id={1},Date_id={1} &amp;gt;} volume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am going through this way I need to use 13 variables. Is there any other way (with out using variable) to get the right value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 17:57:44 GMT</pubDate>
    <dc:creator>sibin_jacob</dc:creator>
    <dc:date>2012-12-20T17:57:44Z</dc:date>
    <item>
      <title>Straight Table Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458301#M1161522</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;I have a straight table with dimension product_name. In one of my product I am keeping market volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the value of product_vol/market_vol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY expression is like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(volume)/sum({$&amp;lt;product_name=,product_id={1} &amp;gt;} volume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am keeping the market volume in product_id 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not getting the right value in market volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any way to get the market volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458301#M1161522</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2012-12-20T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458302#M1161523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you want to ignore all selections instead of only product_name:&lt;/P&gt;&lt;P&gt;sum(volume)/sum({1&amp;lt;product_id={1} &amp;gt;} volume)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458302#M1161523</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-20T17:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458303#M1161524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this one. But it is not working fine for table expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text box this formula is working fine for me to get the market volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am using this formula in variable its working fine for me. But in table I have 13 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression for first column &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Date_id={1} &amp;gt;} volume)/vMarket_Volume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in variable my formula is sum({1&amp;lt;product_id={1},Date_id={1} &amp;gt;} volume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am going through this way I need to use 13 variables. Is there any other way (with out using variable) to get the right value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sibin Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Expression-Issue/m-p/458303#M1161524</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2012-12-20T17:57:44Z</dc:date>
    </item>
  </channel>
</rss>

