Hi All, any idea how to update/set number format on a compact step with bindings in dashboard json? Previous to the update I could simple add the line ,
"format": "percentage",
in the "query" step, this option doesn't exist anymore.
1 comment
If you change the step to a compare table it should work. Otherwise you will need SAQL and switch back and forth between derived fields. It should be easy enough to just clone the field a couple times in the dataflow and have a different format for each.