Stages
Entries
Count · Rollup
- Relation: Entries
- Property: Name
- Calculate: Count all
Conversion Rate
(prop("Previous Stage") .first() .prop("Entries") .length() / prop("Entries").length() * 100) .round() / 100
Explained
TODOIT
(prop("Previous Stage").first().prop("Entries").length() / prop("Entries").length() * 100) .round() / 100
Â
Old
round(prop("Previous Count") / prop("Count") * 100) / 100