__sql__ = "select
u.*, a.local_id,a.title, a.text_block
from
newsletter u
left join
(
select
local_id,title, text_block
from
workflow
group by
local_ID
) as a
on
a.local_ID=feature1"
but not in the details view...
is there a easy way to make these fields show up in the details view as well?
cheers
martin