Forum Discussion

Re: Dealing with "Zero"

You will need to change your Client ID# to be a text field after considering the implications of where it is used.  You may want to  to make a duplicate of that field and then change the type to text, fix the ones that need the leading zeros, and then see where the numeric field was used and replace it with the text field in any formulas and lookups.  But if you need it as a lookup, then you need to make a new lookup field as the Type if different (ie text and not numeric)

------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------

2 Replies

  • MelissaFreel1's avatar
    MelissaFreel1
    Qrew Cadet
    Thanks Mark!  I thought this was the process.  Was just trying to save myself some steps if there was a more simple way!  Thanks again!

    ------------------------------
    Melissa Freel
    ------------------------------
    • MarkShnier__You's avatar
      MarkShnier__You
      Icon for Qrew Legend rankQrew Legend
      There is another method too.  You can make an additional formula field which will zero pad the field.

      PadLeft(ToText([my numeric field]),7,"0")

      Then use that for all reports and forms in view mode. But I'm not sure if that makes it simpler.

      ------------------------------
      Mark Shnier (YQC)
      Quick Base Solution Provider
      Your Quick Base Coach
      http://QuickBaseCoach.com
      mark.shnier@gmail.com
      ------------------------------