Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jpstoryHi All
How can I produce double-quote in Filter Node ?
For example, below is an example where a comment is made after comparing 2 prices.
How can I get the Filter Node to display the comment as it is ( I want to see the double-quote sign in the Comment field in data viewer when I click on the output pin of the Filter Node).
If i want to show single quote sign, i will type Comment = "'" and it works, but when I tried Comment = """ it did not work, I wonder why.
My Price, Market Price, Comment
100, 102, "Market Price is Higher"