Update table on two clients

Hi,
Hopefully someone have a solution for this.
In my application I have a power table(polling mode off) where the user can setup a production queue.
To do this there is a simple SQL query on a button which adds a recipe to a database table, and then updates the power table with a system.db.refresh. This works great on the client beeing operated, but the second client doesnt change before you refresh the mimic (open/close).
Is there any way to do a “global” refresh for a component?

You’ll have to do some scripting with system.util.sendMessage, and moving system.db.refresh() to the corresponding client event script.

Just create a boolean tag. Bind that to a custom property on the table.
if event.propertyName == “mycustomtag”:
#refresh your table