How to convert number to letter. Example:
If a field or result (from https://www.drupal.org/project/views_aggregator) is a number: 255, We can display it is "Two hundred and fifty five USD".
Any idea?

Comments

drvdt created an issue. See original summary.

DamienMcKenna’s picture

Assigned: drvdt » Unassigned
Category: Feature request » Support request
Status: Active » Closed (won't fix)

You should look for a field formatter or other PHP to solve this, it isn't something that Views is going to do directly.