Hello,
I created a custom report which includes 10 columns. The problem is that when i run or preview the report I see some column headers are different from than I run the same query on sql developer.
You can see the diffrences from screenshots. Why I get the "Creation Date" column as "Firs Seen On"? Does anyone has an idea about the issue?
Check the display attributes tab on the report. The display name for the column name can be changed there.
The default display names for the columns are created by doing a look up on strings.properties file. That explains why you see 'First Seen On' for 'CREATION_DATE' column.