Skip to main content
1-Visitor
May 17, 2011
Question

input list in report QueryBuilder

  • May 17, 2011
  • 2 replies
  • 1947 views

Hi all,

I’m new in the community.

I would like to create a report with the Query Builder. The input value should be a list in a file.

For example, I want a report of parts : my input should be a dynamic list in a file with some Number Part and my output have Name Part and Author Part.

So, is it possible to have a list of parameter input (not only one parameter)?

Thanks

2 replies

1-Visitor
May 18, 2011

Vito,

From what I recall, QueryBuilder is not really a sophisticated tool, I doubt it can take a list an input. You may need to create an Info*Engine task to parse the input list and feed it to QueryBuilder, but that may not be that effecient.

Good Luck with your report,

Jim

12-Amethyst
May 19, 2011

I don't know of a way to do this "directly".

I believe you may be able to do this by creating a QueryBuilder report which has an input parameter used as an in list or the like and then a simple JSP that reads from the file and calls the QueryBuilder report (via the API) with this input.