Reports - column descriptions | Community
Skip to main content
November 15, 2024
New

Reports - column descriptions

  • November 15, 2024
  • 2 replies
  • 421 views

Hello,

 

at the moment, there is no possibility of adding any type of column descriptions in the reports. A some reports can be quite complex it would be beneficial to have some kind of descriptions of columns, either an information icon or mouse-over text.

 

It would be great if this could be implemented.

 

Best regards,

Sara

2 replies

Community Advisor
November 15, 2024

This can be done in text-mode by adding:

 

description=This sentence will pop up when the user hovers over the column header.

 

 

 

Srinija_N
Level 7
November 19, 2024

The hover description text mode works. 

description=This sentence will pop up when the user hovers over the column header.

we also added below method of text mode to display text on the result result as well.

 

 

column.50.displayname=Team Name
column.50.sharecol=true
column.50.textmode=true
column.50.value=<strong><font color=#000000>Project Executive*: </font></strong>
column.50.valueformat=HTML
column.51.textmode=true

 

If you find this helpful, It would be helpful for others if you could mark this as Correct reply. Thanks