I have a record set that has three rows per person. All of the columns and rows are the same except for the last column. The first line will have field1 in the last column, the second line will have field2 in the last column and the third line will have field3 in the last column. Additionally, if the value of field1, field2 or field3 is null, than the respective row will be supressed.
Name Number Department
John Smith 100045 Sales
John Smith 100045 Customer Support
John Smith 100045 Null (supress this row)
Any thoughts would be appreciated.
Name Number Department
John Smith 100045 Sales
John Smith 100045 Customer Support
John Smith 100045 Null (supress this row)
Any thoughts would be appreciated.