cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

input list in report QueryBuilder

Alfa
1-Newbie

input list in report QueryBuilder

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 2
jsc95
1-Newbie
(To:Alfa)

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

jessh
5-Regular Member
(To:Alfa)

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.

Top Tags