<?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 error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84964#M781919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try in below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(count({&amp;lt;datekey={'20180601'}&amp;gt;} DISTINCT InvoiceNumber)&amp;gt;1, CustomerCode),CustomerCode)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2018 10:29:05 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2018-03-26T10:29:05Z</dc:date>
    <item>
      <title>Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84961#M781916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to show the list of customers with more than one invoice on the same day, I am able to show that by using the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count({&amp;lt;datekey={'20180601'},CustomerCode&amp;gt;} DISTINCT InvoiceNumber)&amp;gt;1, CustomerName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the TotalInvoiceAmount, but if am adding this column it is showing all the customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84961#M781916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84962#M781917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you wants to customer name in expression or dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you using pivot table &lt;/P&gt;&lt;P&gt;and y are entering hard coding date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please elaborate ur requirement, it would be better if you provide the sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 09:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84962#M781917</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2018-03-26T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84963#M781918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer name is not must,but customer code.&lt;/P&gt;&lt;P&gt;Am using straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is I have show an alert if any of the customer has invoiced more than once in same day(so date should be vtoday) after every reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84963#M781918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T10:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84964#M781919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try in below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(count({&amp;lt;datekey={'20180601'}&amp;gt;} DISTINCT InvoiceNumber)&amp;gt;1, CustomerCode),CustomerCode)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84964#M781919</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-26T10:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84965#M781922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the totalinvoiceamount for this customers.&lt;/P&gt;&lt;P&gt;sum(aggr(if(count({&amp;lt;datekey={'20180601'}&amp;gt;} DISTINCT InvoiceNumber)&amp;gt;1, CustomerCode),CustomerCode,TotalInvoiceAmount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84965#M781922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84966#M781923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84966#M781923</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-26T10:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84967#M781925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197474_test.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I cannot share the app. These are the two customers having more than one invoice, but total invoice amount is 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84967#M781925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T10:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84968#M781926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;Sum({1}(Aggr(sum({1} InvoiceAmount),CustomerCode))&lt;/P&gt;&lt;P&gt;or post some sample data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 11:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84968#M781926</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-26T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84969#M781927</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;if(sum(aggr(count(distinct InvoiceNumber), CustomerCode, InvoiceDate)) &amp;gt; 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(aggr(count(distinct InvoiceNumber), CustomerCode)) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 11:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84969#M781927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84970#M781928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added invoice amount. It should show A and C only but now showing all the three customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84970#M781928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-26T12:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84971#M781929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the expression to&lt;/P&gt;&lt;P&gt;If(Column(1)&amp;gt;=2,sum(TotalInvoiceAmount))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;If(Count&amp;gt;=2,sum(TotalInvoiceAmount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-error/m-p/84971#M781929</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-26T12:29:31Z</dc:date>
    </item>
  </channel>
</rss>

