Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
can any body explain with an example the difference between sum(Sales) and = sum(Sales) as expressions in charts.
Thanks
Kiran Kumar
Nothing ... there is no difference
Hi Kiran, so far I know in chart expressions there is no difference. In other objects like text boxes it's a must-do if you want to calculate something. It also can change the behaviour of a variable.
In big terms, when an expression starts with '=' the expression returns the calculated result, when you don't have that preceding '=' it returns the string. As charts expressions is used to calculate the result, there is no difference using the starting '='.
nothing much,but his link will helps to understand better,
Hi Kiran,
This may help you..
Thanks
Harsha Nandan
Thanks Harsha , can u create a sample qvw for this , if possible.
Regards
Kiran Kumar
Thank you all for ur valuable suggestions.
the best example already shared by Marcus Sommer,pls go though tht.
Hi Kiran,
In First Chart: Year as Dimension and Sum(Sales) as Expression
Create a Variable vSales and assign the value as =Sum(Sales) in Variable Overview Window
then Second Chart:Year as Dimension and $(vSales) as Expression