Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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
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
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.