Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new Java project and class.
    Image Removed
    Image Added

  2. Add the required jar files to your build path. In order to compile an advanced function, you will need to include i4-core.jar and i4-mi.jar files into the build path. These can be found in your <YellowfinDirectory>/appserver/webapps/ROOT/WEB-INF/lib/ folder.
    Image Removed
    Image Added

  3. Set your class to extend AnalyticalFunction and add the unimplemented methods.

    Image Modified

  4. Code your advanced function. See example of a basic accumulative total advanced function. 

  5. Compile this into a jar file. For compatibility purposes, we recommend that you compile this with Java 7 JDK. If your function uses dependent libraries, you will need to place all of the jar files into a single folder, compress it into a .zip format, and then change the extension of that file to .yfx.

    Image Modified

  6. Load your advanced function through Yellowfin's plug-in manager. 

    Image Modified

  7. Once the advanced function has loaded, it will be immediately available for use in a report.


    Image Modified




 

Section
Column
width75

Previous topic: Overview

Column

Next topic: Advanced function creation

 

...