Need a special offer?Find out if your project fits.
+

"Format cells" not working in 2.8.23 for MS Analysis Service

Answered
Marius Hulduban asked on January 8, 2021

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
 

8 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster January 8, 2021

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

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster January 12, 2021

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

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster January 19, 2021

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

Public
Marius Hulduban January 28, 2021

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?

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster January 28, 2021

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

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster February 8, 2021

Hello, Marius,
 
Our team is wondering if our recent suggestion works for you.
 
We are looking forward to hearing your feedback.
 
Kind regards,
Illia

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster February 15, 2021

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

Public
Marius Hulduban May 6, 2021

Hi Illa,
 
sorry for the delay,
it's working.
 
thank you,
king regards

Please login or Register to Submit Answer