I have columns of different data types. For example, some column has int type, other is date and another is string type.
When I use iifNull(column1, \' \')
iifNull(column1, \' \')