Filteriing

Sienz2zSienz2z Member Posts: 5
I am using export dataport.
System should filter records from PH table only where
a) approve Status = Approved AND Date of Approval within date1 to date2
b) Cancelled = Yes AND Cancelled Date within date1 to date2

How can i code according to these 2 condition?

Comments

  • vijay_gvijay_g Member Posts: 884
    Use "DataItemTableView" property of dataitem of dataport and assign filters for your field with a key.
  • suszcsuszc Member Posts: 5
    Hmm, i have quite a similar situation here. Can anyone guide the codes? Thanks.
Sign In or Register to comment.