I'm struggling with a query and how to set the criteria for the following. It seems that it should be so simple!
I have a file with thousands of rows and has many columns but there are 5 columns that represent types of digital assets: Instruction Manual, Use and Care Manual, Warranty Guide, etc. I want to output the file to only include the records thay may have one or more of the 5 columns with data. So in other words, if all 5 are blank, don't write that record. I thought if I used "Is Not Null" in all 5 columns that would do it but it still includes them.
See I told you it was easy! Thanks.
I have a file with thousands of rows and has many columns but there are 5 columns that represent types of digital assets: Instruction Manual, Use and Care Manual, Warranty Guide, etc. I want to output the file to only include the records thay may have one or more of the 5 columns with data. So in other words, if all 5 are blank, don't write that record. I thought if I used "Is Not Null" in all 5 columns that would do it but it still includes them.
See I told you it was easy! Thanks.