SimonPGreen
IS-IT--Management
Hi all,
Have a table containg following fields:
strPackageName String
intApplicationNumber Integer
curForecast Currency
curValue Currency
curCertified Currency
Is it possible to build a select query that lists strPackageName,intAppcationNumber and either curCertified, curValue or curForecast conditionally i.e If curCertified > 0 use it else if curValue > 0 use it else use curForecast.
Any help greatly appreciated.
Regards
Simon
Have a table containg following fields:
strPackageName String
intApplicationNumber Integer
curForecast Currency
curValue Currency
curCertified Currency
Is it possible to build a select query that lists strPackageName,intAppcationNumber and either curCertified, curValue or curForecast conditionally i.e If curCertified > 0 use it else if curValue > 0 use it else use curForecast.
Any help greatly appreciated.
Regards
Simon