As with ConfiForms app for creating forms in Confluence you can have different ways of showing your data, and also transforming your data the way you need it.


For example, assume we want to show the value of the field "myfield" in upper case and want to show only the first 3 symbols of it's value

myfield.upperCase.trunc(3)


In AssetForms we support the following virtual functions which you can use with your field's values and chain, if necessary.