Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.58 KB

File metadata and controls

19 lines (14 loc) · 1.58 KB

RelativeDateFilterRelativeDateFilter

Properties

Name Type Description Notes
dataset AfmObjectIdentifierDataset
_from int Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for '2 days/weeks, ... ago').
granularity str Date granularity specifying particular date attribute in given dimension.
to int End of the filtering interval. Specified by number of periods (with respect to given granularity). Value 'O' is representing current time-interval (current day, week, ...).
apply_on_result bool [optional]
bounded_filter BoundedFilter [optional]
empty_value_handling str Specifies how rows with empty (null/missing) date values should be handled. INCLUDE includes empty dates in addition to the date range restriction, EXCLUDE removes rows with empty dates (default), ONLY keeps only rows with empty dates. [optional] if omitted the server will use the default value of "EXCLUDE"
local_identifier str [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]