Hi @chan230984,
Ok now yes I agree you need an expression. I though you want both to show as whole number. But if you want to show 2 precision and 0 precision. You can make something like this. Just decide if you like Rise:Run or Run:Rise. I just made a sample for Rise:Run similar to your image above. Please keep in mind I remove the negative sign and made your grade absolute value so it will always show positive grade value in this example.
Please use the following formula:
NewGradeTrunc2P
IF((ROUND(({Link Grade}-TRUNC({Link Grade}))*100)/100=1)+(ROUND(({Link Grade}-TRUNC({Link Grade}))*100)/100=0),-1,ABS({Link Grade}))
NewGradeTrunc0P
IF((ROUND(({Link Grade}-TRUNC({Link Grade}))*100)/100=1)+(ROUND(({Link Grade}-TRUNC({Link Grade}))*100)/100=0),ABS({Link Grade}),-1)
See images below as a step by step guide:
001
002
003
004
005
Cheers,
Jowenn