Virtual Text column vs. virtual Show column using category Text

The following seem functionally equivalent when the need is for content that is solely for display within a form view and doesn't need to be referenced anywhere else. Is one more performant than the other? Are there other pertinent distinctions to consider?

  • Virtual column of Text type with expression that yields row-specific text in the App formula property
  • Virtual column of Show type and Category of Text with expression that yields row-specific text in the Content property

Example of Text column

dbaum_0-1653177751008.png

Example of Show column using category Text

dbaum_1-1653177917898.png

 

Solved Solved
3 7 652
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

A column of type Show category Text is a LongText value, so it allows line breaks.

The Content expression of a Show column is always live, so it will be recalculated even if no change is made to the row. Compare with a virtual column's App formula expression, which is only live in a form view or when a normal column of the same row is updated.

View solution in original post

7 REPLIES 7
Top Labels in this Space