Hey All,
Trying to do some fairly basic binding work but I'm running into issues.
I'm trying to do a binding that has opportunity value ranges. Basically, "Low" == "500k-1m" and "High" == "5m-10m" and then clicking either option will return Opps in those values on a chart, for example.
Curiously, I am able to achieve this in the SAQL code, however I want to do it in the advanced editor and it doesn't work. I get no errors, but also nothing happens to the chart when the toggle options are selected.
Here is the code I am using to try and achieve this:
"filters": [
[
"TotalPrice",
[
"{{cell(myStatic_1.selection, 0, \"Number2\").asRange(\"TotalPrice\")}}"
],
"=="
]
],
It would be great for anyone to help spot where i am going wrong and help me achieve this bind in the JSON advanced editor! Thank you!
Please review https://trailblazers.salesforce.com/0D54S00000ANMTq - especially the suggestion to use coalesce. Is it possible that there is no default selection?