We have changed our pricing. Flexmonster Software License Agreement was also updated (list of changes)

Edit measure label

Answered
scastillo asked on January 7, 2025

Hello, how can I modify the label of a measure that I obtained as a response from the DiscoverMeasures service?

4 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster January 7, 2025

Hello, Scastillo!

Thank you for reaching out to us.

We kindly recommend changing the measure caption using our mapping, e.g.:

report: {
dataSource: {
type: "microsoft analysis services",
//other data source properties
mapping: {
"[Measures].[Reseller Order Count]": {
caption: "Measure caption",
},
},
//other report properties
}

Here is the JSFiddle example for reference: https://jsfiddle.net/flexmonster/kmcaf0sd/.

Please let us know if the suggested approach works for your case.

Kind regards,
Solomiia

 

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 7 days ago

Hello, Scastillo!

Hope you are doing well.

Our team is wondering if you had some time to check the suggested approach of changing the measure caption using mapping. Please let us know if everything works well.

Looking forward to hearing your feedback.

Kind regards,
Solomiia

 

Public
scastillo 7 days ago

It did work. Thank you!

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 7 days ago

Hello, Scastillo!

Thank you for your feedback.

We are happy to hear the suggested approach works well for you.

Feel free to reach out to us if any other questions arise.

Kind regards,
Solomiia

 

Please login or Register to Submit Answer