I guess my question should be directed to Chris Cook, since he knows both very well, but if someone else also has this answer, please let me know.
In ReportSmith, I have an option to control my selection criteria with sql (since adjusting the sql outside the selection criteria doesn't let you undo after modification-"Edit SQL". And I'm working on Oracle 8i that uses effective dates and effective sequences.
Example: (used on the selection criteria line)
any_tbl.effdt is equal to formula(select max(b.effdt)
from any_tbl
where b.nbr = any_tbl.nbr)
All this was done in the selection criteria and I could do this field-by-field in ReportSmith and control/modify my sql statements without adjusting anything in the main sql text window.
In the near future, I will have to convert ReportSmith to Crystal (over 200 rpts).
Here's my question:
In Crystal 8.5, how can the above mentioned example be acheived? I see alot of simularities between ReportSmith & Crystal and have tried to use Crystal's "Select Expert" to duplicate this SQL statement but was unsuccessful(they also have formulas too, but it doesnt seem to accept sql statements).
There has to be another way to control sql outside of Crystal's "Show SQL Query" window...right?
Sorry for the Crystal question in a ReportSmith forum, but I didn't want this buried in Crystal forums because I dont know if Chris Cook reads all of those (there's alot!).
In ReportSmith, I have an option to control my selection criteria with sql (since adjusting the sql outside the selection criteria doesn't let you undo after modification-"Edit SQL". And I'm working on Oracle 8i that uses effective dates and effective sequences.
Example: (used on the selection criteria line)
any_tbl.effdt is equal to formula(select max(b.effdt)
from any_tbl
where b.nbr = any_tbl.nbr)
All this was done in the selection criteria and I could do this field-by-field in ReportSmith and control/modify my sql statements without adjusting anything in the main sql text window.
In the near future, I will have to convert ReportSmith to Crystal (over 200 rpts).
Here's my question:
In Crystal 8.5, how can the above mentioned example be acheived? I see alot of simularities between ReportSmith & Crystal and have tried to use Crystal's "Select Expert" to duplicate this SQL statement but was unsuccessful(they also have formulas too, but it doesnt seem to accept sql statements).
There has to be another way to control sql outside of Crystal's "Show SQL Query" window...right?
Sorry for the Crystal question in a ReportSmith forum, but I didn't want this buried in Crystal forums because I dont know if Chris Cook reads all of those (there's alot!).