There are some macros to specify report file name by expression in report options.
Specifying Report File Paths by Expression - NI TestStand 2014 Help - National Instruments
https://www.ni.com/docs/en-US/bundle/teststand/page/specify-report-file-path-by-expression.html
$(FileDate) contains speces in the string, e.g., "2015 12 15". If you want to delete space, you need to use $(FileYear), $(FileMonth), and $(FileDate) instead.
But there is no similar expression for time, i. e., there is only $(FileTime) and we do not have any macro such as $(FileHour).
SearchAndReplace function doesn't work for the macros. It is very helpful if we have $(FileHour), $(FileMin), and $(FileSec) as standard macros.
Before:
After:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.