I have a need to store test results from "Golden UUTs" in their own folder to be easily viewed. I currently under Result Processing for Test Results use " Specify Report File Path by Expression" "$(ClientFileDir)\\Reports\\$(UUTStatus)\\$(ClientFileName)_Report[$(UUT)][$(UUTStatus)][$(FileTime)][$(FileDate)]$(Unique).$(FileExtension)". Can I just an IF statement that modifies the report path in "NI_ReportsGenerator.seq" when Golden UUT serial number is entered or must I create a new callback process model for TestReport, which I have no experience doing? What would be the most efficient way to do this?