Queries based upon queries.


Is it possible to have a query refer to another query? eg my DataSource has Table1,Table2,Table3 and I make a query (Query1) using Table1 and Table2, I then want to make another query using Query1 and Table3 for example.

Thanks,

Anthony

Comments

  • edited 4:52AM
    No, it's not possible: in the SQL you may refer only to the database objects. Queries created in FastReport can't be used in another query.

Leave a Comment