Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

972 views1 edit(s)1721 characters(s) Page last modified 12:52, 27 Mar 2012 by contentconnector
How to add your knowledge

Use SQL Values in Reports

    Table of contents
    1. 1. Topics in this section

    You can run complex SQL statements that are related to the current records and retrieve a single value. This is similar to the SQL label controls in the Form Designer.

    For example, you can define an SQL value to display the value of a domain table (_TBD) instead of the value that is stored in the related table. If you have a Check Box value (Yes/No value), you can define an SQL statement for an Oracle-based enterprise industry model as follows: select decode({Active},0,'No',1,'Yes') from dual.

    Topics in this section