Hi All

I am having a problem while importing my data. I have data which has negative sign after the values. Anaplan is not able to recognize it and the values are imported as positive. How can we fix this??

Best Answer

  • I would try to use a stage module/line item

    1. import as text
    2. recognize numbers by value funtcion
    3. catch sign by right function, if "-" then (-1) else 1
    4. multiply steps 2*3

    Best,

    Konstantin

Answers

  • Thank You Konstantin, the issue is solved. The only problem I got when I used VALUE() function, it returned NaN for text have negative sign at the end.

  • I see.

    Then

    • either upload them as numbers and use text only for sign define
    • either concatinate text to use in value function

    Best,

    Konstantin