Hi, I have 4 fields in a query that can have a alphanumerical value, 0 or null
but when there is a value, they are the same for one ID :
example
0 0 1 0
2 2 2 0
0 0 3
3 0 3 0
8 0 0
0 0 0 0
I want to add a 5th field that would show the value if anyone of the fields has...