I am formatting my report so that the order line, release number and order number can all go together like this 11023/3/45. My formula looks like this:
totext({JobProd.OrderNum},0) + " / " + totext({JobProd.OrderLine},0) + " / " + totext({JobProd.OrderRelNum},0)
but I am getting this as a result:
11,023/3/45 and I would like to get rid or the comma if anyone could help I would really appreciate it. Thank you!!
totext({JobProd.OrderNum},0) + " / " + totext({JobProd.OrderLine},0) + " / " + totext({JobProd.OrderRelNum},0)
but I am getting this as a result:
11,023/3/45 and I would like to get rid or the comma if anyone could help I would really appreciate it. Thank you!!