Jump to content

r2d2r01

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by r2d2r01

  1. Hi when i try to import file from csv (comma separator) I have a pb with number which has format 707,70€which  is parsed as  70770,00€ (oups).

    If i try to change in settings decimal character from ',' by '.' this one impact only view and not value imported.

    How I can ask to parser to make difference from "field1, field2, field3, number,dec, field4, etc..." where "number,dec" is ONE value 707,11€ and NOT 2 VALUES

    Thanks for helping

    Frederic

     


  2. Very bad simple expression parser.
    It appears you can set a constant value but cannot use or do reference to it in other expression simple, only a function (roundup, ..)
    Typically:
    A -> expr simple -> 1000 => OK
    B -> expr simple -> 500 => OK
    C -> expr simple -> A-B => KO -> unrecognized field ERROR
    C -> expr simple -> A-1 => KO -> unrecognized field ERROR
    C -> expr simple -> Field5-1 => OK due to type of field5
    Oups

×
×
  • Create New...