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 comentarios
  1. 26 abr 2018, 15:36

    Use something like this

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

0/9000