Hey everyone
I'm having a mare with the Salesforce XMD developer guides - I'm trying to update the number format in a compare table (I've added bindings already so can't do it in the table editor).
I've added the below to the columns part of my query. It saves with no errors, but there's no update in the table. Not sure if maybe I've added it to the wrong place?
{
"query": {
"measures": [
[
"count",
"*"
],
{
"format": {
"customFormat": "[\"##.##%\",100]"
}
}
],
"formula": "1/2"
}
}
Thanks!
Thanks Peter :) I've tried removing bindings and recreating from scratch. It seems to be removing the specified columns that's doing it, but without doing that the table doesn't show my dynamic grouping field. ah well, it still gives the gist of it!