This is the actual SQl expression field
Clients Attend YSessions that are part of an YActivity.
the YActivity is in turn part of a team (YACTIVITY."YS_Team_Code") I need the first time they attended for that team
(the report itself is grouped by team)
(Select Min("Start_Date") from YSESSION...
Thanks for the quick response, I'm using a sybase database and CR9.0
I actually posted a simplified example of the problem I am having and if I remove the table designation within the summary function I get an error
"Column 'Start_Date' found in more than one table -- need a correlation name"...
In CR8.5 you could do an SQL expression field that would return a different value for each record.
For example a report showing a list of Films (film.id in the report) could have an SQL expression field to show the first date it was booked out.
(Select Min(LT."Start_Date") from LENDING_TABLE LT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.