<@UHU27N9AB> try using a formula to wrap that fiel...
# general
p
@Heather Spence try using a formula to wrap that field in the NVL() function so it would be NVL({thefield},'') that is, 2 single quotes. basically it says, if the field is null(blank) use this value, in this case just '' to create a blank. may work? I usually use it for numeric formulas but it should work here