Floorplan: Drawing Background Image with Room-Size

If you like to draw on a floorplan, you can use this simple trick:

3 columns:
[Length] (Number type)
[Wide] (Number type)
[Drawing] (Drawing type)

In [Drawing] you set the Initial Value =
"https://placehold.jp/99ccff/000000/"&[Wide]*2&"x"&[Length]*2&".png?text=%20"

99ccff is the HEX value for background color
000000 is HEX value for font color (just dummy)
?text=%20 is dummy text

I multiply the [Wide]*2 and [Length]*2 to get a bigger background image.

This is the result:

20 2 920
  • UX
2 REPLIES 2

Ok so this is super cool! Thanks for sharing!

Thank you!

Top Labels in this Space