How to set element x/y position from data base collection

how to set element position dynamically?
elemnt location to be set from the collection that will have x column and y column
what is the command for element position ?
somthing like this ?
dim x as integer
dim y as integer
set x = database collection column x raw 1
set y = database collection column y raw 1
$w( ‘#myelement’ ).show().position(x,y)

this in order to have a scale that moves on the screen base on the input to the collection
thanks

Screen elements do not have the .position() property. You can’t place elements on the screen by coordinate.

yes how to set coordinate dynamically ?

Like Yisrael already said, you can NOT move elements in Wix with code.
Yes a big disadvantage, i know.

ok thanks

I think we can do it using Animation Attributes? Have not tried it, but I have a feeling it will be very useful.