First of all I am a beginner in Teststand so apologies for any mistake.
I was trying to change folder path in Report Options window where we can specify path with expression.
But I don't want to change the current file name which is created using Macro ($FileDate, $FileExtension)
I was not getting a specific answer to my question.
Here is the screenshot. So in Report Options dialog I want to specify folder name (Currently 'Folder1') and change it to 'Folder2' based on condition that if specific sequence runs.
Note:
I have tried using sequence callback and creating Report Options sequence and defining the path based on expression but that does not let me access Macro in report options ( $FileDate, $FileExtension, etc..)