Please help:
I am trying to write an is not null statement.
I am creating a report for invoices and in the page header I want it to change the company if it is a particular division.
This is what I thought it was
If {divisions.name} not null
then
{divisions.name}
else
company XYZ
Does this make sense?
I am trying to write an is not null statement.
I am creating a report for invoices and in the page header I want it to change the company if it is a particular division.
This is what I thought it was
If {divisions.name} not null
then
{divisions.name}
else
company XYZ
Does this make sense?