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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

simple clarificaion

Hi all,

Have a nice day.

What is the difference between

these two expressions

1) sum(Sales)

2)sum({$}sales)

Thank you,

Ramu.

12 Replies
tresesco
MVP
MVP

sum(Sales) and sum({$}sales) are equivalent.

jagan
Partner - Champion III
Partner - Champion III

Hi,

There is no difference, both are same.  $ is an optional one, if you use or not it is the same.

REgards,

jagan.

Not applicable
Author

Thank you jagan .