Real estate property document
Automate Real estate documents
- Template type presentation pptx medium
- Carbone min. v5.0.0+
- Features transform loop
- Target real estate home staging ad custom
Objectives
You want to generate beautiful presentations with the following features:
- Automatically position elements on a scored bar based on a value
- Use placeholders for dynamic content
Solution
Here’s how you can achieve this using Carbone:
Draw the scored bar and insert a shape for the cursor
Use shapes to draw the scored bar and the cursor.
Note: The
:transform()
formatter works with shapes such as rectangles, arrows, or organizational charts, but not with lines. If you need a line, draw a rectangle as thin as possible.Define the alt text of the cursor to set its movement
Right-click on the shape, and navigate to the "View Alt Text" menu to set the transformations.
Use the
:show()
formatter to conditionally specify the displacement to be applied by thetransform
formatter on the y-axis using the following formula:{d.DPE:ifLT(51):show(0):ifLT(91):show(0.75):ifLT(151):show(1.5):ifLT(231):show(2.25):ifLT(331):show(3):ifLT(451):show(3.75):ifLT(45100):show(4.5):transform(y,cm)}
Define a similar formula in the Alt text of each element to be displaced.
Insert a placeholder and define its path through the "View Alt Text" menu
Insert all relevant data using Carbone tags throughout the rest of the template.
And there you go!