Sunday, March 27, 2022

Convert numbers to words with and without decimal places - Crystal report

 Replace(ToWords({Table.Field}), 'and xx / 100', '')

ProperCase(Replace(ToWords({X_MODEL_TUSKER_SUP_1616IL1_REP.TERM}), 'and xx / 100', ''))

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...