How do you write a "Record Selection Condition" filter condition expression when the source table column includes special characters, such as ab#, a$b, ab@c?
Enable task special by: TaskSetting → Transformations and Filters → Change to Task Policy and check Support special characters in column names used inexpressions
In the Designer: → Selected Tables → select the table that needs the filter → Table Settings → Filter → Record Selection Condition
Example (comparing with BI_XX) :
($AR_H_OPERATION != 'UPDATE') OR ("ab#"!= "BI__ab#") OR ("a$b" != "BI__a$b") OR ("ab@c"!= "BI__ab@c")