Integrated Application Platform › Forums › General › Error with Reporter › Reply To: Error with Reporter
July 26, 2015 at 11:07 am
#1198
Keymaster
Hi,
You probably need to define the data sources for your reports. Create a library record called Plugin_Reporter with something like:
#(
ExtensionPoints:
(
(queries)
)
Contributions:
(
(Reporter, queries,
name: 'Tables',
query: 'tables')
)
)
You can define multiple contributions. These are what will show up in the Data Source pull down list in Reporter.
If you download the Accounting Application it has lots of examples.