Category:Functions - server-side

From CoPlanner 11
Jump to navigationJump to search

This category contains pages about CoPlanner Framework 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. You'll find a description of the supported operators, funcions and the syntax here Framework:Syntax_of_expressions.