I am trying to insxert a line in the account schedule that will calculate the gross profit %.
Example:
Row #, Description
10 Sales
20 Gross Profit
30 Gross Profit % (The formula I used was (20/10)*100, but it is giving me the wrong answer.)
I used 30/10 before and it would give me an answer of 0.28 which is correct but the moment I tried to convert it to % by multiplying it by 100, I am getting a weird answer.
Any help or suggestions please?
Thanks,
0
Comments
Change your Row No. to be alphanumeric.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Are you saying that I should change the row number from '30' to '30a' or something like that? If that was what I should have tried, then it didn't work.
Any other suggestions perhaps?
Thanks
Rudy
(((Sales - Cost)/Sales) * 100)
not Just ((Sales/Cost) * 100)
http://www.BiloBeauty.com
http://www.autismspeaks.org
Alex mentioned to: 'Change your Row No. to be alphanumeric' and I was not sure what he meant by that.
Liabilities
L10
L20
L30
ETC
Assests
A10
A20
A30
ETC
Equity
E10
E20
E30
ETC
Totals
T10
T20
T30
ETC
Perhaps that's what he means
http://www.BiloBeauty.com
http://www.autismspeaks.org
Rudy