Bug #2940
closedQuerybuilder with EMLDatasource actor does not return data
0%
Description
See attached workflow for example.
When querybuilder interface is used to limit the columns/records nothing is returned.
When the actor is first dragged to the canvas (w/o specifying filters) data is returned.
Files
Updated by Dan Higgins about 17 years ago
This does not appear to be a general problem with QueryBuilder since it does work when a single EML2 datasource is dragged to the screen. (Dan Higgins)
Updated by Dan Higgins about 17 years ago
I need to amend previous comment. QueryBuilder seems to work when there is a SINGLE table associated with the dataset!
Updated by Jing Tao almost 17 years ago
This problem wasn't caused by multiple tables or single table. Actually there is a space in attribute name cause the problem - illegal db attribute name (with a space between two word). I added a new method to transfer space to underscore. It fixed the problem. The attached workflow now works.
Updated by Jing Tao almost 17 years ago
Ben tried the workflow and it worked for him too.