Discussions
Dregards CSV from Search Results Created by SQL
Hi,
I am using a SQL formula to show me a 1 when criteria is matching and a 0 when it is not matching.
In the "criteria summary" I am now filtering out all the results with a 0
What I now need to do is to filter out all the CSV updates of the records.
Current setting
[LIST]
[*]When last modified date is older then 3 months (print 1)
[/LIST]
Required setting
[LIST]
[*]When last modified date is older then 3 months (print 1)
[*]When last modified date is less then 3 months but not by CSV (print 1)
[/LIST]
CASE WHEN ({lastmodifieddate} < LAST_DAY( ADD_MONTHS({today},-3)) + 0 ) THEN 1 WHEN ((NVL({custbody_next_act_deadline}, LAST_DAY( ADD_MONTHS({today},6)) + 0 )) > LAST_DAY( ADD_MONTHS({today}, 6)) + 0 ) THEN 1 ELSE 0 END Kindly click "Yes" on "Did this answer the question?" if you find the reply on your thread helpful. This will aid the others with the same question to easily find the correct answer. Thank you!
Regards,
@Arnold Willems | Group Applications Development Manager