After creating the new report, when I click it, it shows the window which has two options, to reset it and show/generate the report. When I click generate/show, the report appears as not found. The error message from the Elif program was: “Emri i raportit nuk eshte ne listen e atyre te lejuar! cd:get”.
This resultet to have been a misnaming of the report. When we send the request in Postman given in the task, it is specified that it will show you your report name which is allowed.
The report name in the response was “detailed_employee_worked_hours”, while I had named it in my code as “detailed_employee_work_hours”. After fixing the name where it was used in my code, the report was generated and shown in the program.