Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Have a nice day.
What is the difference between
these two expressions
1) sum(Sales)
2)sum({$}sales)
Thank you,
Ramu.
sum(Sales) and sum({$}sales) are equivalent.
Hi,
There is no difference, both are same. $ is an optional one, if you use or not it is the same.
REgards,
jagan.
Thank you jagan .