Hi, This is STCK. I have a trouble. Tokens are displayed without any issues in the preview environment.(left) But, Tokens are not displayed in the published dashboard.(right) I don`t know Why. The object that passes the token uses a table. And, use a rectangular object for the object that receives tokens. Table Data Source SPL Query index="infrastructure_test_data" | dedup tunnel_name | table tunnel_name Instruction Setting Token selected_tunnel = row.tunnel_name.value SPL Query of rectangular object index="infrastructure_test_data" tunnel_name="$selected_tunnel$" | eval value = case( status = "OK", 100, status = "NG", 0 ) | where equipment_name = "非常照明" | sort date Desc | table value Thankyou regards, STCK
... View more