Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Applied filter values are stored in session storage, key is Digit.DSS_FILTERS and values are displayed below

Code Block
{
    "visualizationType": "METRIC",
    "visualizationCode": "dssIfixEBillsUnpaid",
    "queryType": "",...
    "filters": {
        "Zone": [
            "Z02"
        ],
        "Circle": [
            "C05"
        ],
        "Sub Division": [
            "DIV23SD02"
        ],
        "Department": "DWSS"
    },
    "moduleLevel": "",
    "aggregationFactors": null,
    "requestDate": {
        "startDate": 1648751400000,
        "endDate": 1664735399999,
        "interval": "month",
        "title": "Apr 1, 2022 - Oct 2, 2022"
    }
}

...