Home > Guides > Reporting > Report Writer > xBuilding Reports > Functionality > Fields > Advanced Features
Advanced Features
This area is under construction.
Expression:
Additional Details on 'Expressions' can be found at http://wiki.izenda.us/Guides/ReportDesign/15.0-Expressions-in-Izenda
Format:
case FIELDNAME when ‘WHAT ARE YOU LOOKING FOR’ then ‘WHAT DO YOU WANT TO SHOW’ else ‘ANOTHER OPTION’ end
For example, if the goal is to show 'Hired' next to all employees who were hired for a job and a blank value for all others, it would look like this:
case Status when 'HIRED' then 'Hired' else ' ' end
See also
|