Export task report to *.txt file

Is it possible to export task report (that can be opened with right click report feature) to **.*txt file automatically, eg. with TEDDY code? Possibility of the *.txt file name setting within code would be welcome as well.

Regards

You can use the command shell and the report browser. See here:

If you want to do this with teddy you can use:

+SYS …

Regards
gmay

When calculating an SSD-task a pure text-file is created, it’s a file-type lst (list-file). But it’s deleted again because the content is only from that task.
To keep it you can define a system environment variable SSD_NOLSTDEL with value 1, see screenshot.

To save it you can define after each task a teddy-task with necessary commands

+sys ren old_name.lst new_name.lst
or
+sys ren old_name.lst new_name.txt