NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Output Name != Parameters.ReportOptions.BaseName

Solved!
Go to solution

Hi, 

 

Me again =P im having issues as the tile suggests 

Report Output Name != Parameters.ReportOptions.BaseName

Is this expected behavior or am I doing something wrong. I am trying to get the Report Output name from the ReportOptions Callback.

kross8_0-1698839887620.png

Where is the BaseName coming from?  as my understanding was
Report Output Name == Parameters.ReportOptions.BaseName

As you can see from the image I do not have a report called FirmwareEng_Report. 


Please help.

I'm using TS 2020 f1 64bit - I have to use this version for this project so upgrading is not an option =[

Kev

0 Kudos
Message 1 of 2
(996 Views)
Solution
Accepted by topic author kross8

I may have spotted my error

kross8_0-1698849699915.png


Base name shows when Client Sequence File Directory is selected. I am using "Specify Report File Path by Expression"


Therefore to get the Output Name you require:
Parameters.ModelPlugin.Base.DisplayNameExpression

From within the ReportOptions Callback



0 Kudos
Message 2 of 2
(975 Views)