Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have a table , when i select Bus Terminal i am able to display the COST PRICE.
But when i select the Training , it unable to display COST PRICE ?
Enclosed my QV Doc. which explan clearly my situation.
Paul
Your Price(Euros) , is not a numeric field.
Update: try this expression:
Num(trim([COST PRICE]))*(1-[Discount])
Your Price(Euros) , is not a numeric field.
Update: try this expression:
Num(trim([COST PRICE]))*(1-[Discount])
Hi Tres
You very smart.
lucky you give me the trim command , otherwise i will have to manually edit mt excel raw data file which will take up a lot of time which is very unproductive. now i can appreciate the power of trim command.
Paul