1

我需要使用交叉表为表应用行跨度。我需要一个表格/交叉表看起来像: 在此处输入图像描述

我有一个 json 看起来像:

"indicatorSummaries": [
      {
        "indicatorCode": "IMPORTS_SUSPICIOUS_API",
        "indicatorScore": 15,
        "count": 1,
        "tags": [
            "priv/qwe123",
          "priv/qwe233323"
            ]
      },
      {
        "indicatorCode": "OPEN_SERVICE_AB",
        "indicatorScore": 50,
        "count": 1,
        "tags": ["tag11"]
      }
    ]

交叉表数据源的 JSON 是否错误?或者我应该为columnsrowsmeasures使用哪些值以使其看起来像这样?数据集配置正确。一个简单的表格可以正常工作,但是当我尝试添加交叉表时,它不会出现在预览中......

4

0 回答 0