Measure formatting (markdown and custom)

We are in the process of supporting all versions of font-awesome.
Currently, eazyBI supported all fonts from 5.15 version (see picture below).
You will be notified here when the 6.0 version fonts are also supported.

Martins / eazyBI

Thank you very much!
:slight_smile:

Hi this is a great post.
With this tipps I was able to show images, not only in the description of a report, but also in the data within the table itself. But for any reason, the images can not be changed in size. No matter if I am using Markdown or HTML formatting, the size given in the statement is ignored by eazyBI. Can you help? Is there a way to change the sizes of the pictures, when showing them in a Report?

For example with a field value like

< img src=“imagepath.png” width=“x” height=“y” />

The values for width and height are being ignored. How to solve that problem?

We are using Jira Datacenter 8.20 and eazyBI 6.5.2

@eugen.stang

Try this code

"<img src='/plugins/servlet/eazybi/custom/images/image.png' style='width:100px; height:100px' />"

Martins / eazyBI

Hi @Ofer_Cohen ,
I wanted to let you know that we have released eazyBI version 7.0 recently. We included in this version the support for Font Awesome version 6.

Please see a list of all changes: Changelog - eazyBI for Jira.

best,
Gerda // support@eazybi.com

1 Like

Hi @gerda.grantina! Using font awesome in eazyBI is awesome. Thank you for that feature. However, I miss a list of the actually available icons. Would it be possible to publish such a list?
best regards,
JOhannes

Link doesn’t work anymore…

1 Like

@Johannes

This is the new link to this page Gerda is talking about:

https://docs.eazybi.com/eazybi/set-up-and-administer/customization/user-interface-customization#Userinterfacecustomization-Images

Martins / eazyBI

Please tell me how to add a center-aligned format to the decimal value of calculated measure, and the number needs to retain 2 decimal places.Thank you very much!
The calculated measure code is as follows:
[Measures].[单位工作量漏测率 ] =
CASE WHEN --there are any resolved issue with developer days
[Measures].[测试人天 created] > 0
THEN
10*([Measures].[Issues created], [Test Phase].[现网运行(漏测)])/[Measures].[测试人天 created]
END

You can choose between various formats for calculated measures.
https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/calculated-measures#Calculatedmeasures-Formatting
Try selecting “Decimal” numbers for measure output to show 2 decimal places.

But it won’t be possible to set alignment “center” for numeric values in eazyBI reports.
You can try the markdown format, but that won’t let you select decimal values.
See something similar here: HTML and CSS breaks in new version (newer than 6.20)

Martins / eazyBI