Page 1 of 1

Printout of performed tests on EUT

Posted: 07 Feb 2017, 14:34
by heutink
Is it possible to make a printout (*.xls, *.pdf, *.png,*.word, . ...) of the logsheet of performed tests on an EUT.

Re: Printout of performed tests on EUT

Posted: 27 Mar 2017, 14:02
by sast
It is not possible to modify the file format or extensions for printout templates.
However, it is still possible to modify the content of existing printout documents to your needs and company style.

Re: Printout of performed tests on EUT

Posted: 28 Mar 2017, 19:18
by joro
At this moment it is not yet possible to generate a printout or a report, that contains a list of the performed tests for a specific EUT (as you call it: 'logsheet of performed tests on an EUT').
We are however currently working on this to make this possible. We expect that this possibility will be available in the 2017.1 release of RadiMation.

Re: Printout of performed tests on EUT

Posted: 19 Jul 2017, 12:48
by joro
In the RadiMation version 2017.1 it will indeed be possible to include a table of all the performed tests of an EUT in a report.
The corresponding report generator code is: ||EUT|PERFORMED TESTS TABLE||

The table will include a lot of information, as all the available information will be included in the table.
The SQL filtering possibilities of the report generator can however be used to customize the final table in the report.
The following code will thus result in a table that only has the 'Test Number', 'Description', 'Note', 'Test start time' and 'Engineer' columns.

||EUT|SELECT [Test Number], [Description], Note, [Test start time], Engineer FROM PERFORMED TESTS TABLE ORDER BY [Test Number]||

Re: Printout of performed tests on EUT

Posted: 19 Jul 2017, 13:01
by joro

Re: Printout of performed tests on EUT

Posted: 21 Jul 2017, 11:20
by sast
The correct report generator code is PERFORMED TESTS TABLE, which will export all the columns.
Referenced item(s): #7780 / #7904. Available in RadiMation version 2017.1.1 and higher.