Hi Experts,
I have a requirement to call an CDS view with input parameters using associations.
I understand it is possible to call a CDS view with input paramaters using below syntax :
SELECT FROM TestView(startDate = '20150101')
But how to write association for CDS view with input paramaters?
Thanks,
Puneet Jain