Skip to main content TDX, the developer conference for the AI agent era is happening now. Watch live on Salesforce+ for exclusive digital content, a revolutionary keynote, and more.

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!

2 comments
  1. Dec 13, 2019, 1:00 PM
    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!
0/9000