If (({tblInvoiceDetail.Quantity} < 1))
then ToText ("C")
else ("")
Which works well for items that are less than 1. But any idea on how I configure for instances that are less than whole numbers, for example: 1.5, 10.3, etc...?
jdemmi,
The formula works for numbers less than 1, which is good but I need to expand the formula so that numbers in the field that are anything but whole numbers, i.e., 1,2,3...have the text "C" when the report is run.
In other words, ALL fractional numbers will display the text "C".
madawc,
The formula does not work for fractions, only numbers less than 1.
CR version is 10.0 professional.
Thank you both for taking the time to answer my question. I really appreciate it!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.