fulcrumapp / fulcrum-expressions

Fulcrum expressions engine
http://developer.fulcrumapp.com/expressions/intro/
5 stars 0 forks source link

Add a function to get the label of a field #14

Closed zhm closed 8 years ago

zhm commented 8 years ago

We should add a function to return the label of a field so expressions don't have to dig into the internal state of the engine.

Something as simple as:

LABEL('my_field')
zhm commented 8 years ago

This was added.