I am trying to set up a dynamic text for reading data from DDP. will have 4 lines. depending on the DDP some lines might be empty and not showing anything. In that case i was the next line to take its place and have no gaps in between lines. See below an example
COUNTY OF
DISTRICT
PARISH
DRAWING
if parish does not exist want this to look like
COUNTY OF
DISTRICT
DRAWING
if nothing exist then only DRAWING should be shown (this is only text ) on the top, where COUNTY OF would normally be placed.
Thank you