view - Crystal report: changing command's data source -
i have change data source in quite few reports. easy when original data source uses table, more complicated when instead has sql command (well, practically view made in report, not in original database).
lets report has such command:
select nbr equipment equipment.owner='abc'
i know in new database equipment.nbr called items.id, can map this. rest of command, "where" part? in new database there no equipment.owner , possibly might not items.owner. crystal drop part? know how remake it, adding selection formula report, first have know happened "where" condition, , after such mapping can't anymore preview sql command in data source.
confrim me using query.
- if in data soruce no issue report work.
- if in formula have doubt crystal report won't accept format in basic syntax mode.
Comments
Post a Comment