Joined: 03 Dec 2015
Online Status: Offline
Posts: 3
Topic: Data No Populating Posted: 03 Dec 2015 at 12:35pm
Anyone have a solution that will bring in the name field even though they do not have that data in field ? The data is not required nor is it populated, you have to manually add. I was told to write if then else statement.
If anyone utilizing is Morrisey, MSOW, might understand this.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 07 Dec 2015 at 3:58am
Then in the formula editor. I would do something like this. Make sure in the formula editor the dropdown (near the top of the formula editor) is set to Default values for Nulls.
if len({somefield}) = 0 then 'Display for no value' else {somefield}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum