A script-enabled browser is required for this page to function properly.

REP-499: Column '$0' selected by the query is incompatible with report definition.

Cause:

The column from the database does not match the column in the report definition. The possible causes of this error include the following:

Case 1: The definition of the column in the database has changed since the report was defined.

Case 2: The report uses an external query and the external query was changed since the report was defined.

Action:

You can take the following actions to correct this error:

If Case 1: Update the report definition so that it accepts the changed column. For example, if the datatype of the column has changed, re-accept the SQL Query Statement dialog external query so the column in the report definition has its datatype updated. Formulas, summaries, and fields that rely on the changed column may also need to be updated.

If Case 2: Update the report definition so that it accepts the changed query. For example, re-accept the SQL Query Statement dialog that references the changed external query and accept it. Formulas, summaries, and fields that rely on any changed columns may also need to be updated.

Note:  For help on other error messages, see Finding error message help.