I'm a bit new to Crystal Reports, so forgive me if this is a simple question.
I have a table loaded into a .NET DataSet which I can access just fine. The table has not been linked to any other tables in Crystal Reports, nor has it been grouped.
I need to acccess each row in the table via a select query in order to display the text contents in my report header, and I can't figure out how to do this. I've been trying to accomplish this with a formula, but I am having trouble figuring out how to do this. I've tried using SQL queries, but the Formula Editor doesn't seem to understand SQL syntax.
For instance, it throws the error "The remaining text does not appear to be part of the forumla" if I run this query, "Select {CourseWork.CW_Name} FROM CourseWork
WHERE {CourseWork.CW_Field} = 1"
Am I taking the correct approach to this relatively simple task? Is there another way that I could accomplish the same thing?
Thanks.
I have a table loaded into a .NET DataSet which I can access just fine. The table has not been linked to any other tables in Crystal Reports, nor has it been grouped.
I need to acccess each row in the table via a select query in order to display the text contents in my report header, and I can't figure out how to do this. I've been trying to accomplish this with a formula, but I am having trouble figuring out how to do this. I've tried using SQL queries, but the Formula Editor doesn't seem to understand SQL syntax.
For instance, it throws the error "The remaining text does not appear to be part of the forumla" if I run this query, "Select {CourseWork.CW_Name} FROM CourseWork
WHERE {CourseWork.CW_Field} = 1"
Am I taking the correct approach to this relatively simple task? Is there another way that I could accomplish the same thing?
Thanks.