Hi:
I'm modifying Report ID 10412 (Report Selection - Bank), which is the A/P check.
Below is a screenshot of the Amount in Words, and below that screenshot are the two formula expressions used for this. (My guess is that the second formula is some sort of "overflow" field.)
I need for the asterisks in the beginning to appear at the end, instead. And, the phrase "US DOLLARS" need not appear.
How do I meet these two requirements?
Thank you!
John
=Cstr(Choose(97,Split(Cstr(ReportItems!FooterInfo.Value), Chr(177))))
=Cstr(Choose(98,Split(Cstr(ReportItems!FooterInfo.Value), Chr(177))))