Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Invalid Expresison

Why would these two expressions inside of a resident table cause an "invalid expression error"

SUM(UnitsInvoiced) AS SHIPTotalUnits,
SUM($$Invoiced) AS SHIPInvoicedDollars,

>

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

Try putting square brackets around: SUM([$$Invoiced])

Otherwise, please post complete query. Are you specifying GROUP BY correctly?