LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Double Quote - Excel Ouput

    Employee
    Posted 02-05-2018 15:22

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: jpstory

    Hi 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"


  • 2.  RE: Double Quote - Excel Ouput

    Employee
    Posted 02-05-2018 16:13

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    You'll need to use backslash as an escape character e.g. Comment = "\"Market Price is Higher\""