Forum Discussion
PSan1979
5 years agoHelper II
filter condition based on query
Hi Experts,
I have a query given by user as below. how can I restrict this condition (a.enddate>=sysdate()) before loading into reporting layer.
select * from a left join b on a.id=b.id and a.enddate>=sysdate()
PSan1979 , when you create a connection in the advance option you can give a query
1 Reply
- amitchandakSuper User
PSan1979 , when you create a connection in the advance option you can give a query