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

Versions Compared

Key

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

...

Advanced functions allow you to perform operations on top of report data after the primary SQL query has been run, unlike a calculated field, which is added to the report’s SQL statement. Functions can range from simple mathematical calculations and text manipulation, to more complex API calls with user input parameters.


Guide Contents

This The following guide is broken into the following sections:


  • Basics (Optional) - This section shows how to create an advanced function in Eclipse: The basic process of creating a custom advanced function for Yellowfin reports. Start here if you are new to coding Yellowfin plug-ins.

  • Creating an advanced function -  The Advanced function creation: The core methods required to code the function.

  • Setting Parameter set up parameters - : Provide user input parameters such as radio buttons and drop down menus.

  • Dependent parameter display - : Create dynamic interfaces by expanding upon the basic user input parameters.

  • Accessing and modifying data -  Use Data access and modification: Use values from other columns, then return a customized result set.

 

For further reference, see the advanced function appendix.

 

 

Section
Column
width75

 

Column

Next topic: Advanced function basics