The data I need to sort on is in either field A or B depending on the transaction type. It could be accomplished by using the "value" expression if qry would consider a blank field as null. Any ideas?
Software/Hardware used:
ASKED:
April 23, 2008 7:42 PM
UPDATED:
April 20, 2010 5:57 AM
Hi,
Afraid you can’t use CASE in Query.
Regards,
Martin Gilbert.
AS/400 queries aren’t limited to the Query/400 product. SQL queries are also possible and CASE works fine with them. Or queries might be executed through various APIs and essentially all HLLs.
If the question doesn’t specify that a particular method of query is required, then any answer is valid.
Tom