L
Learning as I go
I have a report that is calculating total elapsed time between dates. I have
the calculation working fine if all fields are filled in. However, out of
necessity there will always be fields that are not filled in yet (because the
orders have not yet arrived, shipped, etc.). I am (of course) getting the
#error result for all of these cases. I would like for these fields to
remain blank until the orders have arrived, shipped, etc.
I am pretty sure that I need to use .hasdata, but can not quite get it to
work. My expression for the calculated fields is below.
=Workdays([FirstDate],[SecondDate])
I would greatly appreciate any help you can give.
the calculation working fine if all fields are filled in. However, out of
necessity there will always be fields that are not filled in yet (because the
orders have not yet arrived, shipped, etc.). I am (of course) getting the
#error result for all of these cases. I would like for these fields to
remain blank until the orders have arrived, shipped, etc.
I am pretty sure that I need to use .hasdata, but can not quite get it to
work. My expression for the calculated fields is below.
=Workdays([FirstDate],[SecondDate])
I would greatly appreciate any help you can give.