<?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 Straight Table Not Reading formula Correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250372#M395795</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 created as summary to display certain values using text boxes (See Below)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/155584_pastedImage_22.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created a straight table so that the user can export to excel. To get the text into a table I done an inline load (see below)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Dim:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; &lt;BR /&gt; Summary&lt;BR /&gt; 1. Gross Positive Volume YoY&lt;BR /&gt; 2. Gross Negative Volume YoY&lt;BR /&gt; 3. Net YoY Change&lt;BR /&gt; 4. YoY % Change&lt;BR /&gt; 5. Options Contribution to Gross Growth&lt;BR /&gt; 6. Futures Contribution to Gross Growth&lt;BR /&gt; 7. Options Contribution to Gross Decline&lt;BR /&gt; 8. Futures Contribution to Gross Decline&lt;BR /&gt; 9. Gross Futures Positive&lt;BR /&gt; 10. Gross Futures Negative&lt;BR /&gt; 11. Net YoY Futures Change&lt;BR /&gt; 12. Gross Options Positive&lt;BR /&gt; 13. Gross Options Negative&lt;BR /&gt; 14. Net YoY Options Change&lt;BR /&gt; 15. Gross Gain YoY (F+O Netted by Product)&lt;BR /&gt; 16. Gross Loss YoY (F+O Netted by Product)&lt;BR /&gt; 17. Net YoY Change&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So to create the straight table I pulled in the dimension Summary and then created an expression to get the values (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '1. Gross Positive Volume YoY',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2. Gross Negative Volume YoY',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '3. Net YoY Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNetYoYChange)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '4. YoY % Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNetYoYChange)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; / &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMinYearVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##%'),&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '5. Options Contribution to Gross Growth',(&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;gt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%')),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '6. Futures Contribution to Gross Growth',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;gt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%'),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '7. Options Contribution to Gross Decline',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;lt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%'),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '8. Futures Contribution to Gross Decline',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;lt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),'#,##.##%'),&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '9. Gross Futures Positive',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '10. Gross Futures Negative',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '11. Net YoY Futures Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '12. Gross Options Positive',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '13. Gross Options Negative',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '14. Net YoY Options Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '15. Gross Gain YoY (F+O Netted by Product)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossGainYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16. Gross Loss YoY (F+O Netted by Product)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossLossYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '17. Net YoY Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossGainYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; +&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossLossYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),0&lt;BR /&gt; ))))))))))))))))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style=": ; font-size: 10pt; text-decoration: underline;"&gt;The issue I am having is that 5,6,7 &amp;amp; 8 are not appearing in the table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/155591_pastedImage_25.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the THEN parts of the above formulas are used to get the values in the first screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be great. All the data displayed is test data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2017 10:39:04 GMT</pubDate>
    <dc:creator>ryanfoster84</dc:creator>
    <dc:date>2017-03-08T10:39:04Z</dc:date>
    <item>
      <title>Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250372#M395795</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 created as summary to display certain values using text boxes (See Below)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/155584_pastedImage_22.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created a straight table so that the user can export to excel. To get the text into a table I done an inline load (see below)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Dim:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; &lt;BR /&gt; Summary&lt;BR /&gt; 1. Gross Positive Volume YoY&lt;BR /&gt; 2. Gross Negative Volume YoY&lt;BR /&gt; 3. Net YoY Change&lt;BR /&gt; 4. YoY % Change&lt;BR /&gt; 5. Options Contribution to Gross Growth&lt;BR /&gt; 6. Futures Contribution to Gross Growth&lt;BR /&gt; 7. Options Contribution to Gross Decline&lt;BR /&gt; 8. Futures Contribution to Gross Decline&lt;BR /&gt; 9. Gross Futures Positive&lt;BR /&gt; 10. Gross Futures Negative&lt;BR /&gt; 11. Net YoY Futures Change&lt;BR /&gt; 12. Gross Options Positive&lt;BR /&gt; 13. Gross Options Negative&lt;BR /&gt; 14. Net YoY Options Change&lt;BR /&gt; 15. Gross Gain YoY (F+O Netted by Product)&lt;BR /&gt; 16. Gross Loss YoY (F+O Netted by Product)&lt;BR /&gt; 17. Net YoY Change&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So to create the straight table I pulled in the dimension Summary and then created an expression to get the values (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '1. Gross Positive Volume YoY',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '2. Gross Negative Volume YoY',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '3. Net YoY Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNetYoYChange)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '4. YoY % Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNetYoYChange)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; / &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMinYearVolume)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##%'),&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '5. Options Contribution to Gross Growth',(&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;gt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%')),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '6. Futures Contribution to Gross Growth',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;gt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%'),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '7. Options Contribution to Gross Decline',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;lt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%'),&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Summary&lt;/SPAN&gt; = '8. Futures Contribution to Gross Decline',&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;lt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;0,(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vFuturesYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)),'#,##.##%'),&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '9. Gross Futures Positive',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '10. Gross Futures Negative',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '11. Net YoY Futures Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossFuturesPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '12. Gross Options Positive',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '13. Gross Options Negative',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '14. Net YoY Options Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsPositive)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossOptionsNegative)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '15. Gross Gain YoY (F+O Netted by Product)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossGainYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16. Gross Loss YoY (F+O Netted by Product)',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossLossYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Summary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '17. Net YoY Change',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossGainYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; +&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vGrossLossYoY)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'#,##0'),0&lt;BR /&gt; ))))))))))))))))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style=": ; font-size: 10pt; text-decoration: underline;"&gt;The issue I am having is that 5,6,7 &amp;amp; 8 are not appearing in the table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/155591_pastedImage_25.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the THEN parts of the above formulas are used to get the values in the first screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be great. All the data displayed is test data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 10:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250372#M395795</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-03-08T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250373#M395796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the expressions by 5-8 from the textboxes are exactly the same like in the straight-table? If yes, take one and put the expression like below into an empty pivot and look within the expression-header how the variables will be interpreted. If this didn't create a hint reduce the expression by commenting various parts and/or replacing them with 1,2,3 or a,b,c to see which parts are working and which not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SUM&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;AGGR&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))) &amp;gt;0 , &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;&amp;gt;0, (&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vGrossPositiveVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;),(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vOptionsYoY)&lt;/EM&gt;&lt;/STRONG&gt;)/(&lt;SPAN style="color: #0000ff;"&gt;FABS&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vGrossNegativeVolumeYoY)&lt;/EM&gt;&lt;/STRONG&gt;))),0),&lt;SPAN style="color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Product Description]&lt;/SPAN&gt;)),'#,##.##%'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 11:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250373#M395796</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-08T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250374#M395797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether you have data for for those data for not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250374#M395797</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-08T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250375#M395798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look at the issue?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250375#M395798</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-08T12:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250376#M395799</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 just discovered that when you click on 5. Options Contribution to Gross Growth the value displays, very strange...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155622_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 13:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250376#M395799</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-03-08T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250377#M395800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 14:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250377#M395800</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-08T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250378#M395801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155633_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the formula like above and it returns this, the correct answer but obviously not against the correct field since I have specified just returned the first row from the summary table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 14:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250378#M395801</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-03-08T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250379#M395802</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;IF (Summary = '5. Options Contribution to Gross Growth',(NUM(SUM(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; AGGR(IF(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF($(vOptionsYoY)&amp;gt;0, ($(vOptionsYoY))/($(vGrossPositiveVolumeYoY)),($(vOptionsYoY))/(FABS($(vGrossNegativeVolumeYoY)))) &amp;gt;0 ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF($(vOptionsYoY)&amp;gt;0, ($(vOptionsYoY))/($(vGrossPositiveVolumeYoY)),($(vOptionsYoY))/(FABS($(vGrossNegativeVolumeYoY)))),0),[Product Line],[Product Description])),'#,##.##%')),&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 14:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250379#M395802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-08T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Not Reading formula Correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250380#M395803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that worked &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, 08 Mar 2017 14:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Not-Reading-formula-Correctly/m-p/1250380#M395803</guid>
      <dc:creator>ryanfoster84</dc:creator>
      <dc:date>2017-03-08T14:24:14Z</dc:date>
    </item>
  </channel>
</rss>

