O interesting! I thought I could reference "$data_source.result$" but I see that you need to tokenize it to make the result available. Also I thought there was some kind of automatic binding where an update to one component would be available through a binding to another component that references a token. So I need to use the done handler to create the token, as you show with XML. Unfortunately, my page markup is in JSON and my effort at translation does not work. The JSON will not save: "ds_lo0yYuYR": {
"type": "ds.chain",
"options": {
"query": "| where type=\"SHIP_FROM_STORE\"\n| stats count as sfsCount",
"done": {
"set": {
"token": {
"Numerator": "$result.count$"
}
}
},
"extend": "ds_z3a1i32Y",
"enableSmartSources": true
},
"name": "SFS_Count"
},
... View more