<?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: Multiple Dollar Expansion expression in Straight table not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548373#M204855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share what exactly have you done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Aug 2013 06:18:21 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2013-08-02T06:18:21Z</dc:date>
    <item>
      <title>Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548367#M204849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to load a formula column as dollar expansion expression into qlikview and calculate at runtime.&lt;/P&gt;&lt;P&gt;This works if formula is same across all rows, but doesn't work if formula is different for each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;If I load following data into QlikView and create a straiht table with FormulaName as Dimension and =$(=FormulaExp) as Expression, it works because formula 1+1 is same in all rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormulaName, FormulaExp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Formula1,1+1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Formula2,1+1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I load followin data into QlikView and do the same in straight table it doesn't work&lt;/P&gt;&lt;P&gt;Formula2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormulaName2, FormulaExp2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Formula1,1+1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Formula2,2+2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching QVW illustrating this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if someone can help me fix this issue or suggest any workaround&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 06:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548367#M204849</guid>
      <dc:creator />
      <dc:date>2013-08-01T06:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548368#M204850</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;There is workaround for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 06:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548368#M204850</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-08-01T06:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548369#M204851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this works but for arithmatic formula or formula which is not dependent on other tables.&lt;/P&gt;&lt;P&gt;My intention for this approach was to load formulas that count,sum other tables loaded in same QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway we can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. my formulas will be variations of following formula&lt;/P&gt;&lt;P&gt;(Count(TBL1.COLUMN1)+Count(TBL2.COLUMN1) - Count(TBL3.COLUMN1))/(Count(TBL1.COLUMN1)+Count(TBL2.COLUMN1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where TBLs are resident tables in same QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 07:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548369#M204851</guid>
      <dc:creator />
      <dc:date>2013-08-01T07:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548370#M204852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached application &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 08:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548370#M204852</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-08-01T08:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548371#M204853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly my problem. If you clear selection on Dim in your attachment then chart doesn't work.&lt;/P&gt;&lt;P&gt;It works only for one formula at a time.&lt;/P&gt;&lt;P&gt;I want it to work for mutiple formulas i.e. one formula per row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 09:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548371#M204853</guid>
      <dc:creator />
      <dc:date>2013-08-01T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548372#M204854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this by creating each row in pivot as seperate pivot and stacking them one below another and switching off header/caption for subsequent rows. &lt;/P&gt;&lt;P&gt;This is maintenanace disaster but I can not think of any simpler workaround&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 06:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548372#M204854</guid>
      <dc:creator />
      <dc:date>2013-08-02T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548373#M204855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share what exactly have you done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 06:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548373#M204855</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-08-02T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Dollar Expansion expression in Straight table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548374#M204856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching my workaround.&lt;/P&gt;&lt;P&gt;I simply created separate pivot for each row. This is very crude way but don't see any other option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Dollar-Expansion-expression-in-Straight-table-not/m-p/548374#M204856</guid>
      <dc:creator />
      <dc:date>2013-08-06T07:16:14Z</dc:date>
    </item>
  </channel>
</rss>

