Dear Everybody,
I have a problem need your help.
I set the User ID under the Group for the cost of group
for example:
-
Administrator group characters A_ *
-
Financial group of characters F_ *
I use the function SETFILTER :
IF “G/L Entry”.“User ID” <> ‘’ THEN
BEGIN
SETFILTER(“User ID”,‘A_ *’);
Amount_Administrator:=“G/L Entry”.Amount;
END;
IF “G/L Entry”.“User ID” <> ‘’ THEN
BEGIN
SETFILTER(“User ID”,‘F_ *’);
Amount_Financial:=“G/L Entry”.Amount;
END;
But still no separation costs group.
Please thank the support.
Kind regards