Hi,
My query is
select * from
ocrd a inner join
ocrg b on a.GroupCode = b.GroupCode
where b.GroupName = [%0]
when i execute, all groups i.e., customer and vendor groups are prompting.
here i want only customer groups to be displayed for the selection.
pfa