Here's a list of Essbase and EPM blogs I use to follow from my SAGE RSS Firefox extension, cool extension btw.
samedi 20 novembre 2010
jeudi 18 novembre 2010
My first CDF : @RANDOM
I recently wrote my first CDF using Netbeans IDE 6.9.1. This CDF is really simple and is not based on JAPI or any other external libraries, @RANDOM just returns a random value! Quite basic but useful to populate your database with random data.
Have a look at the Java class below, once compiled in a jar and copied to Essbase, you may register it using the following MaxL instruction :
Have a look at the Java class below, once compiled in a jar and copied to Essbase, you may register it using the following MaxL instruction :
CREATE OR REPLACE FUNCTION 'Sample'.'@RANDOM' AS 'myCdf.random' SPEC '@RANDOM()' COMMENT 'Return a random value';
Inscription à :
Articles (Atom)