NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Result filtering works for ASCII but not for database result processing

The following result filtering expression works for the ASCII text file result processing but not for the database adapter. Why is that?

 

Result.Status != "Done" && Result.Status != "Skipped"

 

An error occurred calling 'LogMultipleResults' in 'ITSDBLog' of 'zNI TestStand Database Logging'
An error occurred evaluating the database logging result filter expression.
Unknown variable or property name 'Result'.
Error accessing item 'Result'.
Source: TSDBLog

0 Kudos
Message 1 of 2
(2,004 Views)

I found the answer poking around. I want:

Logging.StepResult.Status != "Done" && Logging.StepResult.Status != "Skipped"

for the database result processing filter expression.

0 Kudos
Message 2 of 2
(1,994 Views)