<?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 Dynamic Textbox Expression Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115162#M368224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(sum([In Stock]), '###,###,###') &amp;amp; ' In Stock at ' &amp;amp; aggr(if(sum([In Stock]) &amp;gt; 0, Concat(DISTINCT Plant, ', ')), [Part #])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A qvw is attached. I really thought that it needed aggr() by Plant field, but it seems to work better with Part #. My goal is to only display Plants in the textbox (with Concat(Plant, ', ')) that have a part in them with an In Stock quantity. Please note that the qvw is only for test purposes and the expression must be able to only display Plants that have a Part # with an In Stock quantity in them (&amp;gt; 0) when a user filters by Part #. I've tried a number of things including another aggr() and TOTAL. I figured this might be an easy grab for somebody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 21:39:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-02T21:39:32Z</dc:date>
    <item>
      <title>Dynamic Textbox Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115162#M368224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(sum([In Stock]), '###,###,###') &amp;amp; ' In Stock at ' &amp;amp; aggr(if(sum([In Stock]) &amp;gt; 0, Concat(DISTINCT Plant, ', ')), [Part #])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A qvw is attached. I really thought that it needed aggr() by Plant field, but it seems to work better with Part #. My goal is to only display Plants in the textbox (with Concat(Plant, ', ')) that have a part in them with an In Stock quantity. Please note that the qvw is only for test purposes and the expression must be able to only display Plants that have a Part # with an In Stock quantity in them (&amp;gt; 0) when a user filters by Part #. I've tried a number of things including another aggr() and TOTAL. I figured this might be an easy grab for somebody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 21:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115162#M368224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Textbox Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115163#M368225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([In Stock]), '###,###,###') &amp;amp; ' In Stock at ' &amp;amp; Concat( aggr(if(sum([In Stock]) &amp;gt; 0,Plant), Plant ,[Part #]),', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 22:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115163#M368225</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-02T22:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Textbox Expression Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115164#M368226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, swuehl. Not totally clear on how that worked, but it did! Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 22:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Textbox-Expression-Help/m-p/1115164#M368226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T22:19:45Z</dc:date>
    </item>
  </channel>
</rss>

