Auto Generated Symbol inside barcodeField

Certified Associate Developer

Who knows how to get rid of this auto generated symbol inside barcodeField? It creates false sense of available data thereby affecting my coding logics. The screenshots of both the Interface and  expression are attached.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    That looks like the "infinity" symbol that's sometimes displayed when you attempt to display an integer data type that's too large (which doesn't take much).  What do you have the value of "local!barcode" set to?  I'm not incredibly familiar with how this field functions but it seems it might be relevant here.  Also I suppose you should double check that the value isn't null, since (just guessing) that might cause wacky results too.

Reply
  • 0
    Certified Lead Developer

    That looks like the "infinity" symbol that's sometimes displayed when you attempt to display an integer data type that's too large (which doesn't take much).  What do you have the value of "local!barcode" set to?  I'm not incredibly familiar with how this field functions but it seems it might be relevant here.  Also I suppose you should double check that the value isn't null, since (just guessing) that might cause wacky results too.

Children