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

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Overview

Yellowfin reports provide a great way of formatting data in a report column via Column Formatting. Although these predefined formatters let you display values in a unique way, this guide will teach you how to create your own custom formatters, and represent your data any way you like. This is done by formatting data types based on a user-defined Java class, which allows for parsing the returned database value and transforming it into another format.

 

 

Implementation Overview

Implementation of a custom formatter can be done by extending Yellowfin’s CustomFormatter class and by implementing all the required functions.

 

 

 

 

 

  • No labels