Blank data labels are compressed

  • 31 January 2018
  • 2 replies
  • 1 view

Badge +9

My workflows have a "Read Only" version of the form which can be viewed at anypoint during the process instance to see the current status of it.  I usually use data label controls so they can expand and wrap text easily to fit all the contents of the field (and are printer friendly!).  The problem is this can visually look bad if you have a lot of fields in a tight table, especially if you have lots of optional fields that can be blank - then it's just empty space.

 

I thought an easy fix would be to add borders, but it seems that blank data labels get compressed.

 

Here's a sample of a populated data label and a blank one.

 

15803iC7A5525946CC8D35.jpg

 

Any suggestions how to make this look better?

 

Right now my only idea is to make an expression for every optional field to check if it's blank and if so, add a single space just so the box size will be the same as the populated ones... I'm hoping somebody else has a better idea.


2 replies

Badge +12

Hello,

Perhaps you can try adding a Conditional Style to put padding on your optional data fields when they are empty?

Badge +9

This is basically the same as making expressions, I'd have to make the conditional style for each individual control like I would have to do with expressions... I can't think of some way to make a re-usable one that I can use for each field.

Reply