List of different available values of a key

Things I have tried

Currently, i get with the plain dataview:

Table object

only an output, where some values are shown multiple (see picture below)

What I’m trying to do

I have a set of files with the key “object”. In total this key is ‘filled’ with more than 20 different keys throughout my different files. I want an output of dataview, that shows me just, what are the different available values for the key in question.

Thanks for your help!

Try something like:

```dataview
TABLE WITHOUT ID item
FLATTEN object as item
GROUP BY item
```

But this does depend a little on how you define the object. So if this doesn’t work, please show how you define a typical object with only one or more values.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.