Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null Values
Message
 
To
11/01/2001 20:29:40
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00462714
Message ID:
00462741
Views:
11
>I have an sql statement that does a full join on two crosstab queries. When a record is not in the first crosstab but in the second all the fields of the cursor associated with the first crosstab have .NULL. in them but the cursor fields associated with the second crosstab has values and visaversa. How do I get the field in my report to swithch from getting it's info from one field to the next? How do I check that the value is null so I can control it?

For the expression of the field to use on the report, use:
IIF(ISNULL(FirstField),SecondField,FirstField)
Previous
Reply
Map
View

Click here to load this message in the networking platform