Hi Team,
The formula is shown with backend field names (e.g.count("AWB") * count("SHP_REC_KEY") ) rather than the frontend field names, it might cause the difficulty for report receiver or even owner to read how the calculated fields are composed.
Is there an a way to display front end names instead of DB names?
Hello, Raviteja!
Thank you for reaching out to us.
Kindly note that it is possible to show the measure's caption instead of the uniqueName in the Calculated Values pop-up using the useCaptionsInCalculatedValueEditor
property. It can be defined in your report as follows:
report: {
options: {
useCaptionsInCalculatedValueEditor: true,
//other options properties
},
//other report properties
}
We have prepared a JSFiddle sample for visualization: https://jsfiddle.net/flexmonster/1ed0sakr/.
Hope you will find our answer helpful.
Feel free to contact us in case of any other questions.
Kind regards,
Solomiia
Hello, Raviteja!
Hope you are having a great week.
Our team is wondering if you had some time to try the useCaptionsInCalculatedValueEditor
property. Could you please let us know if the suggested option works well for your case?
Looking forward to hearing your feedback.
Kind regards,
Solomiia
Hello, Raviteja!
Hope you are doing well.
Just checking in to ask if the useCaptionsInCalculatedValueEditor
option works well for your case.
Looking forward to hearing from you
Kind regards,
Solomiia