Use Dataview to pull data from a table into a new table based on the column data

What I’m trying to do

I have a table of links as such:

| Name | URL | Type |
|example HR | https://examplehr.com | HR |
|example CS | https:/exampleCS.com | support |

I would like to be able to create other tables based on the data under the type column. i.e. list all the links that belong to HR.

Things I have tried

New to this and cannot get it to work at all.

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