I have tried several scenarios to obtain a percentage format for the last part of the expression "([ort]-[discounted price])/[ort])"
PC: IIf(([ort]-[discounted price])/[ort]<0.01,"Best Price",([ort]-[discounted price])/[ort])
Currently the field displays "Best Price" where appropriate; however the numbers are in a string preceded with a decimal point.
Where should the formatpercent function be inserted?