We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Field names were not readable when name is too long

Closed
raviteja asked on September 18, 2022

Hi Team, After generating report when we click on Fields , some fields are not readable if the field is too long.
Can we make some adjustments on this?
 
Thanks,
Ravi

Attachments:
fieldname_notclear.PNG

3 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster September 20, 2022

Hello, Ravi!

Thank you for your question.

Kindly note that readjusting the size of the Field List in Flexmonster configurations is currently unavailable. No limitation exists for a field's name length, so the ellipsis is shown when the label exceeds the Field List's width. You can see the field's full name in the tooltip, which is opened when you hover your mouse over a specific label.

As a workaround, you can use the following CSS rule to increase the Field List's width:

#fm-pivot-view>div.fm-ui-element.fm-ui.fm-fields-view-wrap.fm-fields-opened>div {
  /* Change width */
  width: 90%;
  /* Align container to center */
  left: 5%;
}

You are welcome to check the example illustrating this approach: https://jsfiddle.net/flexmonster/fyb5kwt4/

We also noticed that on the attached screenshot, the field's label overlaps the Aggregation icon. Our team will provide a fix for this issue in a future minor release, ETA Oct 18th. We will write to you in case of any updates on the matter.

Please let us know if any other questions arise.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster October 18, 2022

Hello, Ravi,

We are glad to announce that the issue with long captions overlapping aggregations in the Field List for the flat view was fixed.
This is available in the 2.9.36 version of Flexmonster: https://www.flexmonster.com/release-notes/version-2-9-36/ 
You are welcome to update the component. Here is our updating guide for assistance: https://www.flexmonster.com/doc/updating-to-the-latest-version/
Please let us know if the fix works fine for you.

Best regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster October 25, 2022

Hello, Ravi!

Hope you are doing well. 
We are wondering if you had time to look at the provided fix.
Please let us know if everything works for you.

Best Regards,
Maksym

This question is now closed