Hi , I have a requirement to publish a set of records in a table. The data is something like
select * fromTable_Monit a
inner join Acct b on a.Account_id = b.Account_id
where b.attID= 1090
In the filters it only allows me to put where clause. Can't we include Joins in the filter? Can someone help me on this?
Thanks!