What I’m trying to do
Hey everyone,
im doing a pretty basic search like this
```dataview
TABLE Type as "Type", Genre as "Genre"
FROM #films
```
what I would like to do is omit certain results from the genre colum, but not omit the entire row. as an example if there is a movie , with a genre called “action-comedy”, I would like for every in the genre column to be displayed except “action-comedy”.
I had a look through the docs but i couldn’t figure out if its possible to edit columns? Im sure theres a way to do it with dataviewjs but im not super comfortable using that and I figured i’d get sent in the right direction from here