Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The low tech solution is to make a new field called [Mitigation Plan ...]
The formula would be
Left([Mitigation Plan],100)
&
if(length([Mitigation Plan])>100, ".... and more")
There are fancier solutions that involve being able to hover to see the full text, but try that as a start. You can adjust the 100 to suit. That is the # of characters to show
The formula would be
Left([Mitigation Plan],100)
&
if(length([Mitigation Plan])>100, ".... and more")
There are fancier solutions that involve being able to hover to see the full text, but try that as a start. You can adjust the 100 to suit. That is the # of characters to show