Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
I need help in writing the table expression.
Lets say, I have different products and my first expression is sum(sales).
I need second expression that will calculate sum(sales) out of TOTAL sum(sales) and show the result in percents...
Try like:
=Sum(Sales)/Sum(TOTAL Sales)
And check/tick 'Show in percent (%)' in the number tab.
Try like:
=Sum(Sales)/Sum(TOTAL Sales)
And check/tick 'Show in percent (%)' in the number tab.
As per my understanding you are calculating proportion.
try with: Sum(Sales) / Sum(TOTAL Sales).
Than't right!!!
Thank you so much
Thank You for you help..