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

what's the meaning of '[' and ']'

what's the meaning of '[' and ']'

I notice some demo is sum(sales) but others is sum([sales])

what is the differece.?

Thanks.

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

HI,

Both Sum(sales) and sum([sales]) is the same.

In QV we use [ and ] where there is a space in between the fields

eg Actual Sales must be written as sum( [Actual Sales]).

In this case Sum(Actual Sales) will not work.

View solution in original post

1 Reply
deepakk
Partner - Specialist III
Partner - Specialist III

HI,

Both Sum(sales) and sum([sales]) is the same.

In QV we use [ and ] where there is a space in between the fields

eg Actual Sales must be written as sum( [Actual Sales]).

In this case Sum(Actual Sales) will not work.