I am using a formula under Advanced - Calculation on a Single Line field to pull in data from another field. Both fields are Single Line text fields, however it is dropping the leading 0 when it loads the text. Here is my formula. Any ideas what I am doing wrong?
=IF(OR(ID1='General',ID1='General2'),'TO_TEXT(main_Table.Acct1)','')
01 is entered in recallAcct, but 1 is returned to the field Acct2.
Thank You,