I need to create a string from several db fields- name, units, lower and upper- so that the fields appear to be in columns- i.e. directly above one another.
WATER CC 0 100
GAS MCF 20 40
OIL GL 0 10
I tried using various string functions :
{NAME}+ Space(20-Length (Trim({NAME})))+{UNITS}+Space(20-Length(Trim({UNITS})))....
but this does not perform the way I need.
Any ideas?
WATER CC 0 100
GAS MCF 20 40
OIL GL 0 10
I tried using various string functions :
{NAME}+ Space(20-Length (Trim({NAME})))+{UNITS}+Space(20-Length(Trim({UNITS})))....
but this does not perform the way I need.
Any ideas?