<?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 Expression in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418495#M428250</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;I have 10 fields in a list box by writing an load * inline statement. I have written the below expression in the straight table chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(IB_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is,this expression should be changed whenever i select a field(Flag) the expression should be changed to sum(IB).&lt;/P&gt;&lt;P&gt;If i un-select flag then it should be changed to sum(IB_1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to achieve.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 11:48:06 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2017-08-17T11:48:06Z</dc:date>
    <item>
      <title>Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418495#M428250</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;I have 10 fields in a list box by writing an load * inline statement. I have written the below expression in the straight table chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(IB_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is,this expression should be changed whenever i select a field(Flag) the expression should be changed to sum(IB).&lt;/P&gt;&lt;P&gt;If i un-select flag then it should be changed to sum(IB_1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to achieve.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418495#M428250</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-08-17T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418496#M428251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(SubStringCount('|' &amp;amp; Concat(distinct Dimension2, '|') &amp;amp; '|', '|Flag|'), Sum(IB), Sum(IB_1))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418496#M428251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-17T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418497#M428252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;If I understand your requirement correctly here is the solution.&lt;/P&gt;&lt;P&gt;Please find attached qvw&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>Thu, 17 Aug 2017 11:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418497#M428252</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-08-17T11:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418498#M428253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny....You are just Awesome...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing after writing this expression based on the month selection the value should effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: if i select jan the value should be (expression)/1 , if&amp;nbsp; i select feb &lt;SPAN style="font-size: 13.3333px;"&gt; (expression)/2 , if i select march &lt;SPAN style="font-size: 13.3333px;"&gt; (expression)/3&amp;nbsp; if i april &lt;SPAN style="font-size: 13.3333px;"&gt; (expression)/4.. Can you please tell me how to achieve this..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 12:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418498#M428253</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-08-17T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418499#M428254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(SubStringCount('|' &amp;amp; Concat(distinct Dimension2, '|') &amp;amp; '|', '|Flag|'), Sum(IB), Sum(IB_1))/Month(Period_NR)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418499#M428254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-17T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418500#M428255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Genius.. Sorry Missed the trick..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-Straight-Table/m-p/1418500#M428255</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-08-17T13:21:02Z</dc:date>
    </item>
  </channel>
</rss>

