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

REP-1323: Cannot have output columns in format trigger '<program unit name>'.

Cause:

In the format trigger for the specified object, you attempted to set the value of a Reports Builder column parameter. For example, you can use the value of a column called COUNT1 in a condition (for example, IF :COUNT1 = 10), but you cannot directly set its value in an assignment statement (for example, COUNT1 = 10).

Action:

Remove the assignment statement from the format trigger.

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