S
Scott Viney
G´day All,
I have a report that writes out the data for a quote of items i.e. quantity,
product, packaging, price, total for item, etc. All my data for the quote
comes from a query related to the tables
In the detail section if the quantity for an item is 0 I want the price &
tax to say $0 not to show the price we have if we´re not going to quote.
These two columns of data are from a table with a currency data type.
But when I use iff ([Quantity]=0,0,[Price]) for say the price, when I open
the items with a quantity of 0 work properly but all the other records now
have ERROR.
Has it got something to do with the data type? Because I have done
something similar on the two calculated columns from the query to print "NOT
QUOTED" and it works fine.
Hellllppp, Iam going bonkers, cheers,
Scott
I have a report that writes out the data for a quote of items i.e. quantity,
product, packaging, price, total for item, etc. All my data for the quote
comes from a query related to the tables
In the detail section if the quantity for an item is 0 I want the price &
tax to say $0 not to show the price we have if we´re not going to quote.
These two columns of data are from a table with a currency data type.
But when I use iff ([Quantity]=0,0,[Price]) for say the price, when I open
the items with a quantity of 0 work properly but all the other records now
have ERROR.
Has it got something to do with the data type? Because I have done
something similar on the two calculated columns from the query to print "NOT
QUOTED" and it works fine.
Hellllppp, Iam going bonkers, cheers,
Scott