From previous post
@jack.chan I have a question
If I want add more condition for filter.
- Check Column Start_APPDate and End_APPDate β But if some row , some column = blank not check.
Example file config as below.
first row , Start_AppDate = 25650301 but End_AppDate = Blank
I want compare range and column App Date (Start_APPDate >= 25650301 , not filter End_AppDate
But if second row , Start_AppDate = 25650301 but End_AppDate = 25650331
I want compare range and column App Date (Start_APPDate >= 25650301 , End_APPDate <= 25650331)
- Check Column Start_PaidDate and End_PaidDate (follow condition (1))
- Check Column Start_IssueDate and End_IssueDate (follow condition (1)) and include IssueDate = 0
Please guide me for solve it.