Hi,
We have a report that gets the Hours that all technician have registered every week.
If i take a look at the query i see that is this one "select * from sdp_technicianWorklogsWeek"
Now they ask me to do another one but now filtered by month.
I've tryed to use this query "select * from sdp_technicianWorklogsMonth", but i get an Invalid object name error.
Could you help me?
Thank you!