Question
Tata Consultancy Services Ltd
IN
Last activity: 25 Jul 2023 21:57 EDT
Fetching the values from Report Defination based on date range inputs
I've created a RD for case information. Now I want to fetch the data based on StartDate and EndDate properties which are defined in section. I tried with Param.StartDate too but haven't got the results. Then I included section in my RD and getting following error:
The error is showing for CustomFilter.StartDate and CustomFilter.EndDate as Not Defined and Invalid comparision.
I'm doing as .pxCreateDateTime >= CustomFilter.StartDate AND .pxCreateDateTime <= CustomFilter.EndtDate.
Can you please help me out?