Hi Dears,
I am having an error while running the report. Please suggest to me how I can handle this.
Attached is the screenshot of the error
Thanks
Regard,
Anas Ghayas
Your query includes at least one item (column reference or calculation) whose data type is considered to be of type BLOB.The query is attempting to GROUP (i.e. auto group and summarize) the data and detecting the BLOB type.BLOB data types cannot be used in various SQL operations including GROUPING etc.CA itself does not render BLOBS.I suggest you review removing the BLOB column from your query.