Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
So I have this table where the growth rate is calculating correct if it actually calculates, but some of the results of the growth rate calculate to "-", essentially nothing. Is something wrong with my expression? (=(((Sum(InvAmt))-(Above(Sum(InvAmt))))/(Above(Sum(InvAmt))))*100)
I want to calculate it when the year switches.
Thanks for your time.
Thank you for replying. I had re-upload it. Please tell me if you can view it
May be try this
If([Sales Rep] = Above(TOTAL [Sales Rep]),
(((Sum(InvAmt))-(Above(TOTAL Sum(InvAmt))))/(Above(TOTAL Sum(InvAmt))))*100))
are all the fields just straight values or does Sales include a set expression to reset on year?
This would cause problems when you remove month from the table; essentially showing null for Year.
Posting a sample of the qvd would be helpful to get further help