Report Studio: How to change empty values in query?
3 answers
Look at some of our sample report reports that ship with RQM to see how
this is done. You can add an expression to the query item such as
If ..=NULL THEN "Not Run" ELSE ..
Hope this helps,
Peter.
On 4/19/2012 8:17 PM, timur.markunin wrote:
this is done. You can add an expression to the query item such as
If ..=NULL THEN "Not Run" ELSE ..
Hope this helps,
Peter.
On 4/19/2012 8:17 PM, timur.markunin wrote:
Hello,
I use outer join query in Report Studio. It returns all test cases and
verdicts.
For test cases that didn't run it returns empty values, so I have
Test Case-----Verdict-----
TC1 Passed
TC2 Failed
TC3
TC4 Passed
How I could change empty value to 'Not Run'?
-thanks in advance