Skip to main content

Hi All,

I am trying to put a binding on a Widget Property but it is not working. I am starting to doubt if it is possible at all. I have a stacked bar chart with sales targets per quarter showing values. I want to bind the 'Normalize' property so a user can switch between numbers and percentages. However I keep getting the Invalid JSON error. I guess that is because the parameter is a boolean and my binding is returning a string (with "") but I don't know how to fix this.Anyone fixed this before? The binding syntax I use is: {{cell(Normalize_targets_to_1.selection, 0, \"boolean\").asString()}} and I am copying this in the Widget property Normalize (which is boolean true/false).

 

According to https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_bindings.meta/bi_dev_guide_bindings/bi_dashboard_bindings_limitations.htm I am assuming it should be possible since my widget Type is chart.

17 条评论
0/9000