Hello , sorry for this another noob question. Is there a way that we can set a search result to a token in js ? For example: <row> <panel depends="$panel_show$"> <single> <search> <query>|makeresults|eval result=1016</query> <done> <set token="mytoken">$result.result$</set> </done> </search> <option name="rangeColors">["0x006d9c","0xf8be34","0xf1813f","0xdc4e41"]</option> <option name="rangeValues">[100,200,300]</option> <option name="underLabel">cool number</option> <option name="useColors">1</option> </single> </panel> </row> "<done> <set token="mytoken">$result.result$</set> </done>" is there a way to transfer this to js ? thank you
... View more