A
Aso
I have been working on a form that users enter data for various days/times.
What I have managed to do is create fields that will output if particular
fields are null or not and converted those True/False responses into "1" or
"0". I have another field that needs to take the number responses in those
fields and add them up so that ultimately I can take use that total sum to
divide into other data to return an average for that given day. (D1 = Day 1)
[D1PSI1] contains data "499"
[D1PSI2] contains data "500"
[D1PSI3] is blank
[D1t-f1] converts (D1PSI1)"499" to -is not null- and shows a value in the
[D1t-f1] of "1"
[D1t-f2] converts [D1PSI2]"500" to - is not null- and shows a value in the
[D1t-f2] of "1"
[D1t-f3] displays "0" because [D1PSI3] is null.
[SumD1] should calcuate all the "1" values (there are ultimately four fields
per day)
I might be going about this the hard way. I have read through other posters'
questions to try to find a solution, looking at "Nz" and many other
suggestions but to no avail. Any help would be greatly appreciated as I feel
I have wasted so much time on something that I feel should be really simple.
Thank you for your time.
Aso~
What I have managed to do is create fields that will output if particular
fields are null or not and converted those True/False responses into "1" or
"0". I have another field that needs to take the number responses in those
fields and add them up so that ultimately I can take use that total sum to
divide into other data to return an average for that given day. (D1 = Day 1)
[D1PSI1] contains data "499"
[D1PSI2] contains data "500"
[D1PSI3] is blank
[D1t-f1] converts (D1PSI1)"499" to -is not null- and shows a value in the
[D1t-f1] of "1"
[D1t-f2] converts [D1PSI2]"500" to - is not null- and shows a value in the
[D1t-f2] of "1"
[D1t-f3] displays "0" because [D1PSI3] is null.
[SumD1] should calcuate all the "1" values (there are ultimately four fields
per day)
I might be going about this the hard way. I have read through other posters'
questions to try to find a solution, looking at "Nz" and many other
suggestions but to no avail. Any help would be greatly appreciated as I feel
I have wasted so much time on something that I feel should be really simple.
Thank you for your time.
Aso~