<?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: For Straight Table expression total query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355971#M416192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use it for each column accordin Your Conditions and Expressions&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Column 1&lt;/P&gt;&lt;P&gt;If(A &amp;gt; B,.........,Sum(Value))&lt;/P&gt;&lt;P&gt;Column 2&lt;/P&gt;&lt;P&gt;If( C &amp;lt; A,........., Count(Distinct Field))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Jul 2017 08:29:27 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-07-23T08:29:27Z</dc:date>
    <item>
      <title>For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355966#M416187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way we can conditionally show Total value in straight table?For example,I have 2 dimensions and 3 expressions in straight table.I have enabled Expression total option for all 3 expressions.Now I have 1 condition and if that condition is true then only we want to show total value else will show NA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one have any idea how to achieve this in Straight table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 15:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355966#M416187</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-22T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355967#M416188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;For pivot table you could use Dimensionality()=0 for Total&lt;/P&gt;&lt;P&gt;there is a workaround in straight table&lt;/P&gt;&lt;P&gt;Use two Objects and hide show the two straight table based on your condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 16:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355967#M416188</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-07-22T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355968#M416189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mayank,&lt;/P&gt;&lt;P&gt;assuming&lt;/P&gt;&lt;P&gt;Condition&amp;nbsp;&amp;nbsp;&amp;nbsp; A &amp;gt; B end Expression&amp;nbsp; Sum(Value)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;STRONG&gt;&lt;EM&gt;A&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;&lt;EM&gt;B&lt;/EM&gt;&lt;/STRONG&gt;,&lt;BR /&gt; If(Dimensionality() &amp;gt; 0,Sum(Value),'NA'),Sum(Value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 16:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355968#M416189</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-22T16:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355969#M416190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayank,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your best approach would be to have duplicate columns in your straight table. Each pair would have one showing the total and one that does not. Use your condition to show or hide the correct column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 21:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355969#M416190</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-22T21:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355970#M416191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have different condition for total and other values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 08:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355970#M416191</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-23T08:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355971#M416192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use it for each column accordin Your Conditions and Expressions&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Column 1&lt;/P&gt;&lt;P&gt;If(A &amp;gt; B,.........,Sum(Value))&lt;/P&gt;&lt;P&gt;Column 2&lt;/P&gt;&lt;P&gt;If( C &amp;lt; A,........., Count(Distinct Field))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 08:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355971#M416192</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-23T08:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355972#M416193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,It is working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 08:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355972#M416193</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-23T08:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355973#M416194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more query:&lt;/P&gt;&lt;P&gt;I have checked with Pivot table for dimentionality()=0&amp;nbsp; it is working fine as expected.Will Dimenstionality()&amp;gt;0 will work in straight table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 10:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355973#M416194</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-23T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355974#M416195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes also in Straight Table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 11:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355974#M416195</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-23T11:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355975#M416196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I know is dimensionality()=0 Wont work in straight table.So what integer value it takes for expression total?&lt;/P&gt;&lt;P&gt;I am trying to understand is &lt;SPAN style="font-size: 13.3333px;"&gt;dimensionality()&amp;gt;0 is not for total?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 11:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355975#M416196</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-23T11:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355976#M416197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 11:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355976#M416197</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-23T11:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: For Straight Table expression total query</title>
      <link>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355977#M416198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Antonio .Appreciate your help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 15:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Straight-Table-expression-total-query/m-p/1355977#M416198</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-07-23T15:45:30Z</dc:date>
    </item>
  </channel>
</rss>

