I have a report that pulls a field from a custom form to populate one of the columns. The field is editable by my users in the report. If I set up a Column rule to highlight the line item a certain bckground colour based on an if statement, and select the "Show Text" option, the column becomes uneditable. Why is that?
Solved! Go to Solution.
Views
Replies
Total Likes
@joshawajones This is intended behavior, based on the language in the documentation article, Use conditional formatting in views. When you choose to display custom text over the original field value, the system is not able to recognize that you want to edit the original text. What you may want to do, is add the column twice to your report (one with conditional formatting, one without) so that you can edit the original text in-line.
Language pulled from the documentation article:
Important: Selecting Show Text disables the ability to inline edit the text in this column.
@joshawajones This is intended behavior, based on the language in the documentation article, Use conditional formatting in views. When you choose to display custom text over the original field value, the system is not able to recognize that you want to edit the original text. What you may want to do, is add the column twice to your report (one with conditional formatting, one without) so that you can edit the original text in-line.
Language pulled from the documentation article:
Important: Selecting Show Text disables the ability to inline edit the text in this column.