Virtual Column not Showing

I have a virtual column that isn’t showing up on my detail sheet, or when I edit the record. However, it shows up when I use the form, but no where else.

The VC uses a Lookup function that references a column that pulls from another table, I think that might have something to do with it, and I’ve tried changing it to a select function with no luck.

Any ideas on how to get the column to show up?

0 2 207
2 REPLIES 2

Not sure what the possible root cause would be in this case, but it is possible your expression is returning Null as a result, then it wont show up on detail view.

Just set this particualr column, showif expression, simply pass TRUE for that constrain.

Even the column value is null, the column name will show up on detail view.

Life is hard being dumb. Ya, when I checked it that was the problem. It never matched because I was missing information “DE.” The reason why it was working on the form, was because it matched since the dropped down reference the row that was missing “DE.”

Thanks again

Top Labels in this Space