tFilterRow Palette can be used to filter out unwanted rows from the output, here I am giving an example to filter out Null rows
Below, it is filtering out the rows where assignmentNumber is Null
In the 'Use advanced mode'
Relational.ISNULL(input_row.AssignmentNumber)?false:true
No comments:
Post a Comment