Is there a way to set an image size (WxH) based on column data (1 column for the width and 1 column for the height)?
I want to make 1 dynamic image/rectangle (A) wich the user can adjust with 2 input fields. The next step I want, is to select a panel model (B) (it will pulls the width and height from the database and it’ll apply it on another image/rectangle) and calculate how much panels (B) can fill up the space in that 1 dynamic image/rectangle (A) sideways and below each other.
So you get a graphical presentation of the number of panels (B) inside the dynamic image/rectangle (A)…
Can this be done or is there another way around to fix this?