Skip to main content

Anyone knows if it is possible binding the "start" value for a step (bar chart) dinamically with its first (grouping) result? It'd be something like this? 

 

"start": "{{cell(1_1.result,0,\"grouping\").asGrouping()}}"

 

(It isn't working...)

6 comments
  1. Apr 26, 2018, 3:36 PM

    Use something like this

    \nresult = filter result by starts_with('CampaignName',\"{{cell(Region_2.selection,0,\"value\").asObject()}}\")

0/9000