Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you use CASE statement in SELECT clause
Message
From
29/01/2009 08:24:19
 
 
To
28/01/2009 20:07:36
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01377873
Message ID:
01378052
Views:
28
>>Can you use a CASE statement in a VFP query (similar to SQL Server)? If not, what is the best way to populate a field if it is empty when running a query? I want it to have something like 'View Record' if the field is empty or the field value if there is something in the field. Hopefully this makes sense. Thanks.
>>
>>Doug
>
>Isn't there a function like EVL()? I don't have Visual FoxPro handy right now, but that should be simpler than an IIF(). I think it would be similar to NVL(). (When you do an outer join, the records from one table that have no match in the other table have null fields for the other table.)
>

Yes, EVL() is a way to avoid empty values. Do be warned that, unlike IIF(), it evaluates _all_ its parameters. I got burned in a case where I was calling a function as the second parameter, and couldn't understand why it was being called even when the first parameter wasn't empty.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform