03-13-2022 11:30 AM
hi everyone, my task is to provide a report that only contains the header with some station info and a final Passed | Failed | Error result without any details
I was trying to edit the XLS file (TR6_horizontal) but nothing made any changes
how can I pull this off?
Solved! Go to Solution.
03-13-2022 01:15 PM
Hi
Please refer this link :
Ravi
03-14-2022 05:12 AM
hi ravi, thank you for the quick response
sadly it wont help my situation, let me clarify my initial question:
my task is to create 2 reports for the same test, one will be standard report format and the other will contain only the header
I already know how to make 2 reports and have added some columns for additional information. I figured that the best approach for me will be to use 2 XSL files, one for each report.
so the full report is ready but the report that contains the header alone is either unreadable or shows the sequences and steps of the test, that means I have 2 reports that looks the same even though I need them different as described earlier.
how do I make the second report contain the header alone?
03-14-2022 01:23 PM
Hi,
I took the following approach :
Create two reports plugin :
In Result configuration --> Enable show more options --> Copy and past report
Let one of the configuration be what itis by default....let it print header + results
For the 2nd report uncheck include step results.
Now you will get two reports.
One the standard.
Other only the header.
Ravi
03-15-2022 06:01 AM
it worked, thank you very much