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.
Hi,
There is no difference, both are same. $ is an optional one, if you use or not it is the same.
REgards,
jagan.
Hi,
Thanks,
AS
Hi Amit ,
Thank you for reply .
You mean both are equal
chk dis
Hi suri ,
thank you for reply,
My Dought is both are same or any difference
it will not same
$ symbol gives the current selections of the sales
Both are showing same values
Both are same
chk dis once u wil get clarity.
count(distinct(id)) vs sum(countValue) - Current Best Practice?