Forum Discussion
Function RELATED expects a fully qualified column reference as its argument.
any help with this error?
ahmedzachy , related is used for the column, So give tablename[columname]
You can use it on many side of the table to get data from 1 side
refer if needed
Relatedtable, Related -https://youtu.be/Wu1mWxR23jU
ways to copy data from one table to another
https://www.youtube.com/watch?v=czNHt7UXIe8
2 Replies
- amitchandakSuper User
ahmedzachy , related is used for the column, So give tablename[columname]
You can use it on many side of the table to get data from 1 side
refer if needed
Relatedtable, Related -https://youtu.be/Wu1mWxR23jU
ways to copy data from one table to another
https://www.youtube.com/watch?v=czNHt7UXIe8 - bonjourposteHelper V
I also just discovered that a "fully qualified column reference" means that the data can't be from direct query. It has to be in import mode.