Hi
I have done a customer script report, standard = YES. And the code is on server-side
and it works.
I am trying to see if I can move that to client side using the
build … report … report type = script report, Standard = No
But I am using functions like SUM, COALESCE … etc …etc
and on the server-code these function are imported. However, importing on
the client-side report , yields an error. Does that mean that those functions cannot be
used in a client-side report ?