Hi Experts,
When I am sending the data through Excel I am getting the following error message:-
ExecuteBaseLogic::Invalid object name 'tblStatus'. in:
select distinct d.CATEGORY,d.ENTITY,d.TIMEID
from #RESULT_639735 d where signeddata<>0
and exists (select * from tblStatus s where [APP]='FINANCE' and d.CATEGORY=s.CATEGORY and d.ENTITY=s.ENTITY and d.TIMEID=s.TIME and [STATUS]>0)
Although data are being submitted to the database.
Please suggest the solution.
Thanks in advance.
Regards,
Prakash