It's all about the answers!

Ask a question

rrdi reporing condition


Malaya Sethi (113351) | asked Mar 25 '15, 12:09 a.m.
while creating a rrdi report on workitem, i need to have a condition like Previous Request State is rejected or Ready to Verify.
i have written it like this [Previous Request State]=('Rejected  'or'Ready to Verify') but it is giving me a error.

can you please help me how to write this kind of conditional statements.

One answer



permanent link
Kevin Ramer (4.5k8183200) | answered Jun 10 '15, 2:32 p.m.
The "in" operator would be better ( or use a simple filter ).

[Previous Request State] in ('Rejected','Ready to Verify')

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.