XMLWordPrintable

Details

    Description

      AT: 

      • Documentation is updated
      • The dashboard data structure for availableFilters is extended to include variables and their operator/values:
      {
        ..., // other dashboard properties
        "availableFilters": [
          {
            "type": "state" // or "startDate" or "endDate"
          },
          {
            "type": "variable",
            "data": {
              "name" : "variable_Name",
              "type" : "string", // or boolean, number, date
              "data" : {...} // null for boolean and date type; same as report variable filter for number and string
            }
          },
          ...
        ]
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce