Do you have more than two tables containing prices (you mention "several")? Do you already have the tables linked with some main table so that they are returning accurate data?
You could replace each price field with a formula like this:
//{@priceA}:
if isnull({tableA.price}) then
999999999 else
{tableA.price}
Then you can use a formula like this to return the lowest value:
There are 10 tables.
I tried to place them into an Array [,] and use the MIN command onthem, but the Blanks and 0 values are throwing it off. I need a value that will return a compared lowest value from all ten fields.
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.