Latest Activity

code

Adding field in flatten view with file name as value

I am creating a flatten view on top of the base view of JSON Data Source. I want a new field to be added in the output within which the field contains file name( ex:- name.json) as value.

flatten field json JSON FLATTEN

code

Syntax for a Condition: Last Ten Years

Hello, Here is my current condition: todate('MM/dd/yyyy', ITEM.datefiled) >= todate('MM/dd/yyyy','08/12/2005') I would like to modify this so that it will only bring back the last ten years from whatever date it is currently. Thank you

date itpilot condition field syntax