|
From: <mel...@gj...> - 2003-12-02 15:04:14
|
Hi, I have a tailored query which does something like this: select distinct B.a, a.s, a.f from a, B where B.a=a.id group by B.a, a.s, a.f order by a.s, a.f; When I get the cooked value from the FieldSet for B.a it looks something like this a/123 Other than doing some String manipulation, is their a utility class which just returns the troid for me from the cooked value? TIA, Graeme - |