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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

CLI, Query Subquery, Chaining Query Results

aspaans
4-Participant

CLI, Query Subquery, Chaining Query Results

Hello 

 

[Problem] From a selection of Items, I want which items are changed since a given date. The selection of items must be user definable (via the query builder UI) and we will call this the Items-Of-Interest Query (IOI)  . The changed since query (CS). The execution of the command/query will be done via the Java-CLI API. 

 

From a functional viewpoint I want to de following CS(IOI, timestamp) . Note, the timestamp will be increment every 5 minutes or so. 

 

What would be the best solution. 

1) im viewquery IOI and modify it 

2) get the result of the IOI query and put it as the selection of the CS query

3) insert the IOI query into the CS query

4)  ... 

 

Any help is highly appreciated! 

 

Thanks in advance

Arjen

 

 

 

2 REPLIES 2
VladimirN
24-Ruby II
(To:aspaans)

What PTC's software do you use?

aspaans
4-Participant
(To:VladimirN)

Integrity 12
Top Tags