G
Guest
Hi
I can not figure out how too get ot of a simple problem:
In a footer of a report I have a formula in a text box that work ok when
there are values to handle, but when it's emtpy strings it dont work.
The values are coming from other text boxes in the same footer.
This is simply the formula ([a]/-1) and what i tried to do and what the
result is:
Iff(IsError([a]/-1);"";([a]/-1)), result: #Name?
Iff([HasData];([a]/-1);""), result: #Name?
Iff([HasData]=0;([a]/-1);""), result: #Name?
and so on......
I am running out of "solutions".
I would be pleased if anyone know what to do.
I can not figure out how too get ot of a simple problem:
In a footer of a report I have a formula in a text box that work ok when
there are values to handle, but when it's emtpy strings it dont work.
The values are coming from other text boxes in the same footer.
This is simply the formula ([a]/-1) and what i tried to do and what the
result is:
Iff(IsError([a]/-1);"";([a]/-1)), result: #Name?
Iff([HasData];([a]/-1);""), result: #Name?
Iff([HasData]=0;([a]/-1);""), result: #Name?
and so on......
I am running out of "solutions".
I would be pleased if anyone know what to do.