FPMI report plug in question

I was wondering how many data sources can you poll from for one report screen? I ask because I may have 2 possibly 3 SQL tables that I would want to pull from to condense the information on one readable screen.

Do you mean data sources or tables. These are very, very different. If its tables, the answer is of course! You can even join the tables together in one query! (this is a basic tenet of databases - its what the “relational” means in “relational database”)

Did you mean data sources? The answer is still yes. You can’t pull them in one query, but you can have any number of datasets driving a report. Add more datasets by clicking on the database icon in the lower-right hand side of the report designer.

Hope this helps,