cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Auto fit rows for wrapped text - EPM

0 Likes
764

I have an EPM report that brings in fairly long comments in a column - I've formatted the column on the Formatting Sheet to wrap the text. However, every time the report is refreshed, the row height adjusts to being too small to see all of the text. is there a way to set the rows to auto fit the resulting text?

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

Please also note that the comment field is not an imputable field, but just retrieving a comment using the EPMCommentFullContext function.

Thanks

0 Likes

Simply this:

Before refreshing the report, you can see the row height accommodates the size of the wrapped comment:

After refreshing, you can see the row height reduces in size so it doesn't show the entire comment:

Is there a way to format the report so the row height adjusts it's size to accommodate the size of the comment saved to the database.

Thanks in advance.

ragunathan1985
Explorer
0 Likes

We could use VBA logic for Rows / Columns -> Rows("204:280").AutoFit

former_member186338
Active Contributor
0 Likes

Full info with screenshots is required!