What I’m trying to do
For example, imagine this:
TABLE WITHOUT ID NestedObject.name
FROM ""
WHERE file.name = this.file.name
Is there a way to use AS so as it can be written
TABLE WITHOUT ID N.property
FROM ""
WHERE file.name = this.file.name
....something that changes NestedObject to N
Things I have tried
Tried the dataview documentation but not sure what to search for…name? alias? variable? those are taken by other things.