Hi ya Support,
Any chance Flexmonster supports or will support any of these features?
1. Support the ability for users to edit column headers. i.e. 'Sex' -> 'Gender'?
2. Support 'currency' fields. They want to be able to perform operations like on Numbers but maintain formatting of currency? i.e. Data would look like this: '$1,053.34', '€2.00' but you could 'Sum' them for instance.
Currently a blocker for some of our customers.
Thanks!
Patrick
To give more context in regards to formatting for currency, I realize that this exists: https://www.flexmonster.com/doc/number-formatting/
However, we don't know until we construct the json remotely (and put into S3) what the currency symbols will be, or there formatting, or which columns they would be in. We just pass the S3 link into Flexmonster. Is there anyway to define this in the json being returned?
Thanks,
Patrick
Hello, Patrick,
Thank you for writing to us.
mapping
property upon Flexmonster initialization.report
object instead of just the data set in S3.report
object. The created report
object can later be passed to Flexmonster via the load() API call, for example:
flexmonster.load("YOUR_S3_URL_RETURNING_THE_STORED_REPORT_OBJECT");
Please let us know if this helps and if you have any additional questions that we can help you with.
Looking forward to your reply.
Kind regards,
Vera