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개
Use something like this
\nresult = filter result by starts_with('CampaignName',\"{{cell(Region_2.selection,0,\"value\").asObject()}}\")