Search results

  1. W

    Filter a column with single quote?

    Hi guys, How can I filter a column with single quote? For example: "[Column 1] LIKE ' 'F* ' " (Internal : Could not execute code stage because exception thrown by code stage: Syntax error: Missing operand after 'F' operator.) Collection Column 1...
  2. W

    manipulate a whole column in collection without using loop?

    Hi guys, Can I manipulate a whole column in collection without using loop? for example: Left([Collection.Column 1], 3) "Is there a way to apply to whole column without looping? cause if there are thousands of row it might take long to manipulate collection"...
Top