Enum in report: showing numeric value

I have a report where an enumeration field is showing a numeric value. I want to show the text. Is there any specific format I have to use? I didn’t find any documentation on this though.

Hi,
Try to use https://docs.jmix.io/jmix/1.0/reports/creation/parameter-and-format.html#formatters with a Groovy script, that converts a numeric value to enum.

Thanks. Can you share a code example, please?

regards
Mortoza

Hi,
Can you share the sample project with the report, please?
I create the sample project with the report containing the enumeration field and can’t reproduce your issue. By default, I get the string representation of enumeration.