M
Magne Ryholt
I need to filter a view on values from parent table, this works fine e.g.
"Parent.Name='MyFathersName'"
However, I also need to filter on grandparent and grand-grand parents
(a.s.o.) columns as well, syntax "Parent.Parent.Name='MyGrandFathersName'"
does not work (exception is thrown), any one knows how to do this ?
"Parent.Name='MyFathersName'"
However, I also need to filter on grandparent and grand-grand parents
(a.s.o.) columns as well, syntax "Parent.Parent.Name='MyGrandFathersName'"
does not work (exception is thrown), any one knows how to do this ?