Forum Discussion
KenKen
8 years agoQrew Trainee
I've found this discussion very helpful because I'm having the same issue. I tried the solution above in my app but I get a 0 instead of the expected text field. The complete formula is below:
If(Trim([invoiceNumberOverride]) <> "",[invoiceNumberOverride],ToText(5000 + [Record ID#]))
Any ideas what I am doing wrong? Any help would be greatly appreciated.
If(Trim([invoiceNumberOverride]) <> "",[invoiceNumberOverride],ToText(5000 + [Record ID#]))
Any ideas what I am doing wrong? Any help would be greatly appreciated.