GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.28.0
  • Code samples
  • GitHub

DateFilter1

Home > @gooddata/sdk-code-schemas > v1 > DateFilter1

v1.DateFilter1 type

Signature:

export type DateFilter1 = {
    type: "date_filter";
    using: string;
    granularity: "MINUTE" | "HOUR" | "DAY" | "WEEK" | "WEEK_US" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR" | "FISCAL_YEAR" | "FISCAL_QUARTER" | "FISCAL_MONTH";
    from?: number;
    to?: number;
    with?: {
        [k: string]: AttributeFilter;
    };
    empty_values?: "only" | "include" | "exclude";
    [k: string]: unknown;
};

References: AttributeFilter

  • v1.DateFilter1 type
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use