Filter Condition for Snapshot activity.

Filter Condition for Snapshot activity.

book

Article ID: KB0089108

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
Retrieving records based on 'starts with' condition in Filter String.

Issue/Introduction

Filter Condition for Snapshot activity.

Resolution

Query is a regular expression match.


http://regexlib.com/CheatSheet.aspx?AspxAutoDetectCookieSupport=1



^ indicates start of String

$ indicates end of String



For instance, if you want to starts with AIRLINES, then use the filter

like "^AIRLINES.*"