Can we make a cleaner Dataview list?

Well, I’m using the default behavior to Minimal. So, in my case I don’t have any bullet point and any indent. Because that I don’t preview this last behavior.

Generally I think the idea is the same (as in my last solution), but now it’s necessary to distinguish single values from multiple values:

  • if single value, we need to transform it to a list
  • if an array, keep it as an array.

Let’s try this:

LIST choice(length((met)[0]) = 1, list(met), met)
WHERE met 
3 Likes