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

DateFilter2

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

v1.DateFilter2 type

Signature:

export type DateFilter2 = {
    type: "date_filter";
    using: string;
    from?: string;
    to?: string;
    with?: {
        [k: string]: AttributeFilter;
    };
    empty_values?: "only" | "include" | "exclude";
    [k: string]: unknown;
};

References: AttributeFilter

  • v1.DateFilter2 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