Options

Show negative numbers as postive on a page

NunoSilvaNunoSilva Member Posts: 15
Hi,
I have a page that I always want to show the amounts as positive values, in the table they can have any sign, but on the page I always wantto show them as positive. I'm thinking using variables on the page to do this. Is there any simpler way of doing it?
thanks in advance

Answers

  • Options
    jklaverjklaver Member Posts: 4
    SourceExpr: ABS(<field>)
  • Options
    NunoSilvaNunoSilva Member Posts: 15
    OK but if I want write on the table with the ABS will not work.
  • Options
    wrotbergwrotberg Member Posts: 4
    what about using a local variable locVarInt := ABS(<field>) and Show locVarInt on the page. So when updating other fields in the record nothing changes on the original <field>.
Sign In or Register to comment.