Selection Count

Selection Count

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
Number format: Percent
Explained
TODOIT
(prop("Previous Stage").first().prop("Entries").length() / prop("Entries").length() * 100) .round() / 100
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!
Old
round(prop("Previous Count") / prop("Count") * 100) / 100