Dataview: invert a table so that the rows are lines

Hello, I wonder if there is a way to invert a table. That is, the rows become rows and the rows become rows.

I am currently querying a few inline fields and the view would make more sense to me if it showed the date in the rows and not in the rows.

Say the date of the file is in the row and in the rows are the inline fields.
Is this possible? Maybe only with JS or?

Thank you

2 Likes

There is not any automatic operation to swap / invert rows and columns (aka transpose). However a GROUP BY operation might help, depending on what exactly you are trying to do.

If you really need a full transpose, then I suspect dataviewjs is necessary, but adding a new column every time you add a new file sounds like it could get cramped on your screen!

1 Like

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