
Hi, I'm doing an extension of the 1305 report, and I need to show an amount in letters. I see that in the 10400 report there is a procedure called "FormatNoText", which I think may be useful for me. How can I implement this procedure in my extension? I'm new to Business Central, so many concepts are still not clear to me.
Instead of using Report - 10400, you can look into Report "1401 - Check" it already has some external procedures like FormatNoText, InitTextVariable, InitializeRequest, and InputBankAccount that you can use easily by creating a report variable of "Check" report in this report FormatNoText function will help you to convert any decimal amount value in words in its respective currency. In another discussion thread, I already explained how to use report data type.