Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GROUP BY Using RDC

Status
Not open for further replies.
Jan 8, 2001
163
US
Does anyone know why I can't seem to add a "group by" clause to my sql statement before I pass it to my RDC report in VB? Is there some special rules regarding the "group by" clause that I'm unaware of? Does CR not allow it? I'm trying to create a SUMMED ie/ "SUM(fieldA)" SQL Expression field and I think I have to be able to "group by" in order for it to work. But either way, the report keeps erroring saying not a single-group by expression.

Anyone?

Thanks
CrystalVisualBOracle
 
I am pretty sure that the SUM function is not supported in the SQL expression editor. All of the supported functions are listed in the Expression editor window. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top