BI Template: CASE_INIT_CAP Not Working with to_check_number
We want to print amount in text with Init Cap letters on Cheque.
But the amount either getting into upper case or lower case using CASE_UPPER/CASE_LOWER but it is not converting to Init Cap using CASE_INIT_CAP.
<?xdofx:to_check_number(12345.98, 'USD', 'CASE_INIT_CAP', 'DECIMAL_STYLE_WORDS')?>