Purpose
You are trying to create a basic report and receive the error "Invalid report table combination"
Background
An incompatible set of tables is being used in a basic report. Only certain combinations of tables are allowed in a basic report in order for the report to be run. This is due to limitations on how tables can be connected to each other when generating the rows for the report's output.
For example, a report can't have both the Applications table and the Local Users table because the reporting engine won't be able to correlate the multiple rows from each into single rows for the output grid.
Resolution
It is possible to combine these types of tables using a SQL report since the more flexible logic of SQL allows for the additional information needed to correlate these unrelated tables to each other. You can post a question to our forums if you need assistance in how to formulate the proper SQL syntax to get the output you want.
Comments
0 comments
Article is closed for comments.