Anyone know what determines how formula-generated numbers are aligned in Kanban cards?
The image below is an example where two formulas, both formatted as integers, end up displaying differently (“Active Projects” are left aligned, “Monitoring Projects” are right aligned). Before I added “-{Monitoring Projects}” into the “Active Projects” formula below, it was right-aligned, but now is left-aligned.
Formula for Active Projects:
IF(Name=“Project Overview”,{Active Project Lookup}-{Monitoring Projects},BLANK())
Formula for Monitoring Projects:
IF(OR(Name=“Fieldwork To-Do”,Name=“Project Overview”),{Monitoring Lookup},BLANK())
Thank you