shadabrauf
Programmer
I need to write following query in a report. How to write
This report has only one column and I need to show data based on following query.
select sum(balanceYtd) from temp where temp.accountno >='1000' and temp.accountNo <='2000';
Can some one let me know How do i write this query in crystal report.
shadab
This report has only one column and I need to show data based on following query.
select sum(balanceYtd) from temp where temp.accountno >='1000' and temp.accountNo <='2000';
Can some one let me know How do i write this query in crystal report.
shadab