Filter syntax for datetime type field in as-admin.
book
Article ID: KB0093484
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Description: Filter syntax for datetime type field in as-admin.
Resolution
To list data from the as-admin by command: 'show space <spacename> entries', if you want to filter a datetime type field, you can use the following syntax:
show space 'myspace' entries filter "tid2='2015-03-16T13:53:44'", if you only want to get all data in one date, you can use filter “tid2='2015-03-16'”
Note: == Use double quotations outside and single quotations inside, else it will throw acsyntax exception if you use single quotations outside and double quotations inside.
Issue/Introduction
Filter syntax for datetime type field in as-admin.