Projects & Teams

Projects & Teams

From
Facebook
Status
Updating
Share
Projects
Team

Current

prop("Complete") ? format(toNumber("")) : prop("Name")
prop("Complete")
Check to see if Complete is checked.
? format(toNumber(""))
If Complete is checked, display nothing. format(toNumber("")) makes sure that a space character isn't passed through to the Team database rollup.
: prop("Name")
If Complete is not checked, display the Name property.
 
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 BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!