How to tell if column is standalone, or referencing other columns #3045
-
|
On two occasions I have entered a command, only for nothing to happen. Both times it was because my columns were actually computed from other columns, and so weren't editable. I had to freeze them first with My specific workflow was:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Right now, there is no obvious way to tell that the results of Such a visual cue has recently been added to expression columns that result from I'll submit a PR to add similar coloring for regex columns and expanded columns. |
Beta Was this translation helpful? Give feedback.
Right now, there is no obvious way to tell that the results of
:and(etc are not editable. But you're right, it would be better if there were such a way.Such a visual cue has recently been added to expression columns that result from
=. The column title is drawn in red. This feature is in thedevelopbranch of visidata that will be released as version 3.4.I'll submit a PR to add similar coloring for regex columns and expanded columns.