Hey hey!
I have a table with multiple columns and rows - from which I need to select the count of two specific columns which are not null.
In other words:
LoadID,StudyID,Data,Structure,Status,Progress,Error,FileType
Select the count of not null data and structure where LoadID= a number
I know I could do nested IFs, but I wonder if there isn't a shorter, neater way to do this?
Regards, Byron Cobb