I'm trying to only display fields that do not start with a zero.
I played around with the formula below, but it of course returns a bunch of blank rows because of my "". Any help or suggestions would be GREATLY appreciated.
if {field} startswith "0" then "" else {field}