I have a field that has a long description in it. My problem is when i plug in my formula all data in the long description populates fine. But the fields that does not have long descriptions will not even show up on the report because there is not a long description. When I take out my formula the line(poline.description) reappears. Here is what I have:
if not isnull(({LONGDESCRIPTION.LDTEXT }))
then {POLINE.DESCRIPTION}+{LONGDESCRIPTION.LDTEXT}
else {POLINE.DESCRIPTION}
the above statement when in will not show the
poline.description when there is no longdesription.ldtext
can anyone expand on this for me
if not isnull(({LONGDESCRIPTION.LDTEXT }))
then {POLINE.DESCRIPTION}+{LONGDESCRIPTION.LDTEXT}
else {POLINE.DESCRIPTION}
the above statement when in will not show the
poline.description when there is no longdesription.ldtext
can anyone expand on this for me