Framework:Functions: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:


==[[:Category:Functions_-_client-side|Client-side functions]]==
==[[:Category:Functions_-_client-side|Client-side functions]]==
Funktionen des clientseitigen Rechenwerks dienen der Darstellung in Masken. Verwendung finden sie für dynamische Spaltenüberschriften, Filterbezeichnung, Tooltips, etc. Derzeit sind diese Funktionen in Kombination in der [[Framework:BI_Center:Eingabemaske_erstellen|Eingabemaske]], [[Framework:BI_Center:Analysesicht_erstellen|Analysesicht]] und [[Framework:BI_Center:Zeilensicht_erstellen|Zeilensicht]] verwendbar.  
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.
 
 
 





Revision as of 13:36, 18 November 2010

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-sife 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, expressions for calculated columns in aggregationsmasks, 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.