For a custom KPI I want to create a Json filter on Application subtype ‘Deployments’ but I can't get it to work.
As the subtype is showed as a field in the Factsheet I added it as fieldName “subtype” and fieldValue “Deployment” but this gives an error.
Is the subtype not a field? And any idea how to note it in Json?
{
"type": "none",
"filters":
{
"type": "equals",
"fieldName": "subtype",
"fieldValue": "Deployment"
}
]
},