Dataview can easily handle numbers in the "database", but displaying them as currency with native DQL was very difficult. It would be helpful to have a formatter, like with dates, to allow currency values to be easily displayed in a table. In my private build, I created a very simple function specific to my use-case, but it could be easily extended to be more generic. It uses the standard Javascript currency formatter.
This would be very helpful to me. Can you tell me where/how I would paste this? Does it go in my dataview block, in the dataview main.js, or somewhere else? Thanks.
Dataview can easily handle numbers in the "database", but displaying them as currency with native DQL was very difficult. It would be helpful to have a formatter, like with dates, to allow currency values to be easily displayed in a table. In my private build, I created a very simple function specific to my use-case, but it could be easily extended to be more generic. It uses the standard Javascript currency formatter.