Hi,
we have updated to 2.8.23 version, and "Format cells" stop working for single/multiple values.
It's working only for "All values" options.
You can try also on yours example https://jsfiddle.net/flexmonster/ej8j4jmg/
Regards,
Michele
Hello, Michele,
Thank you for reporting the issue.
We want to inform you that this is a known bug. The fix will be introduced with a nearest minor update ETA Jan 11.
Our team will notify you as soon as the version with a fix is available to download.
Feel free to contact us if other questions arise.
Kind regards,
Illia
Hello, Michele,
We are glad to inform you that the issue with the number formatting view was fixed.
This is provided in the 2.8.24 version of Flexmonster: https://www.flexmonster.com/release-notes/.
You are welcome to update the component: https://www.flexmonster.com/doc/updating-to-the-latest-version/.
Please let us know if everything works fine for you.
Best Regards,
Illia
Hello, Michele,
We are reaching out to ask if you had some time to test the recent fix.
Our team is looking forward to hearing from you.
Kind regards,
Illia
Hello Illia,
the fix is working, thank you so much.
But i have another question... If i set specific format on "measure X", and then i set default format, "measure X" still has the previous format, and it's OK.
If i want to remove previous format (in that way "measure X" should take the default format right?) there is any specific API for do that or i have to modify json report and re-set it?
Hello, Marius,
Thank you for your feedback.
Concerning your question about formatting.
In order to clear formatting for the specific measure, we suggest using the setFormat API call with an empty Format Object as a first parameter:
flexmonster.setFormat({}, "measureUniqueName"); flexmonster.refresh();
You are welcome to see the JSFiddle demonstrating this approach: http://jsfiddle.net/flexmonster/Lxp6c1zf/.
Please let us know if it works for you.
Our team is looking forward to hearing your feedback.
Kind regards,
Illia
Hello, Marius,
Our team is wondering if our recent suggestion works for you.
We are looking forward to hearing your feedback.
Kind regards,
Illia
Hello, Marius,
We are reaching out to ask if the proposed solution works for your case.
Our team is looking forward to hearing from you.
Kind regards,
Illia
Hi Illa,
sorry for the delay,
it's working.
thank you,
king regards