I am attempting to join multiple fields in a formula, but am getting blank lines when there is no data in one field. This is for an address and the formula created is pretty simple:
{POPPPR.PB_ADR_STNO}+ " " + {POPPPR.PB_ADR_DIR1} + " " + {POPPPR.PB_ADR_STR1}+ " " + ({POPPPR.PB_ADR_TYP1} + " " + "APT" + " " + {POPPPR.PB_ADR_APT}
But only when there is data in all fields (which is rare), does it print - otherwise it is blank on the form.
Any suggestions?
{POPPPR.PB_ADR_STNO}+ " " + {POPPPR.PB_ADR_DIR1} + " " + {POPPPR.PB_ADR_STR1}+ " " + ({POPPPR.PB_ADR_TYP1} + " " + "APT" + " " + {POPPPR.PB_ADR_APT}
But only when there is data in all fields (which is rare), does it print - otherwise it is blank on the form.
Any suggestions?