Extract column value without converting nulls
From the code, I need to extract some field values. I used Report.GetColumnValue but I realized that it converts the null values to 0.
Which other function can I use to extract the field values conserving the null values?
Thanks
Which other function can I use to extract the field values conserving the null values?
Thanks
Comments