Framework:Functions
CoPlanner can execute functions on the server or client. Server-side functions in connection with formulae can manipulate data, client-side functions are only to display data.
Server-side functions
The server-side parser has access to session variables, application properties and the data. Session variables and application properties have to be qualitfied with '@', server-side functions with 'fkt' If a formulae contains '@' or 'fkt', the client sends the function to the server and the server executes the function. Practical case of use are all operations to be executed by the server, like formulae of object administration, CoPlanner cubes.
Client-side functions
Client-side functions are to display data in masks. They are used for dynamic column header, filter captions, tooltips, etc. You can use these functions in input masks, analysis views or row views.