I have the following expression:
8HRTWA: IIf([TIME_MINUTES]=15,CDbl(nz([NEW_RESULTS_MG/M3]*[TIME_MINUTES]/150,CDbl(nz([NEW_RESULTS_MG/M3]*[TIME_MINUTES]/480)))))
The problem I am having is that it only does the calculation if the result is 15, but does not use the false calculation if it is not 15.
thanks in advance!
8HRTWA: IIf([TIME_MINUTES]=15,CDbl(nz([NEW_RESULTS_MG/M3]*[TIME_MINUTES]/150,CDbl(nz([NEW_RESULTS_MG/M3]*[TIME_MINUTES]/480)))))
The problem I am having is that it only does the calculation if the result is 15, but does not use the false calculation if it is not 15.
thanks in advance!