Boolean in advance filter

Comments

2 comments

  • Alan

    Hi Ishfaq,

    It depends how the boolean is represented in your data.

    If it is represented by 0 and 1, then you would need to check for those values.

    However this may be as simple as surrounding false with quotes: open_tick == 'false'

    0
    Comment actions Permalink
  • Ishfaq

    Thanks Alan... it is working now....

    0
    Comment actions Permalink

Please sign in to leave a comment.