NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter steps with empty results from report

Hi,

 

At the moment, my result filtering expression is Result.Status != "Done" && Result.Status != "Skipped", so it removes all steps which are only "Done" or "Skipped". With my current filtering expression, any step with the "Done" status will not be displayed in the report even if there are "Additional Results". I would like to improve this by filtering only if there is not result.

 

This means that I would like to log in the report any step which returns a value including values added in "Additional Results".

 

Is there any way to achieve this ? I've been looking in the RunState but I was not able to find there the additional results are stored.

 

Thanks !

Alex

0 Kudos
Message 1 of 2
(3,686 Views)

You can also check if AdditionalResults is empty or not:

 

GetNumElements(Result.AdditionalResults) > 0

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(3,679 Views)