Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data type mismatch
Message
From
26/08/2004 08:29:55
 
 
To
25/08/2004 21:54:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00936467
Message ID:
00936562
Views:
24
Instead of
select iif(a.split_in="Y",a.price*a.catchweight,"")as T

You might want to try
select iif(a.split_in="Y",a.price*a.catchweight,0)as T
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform