Skip to main content
Question

Managing Long Column Entries in SecOps Reports

  • August 3, 2026
  • 3 replies
  • 67 views

gopinath_n
Forum|alt.badge.img+4

How can I manage the spacing for column entries in the SecOps dashboard? When I create a report, columns containing lengthy values are truncated, and some of the content is hidden. Is there an option similar to Wrap Text or any other way to display the full column values?

3 replies

cmorris
Staff
Forum|alt.badge.img+16
  • Staff
  • August 4, 2026

There is not a way to wrap the text today. If you download the report as a CSV, you should be able to get all values. If you hover over the field, that should also show the values in a popup. This may not be the case, but if you are getting long lists of multiple matching values due to the array function in an outcome, try array_distinct instead


gopinath_n
Forum|alt.badge.img+4
  • Author
  • August 5, 2026

There is not a way to wrap the text today. If you download the report as a CSV, you should be able to get all values. If you hover over the field, that should also show the values in a popup. This may not be the case, but if you are getting long lists of multiple matching values due to the array function in an outcome, try array_distinct instead

Let’s say if the case name is bit lengthier , when you export the report in pdf you won’t be able to see entire case name.


gopinath_n
Forum|alt.badge.img+4
  • Author
  • August 12, 2026

@cmorris any thoughts on this? Or someone can help me with this