SyntaxTerror
Technical User
Maybe I'm thinking of this wrongly, but I have a situation where, if the values in 6 different columns are ALL null, I don't want to display that row.
For example, column 1 is InventoryID, then columns 2-7 will be Week1Quantity, Week1Quantity, Week3Quantity, etc.
If all 6 weeks of quantity data contain NULLs, then I don't want the row for that inventoryID to show up.
I was trying something like WHERE IN (wk1, wk2, etc.) IS NOT NULL or WHERE NOT (wk1, wk2, etc.) IS NULL
Halp!
For example, column 1 is InventoryID, then columns 2-7 will be Week1Quantity, Week1Quantity, Week3Quantity, etc.
If all 6 weeks of quantity data contain NULLs, then I don't want the row for that inventoryID to show up.
I was trying something like WHERE IN (wk1, wk2, etc.) IS NOT NULL or WHERE NOT (wk1, wk2, etc.) IS NULL
Halp!