Add condition for check condition?

From previous post

@jack.chan I have a question

If I want add more condition for filter.

  1. 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)

  1. Check Column Start_PaidDate and End_PaidDate (follow condition (1))
  2. Check Column Start_IssueDate and End_IssueDate (follow condition (1)) and include IssueDate = 0

Please guide me for solve it.

1 Like

so condition is:

  1. specific rate <= FYP <= specific rate 2
  2. start app date <= appDate <= end app date
  3. start issue date <= issueDate <= end issuedate
  4. start paid date <= paidDate <= end paid date

Correct?

@jack.chan specific rate <= FYP <= specific rate 2 β€”> same condition as previous flow.


1. start app date <= appDate <= end app date // yes 
2. start issue date <= issueDate <= end issuedate  //  Start issue date <= issueDate <= end issuedate or issueDate  = 0 
3. start paid date <= paidDate <= end paid date   // yes 

can you try this
Main12.xaml (73.1 KB)

@jack.chan in file input that row highlight yellow as below.

But output don’t stamp in column Item and Amount.

It should stamp Bag17.

Please guide me for solve it.

here you go
Main12.xaml (81.1 KB)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.