Bases: Table headings particular to a View

Hello.

Can this be solved using separate formulas for each view? This seems to work in a local test vault:

```base
formulas:
  meaning: link(file.name)
  pinned: link(file.name)
views:
  - type: table
    name: meaning
    order:
      - formula.meaning
  - type: table
    name: pinned
    order:
      - formula.pinned

```
1 Like