Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what's the meaning of '[' and ']'
I notice some demo is sum(sales) but others is sum([sales])
what is the differece.?
Thanks.
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.
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.