Previous Topic: OQ136014Next Topic: OQ136042


OQ136015

Column name and built-in function name are the same.

Reason:

See prior OLQ error 096017 for the name of the field that caused the conflict. The column name or the header of the column cannot be the same as the aggregate function you have specified. If possible, change the column header, so that it does not conflict with the built-in function name. Otherwise, you must type the GROUP BY command substituting a synonym for an aggregate function (e.g. SUM for TOTAL, NUM for COUNT etc).

Module:

OLQGFLD5

Severity:

0