Section seperations
It would be nice to have a way to create sections within the entries of an app and separated by a background color. There would be an option for each field found under 'modify app' that would let you color the background. If fields are next to eachother and colors are the same, it would be a smooth transition to look like one background color when looking at the app.
The result would be going into an app, selecting one of the items (I don't know what an entry is called), and when it pulls up, it shows all the fields (customized or standard) with the field name on left side and data on right (as it is today). The field name would have a color background is setup for that field in the modify app
-
I use a calculated field to accomplish this.
Example(Title is a field that is never null):
if (@Title==null) {""} else {"---------------------------------------------"}
See my example here:
Please sign in to leave a comment.
Comments
4 comments