Turn Off Suppress Missing in DLR
I am trying to run a DLR and get results as though suppress missing is turned off. If there is a row which should have #Missing, that row would appear in the output with a numeric 0.
My team currently is taking a SmartView sheet, and replicating it using the result of a DLR. The SmartView sheet options have suppress missing turned off, and it shows missing values as numeric 0 (0.00). We are looking to have the DLR output do the same.
Has anyone implemented anything like this in the past? Does anyone have advice on how to set this up?