Problem: Some times our DataPrint include special characters or spaces in the variables, and creating a metric with some of those special characters included may causea the metric to fail.
Steps to Resolution
Use double quotes ““ around ONLY the variable with the special characters or space
Ex:
Array[? filter].Object.Array.”Special:Characters Array”[]
Outcome: This will allow the metric to function as expected.