Hello all,
I'm trying to create a report.
In an ideal world this report would go through each record, and spit back out the ID of the record and also every field in that record that is blank, null, or 0.
So for example, if I have 3 records(A,B,C), and 5 fields(field1,field2,field3,field4,field5)
The report would look something like this:
Name: A
Field1: Blank
Field4: Blank
Name: B
Field2: Blank
Field3: Blank
Field5: 0
Name: C
Field2: Blank
Field5: 0
I have no idea how to go about doing this or even if this is possible to create a report like this.
Any help, information, or ideas would be greatly appreciated!![]()