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.  Create a year filter

    Employee
    Posted 09-13-2017 07:03

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

    Originally posted by: abd.zoh

    Hello,
    I am quite new to LavaStorm.

    How to create a filter that only shows customers activated after year 2005?

    I understand you can use 'Date' > "2004"

    But I want to use the year.left.int BRAINScript

    How to properly use it? What to write exactly in the BRAINScript?

    Thanks in advance,


  • 2.  RE: Create a year filter

    Employee
    Posted 09-13-2017 07:27

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

    Originally posted by: stonysmith

    If the field is already a date type, then use:

    MyDate.year() > 2005