Hi,
I need to filter the result of a query in a listgrid by the field of a foreign table.
So I have a table A, which references a table B with foreign key B.fk1, I need to filter by value B.2
How should I do this? I see this is directly possible in the power versión, to which I don't have access. So I guess the way to go is to somehow map field B.2 into the datasource of A, aqnd then programmatically filter in a DMI call.
But how would I map that foreign field? I should I follow a different approach?
I'm using smartgwt 2.5, pro versión
cheers Bo
I need to filter the result of a query in a listgrid by the field of a foreign table.
So I have a table A, which references a table B with foreign key B.fk1, I need to filter by value B.2
How should I do this? I see this is directly possible in the power versión, to which I don't have access. So I guess the way to go is to somehow map field B.2 into the datasource of A, aqnd then programmatically filter in a DMI call.
But how would I map that foreign field? I should I follow a different approach?
I'm using smartgwt 2.5, pro versión
cheers Bo
Comment