It's all about the answers!

Ask a question

How to build complex RTC query combining "AND" "OR" conditions


Pascal Jean (6012440) | asked Dec 17 '14, 12:03 p.m.

Hello,

 

This is a question about the RTC building query in RTC-CLM 5.0.

I would like to create a query with the following criteria:.

 

Find all (unresolved Work Items)

and

((Due date before today’s date) or (Due date is none))

and

((Estimated date before today’s date) or (Estimated date is none))

and

((Due date is not none) or (Estimated date is not none))

   

I already browse this good article https://jazz.net/library/article/1007 but I’m sure what we want can be done.

In particular I’m not too familiar how to combine the “And” and “Or” condition?

Have you other good tips to do such queries

Thank you in advance

Pascal Jean

2 answers



permanent link
sam detweiler (12.5k6195201) | answered Dec 17 '14, 12:23 p.m.
pretty easy in Eclipse..



permanent link
Pascal Jean (6012440) | answered Dec 17 '14, 12:31 p.m.
Thank you Sam,
I think we can do many thing with the Eclipse tool.
We will dig into that.
Thank you again
Pascal Jean

Comments
sam detweiler commented Dec 17 '14, 12:43 p.m.

and you can do similarly in the web UI


Your answer


Register or to post your answer.