<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374172#M419648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I unfortunately get a result of '-' in the table when I do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 17:30:04 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2017-09-29T17:30:04Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374168#M419644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression &lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;promoCDE={"ADULT"},}&amp;gt;}[Net Sold Qty]) * [Ticket Base Price]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not get an error message when i enter, however in the table, the result is '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected result would be a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have the expression formatted incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374168#M419644</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374169#M419645</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SUM( { $&amp;lt;promoCDE= {'ADULT'} } &amp;gt;} [Net Sold Qty] ) * [Ticket Base Price]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374169#M419645</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-29T17:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374170#M419646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to remove the comma highlighted below and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;promoCDE={"ADULT"}&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="color: #ff0000; text-decoration: underline;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}[Net Sold Qty]) * [Ticket Base Price]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374170#M419646</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374171#M419647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression dialogue box gives an error message, 'Error in set modifier expression'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374171#M419647</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374172#M419648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I unfortunately get a result of '-' in the table when I do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374172#M419648</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374173#M419649</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;=SUM({$&amp;lt;promoCDE={"ADULT"}&amp;gt;}[Net Sold Qty]) * [Ticket Base Price]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374173#M419649</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T17:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374174#M419650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I unfortunately get a result of '-' in the table when I do this&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1354061" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Expression&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374174#M419650</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374175#M419651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data or Dashboard to fix the Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374175#M419651</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374176#M419652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh this is right &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SUM( { $&amp;lt;promoCDE= {'ADULT'}&amp;nbsp; &amp;gt;} [Net Sold Qty] ) * [Ticket Base Price]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374176#M419652</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-29T17:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374177#M419653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SUM({$&amp;lt;promoCDE={"ADULT"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}&amp;gt;}[Net Sold Qty]) * [Ticket Base Price]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;promoCDE = ADULT, NET SOLD QTY is a numeric field, such as 2, where as [Ticket Base Price] is a monetary filed, formatted such as 0.00&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374177#M419653</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374178#M419654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I am able to enter the expression, however the result is still '-' in the table when I do this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374178#M419654</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1374179#M419655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Dimension you have used? Actually the first part of your expression result will be one value and Ticket Base price has many values that is the reason you are not getting the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share some sample data with all dimensions you use and expected Output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 17:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1374179#M419655</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T17:46:20Z</dc:date>
    </item>
  </channel>
</rss>

