All, I have query for a report, that lists engineers and how many projects they are working on of x type, y type and z type. My problem is that they do not always work on each of the types.
I want to use a calculated field on a report but need to insert default 0 values, where the field value is null.
Any way to do that.
It would look like this ...
type x eng1 eng2 eng3 eng4
apple 1 4 4
orange 2 3 3
pear 1 1 1
I want it to look like this
type x eng1 eng2 eng3 eng4
apple 1 4 0 4
orange 2 0 3 3
pear 0 1 1 1
David Pimental
(US, Oh)
I want to use a calculated field on a report but need to insert default 0 values, where the field value is null.
Any way to do that.
It would look like this ...
type x eng1 eng2 eng3 eng4
apple 1 4 4
orange 2 3 3
pear 1 1 1
I want it to look like this
type x eng1 eng2 eng3 eng4
apple 1 4 0 4
orange 2 0 3 3
pear 0 1 1 1
David Pimental
(US, Oh)