Printout of performed tests on EUT

Discussion and questions regarding the RadiMation Report Generator.
Post Reply
heutink
Posts: 70
Joined: 22 Sep 2016, 11:23

Printout of performed tests on EUT

Post by heutink »

Is it possible to make a printout (*.xls, *.pdf, *.png,*.word, . ...) of the logsheet of performed tests on an EUT.
User avatar
sast
Posts: 168
Joined: 05 Sep 2012, 15:39
Contact:

Re: Printout of performed tests on EUT

Post 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.
User avatar
joro
Posts: 440
Joined: 24 Aug 2011, 09:55
Contact:

Re: Printout of performed tests on EUT

Post 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.
User avatar
joro
Posts: 440
Joined: 24 Aug 2011, 09:55
Contact:

Re: Printout of performed tests on EUT

Post 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]||
User avatar
joro
Posts: 440
Joined: 24 Aug 2011, 09:55
Contact:

Re: Printout of performed tests on EUT

Post by joro »

User avatar
sast
Posts: 168
Joined: 05 Sep 2012, 15:39
Contact:

Re: Printout of performed tests on EUT

Post 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.
Post Reply