How to add filter condition in report so that it can fetch only those data for particular operator which is created after some particular date? Before data it cannot fetch.
@kumars57 You can make use of pxCreateDateTime column value in the filter condition.
@SanthoshRanga My required condition is it does contain data of operator for past date than yesterday after that it can show the data of that operator.
@kumars57 Could you please elloborate or send screenshot to better understand your scenario.
Could you please provide details on what is the data of the operator? Is it the cases created by the operator? or Operator details like operator name, email etc…?
Create a Report Definition in Data-Admin-Operation-id Class
In the filter conditions add a condition .pxCreatedatetime greater than the required date to fetch the operators created after the particular date.
@ShyjuValappil case is created by the operator. Report should not fetch data before “4/12/22 2:01 PM” of particular operator like “abc” and can fetch data of others .It should fetch data of all after that date.
Could you please try the filter as below for F2 and F3?
Please update relationship to Greater than and value from Yesterday to a specific date if that is the requirement.

