(prop("Attended") >= 1) ? "Fully Attended" : (empty(prop("Attended")) ? "0%" : format(slice("■■■■■■■■■■", 0, floor(prop("Attended") * 10)) + format(slice("□□□□□□□□□□", 0, ceil(10 - prop("Attended") * 10))) + " " + format(round(prop("Attended") * 100)) + "%"))
Based on Simplified Progress Bar, which is based on Progress Bar. Formula breakdowns are available there.
prop("Review 1") and prop("Review 2") and prop("Review 3")
Checks to see if Review 1, Review 2, and Review 3 are all checked and returns a checked box if so.
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!
</aside>