Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Is this possible?

Author  Topic 

skiabox
Posting Yak Master

169 Posts

Posted - 2008-01-25 : 05:45:49
I am using crystal reports 10.
Is it possible to use an sql expression in the report that would change dynamically as the report changes?
For can an sql expression calculate a sum of a field based on a current account number in the report?
(The report is grouped by account number)

skiabox
Posting Yak Master

169 Posts

Posted - 2008-01-25 : 07:33:50
I found the solution to the problem.
I am using views and they work nicely in the reports!
Go to Top of Page
   

- Advertisement -