❖ Contents

With Rollups

Entries V1

Test

Prelims

prop("Tag") == "PRELIMS"

Mains

prop("Tag") == "MAINS"

With Regex

Entries V2

Prelims

length(replaceAll(replaceAll(prop("Property"), "PRELIMS", "1"), "[^0-9]", ""))

Mains

length(replaceAll(replaceAll(prop("Property"), "MAINS", "1"), "[^0-9]", ""))

<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 BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>