Assessment Rule User
Can you help me with the assessment rule user setup as I am not able to write a complex query. I wanted to enter the following condition so that the appropriate action is triggered. The parameters on the page is very basic where there are no options for group by and having clauses. When I try to enter the below SQL statement, system is ignoring it completely. How can I go about this.
select sum(bal_amt),max(due_dt) from ps_item group by cust_id having SYSDATE-max(DUE_DT) >10
Thanks,
Prasanthi