Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Bug or not?

    Version = SWITCH( TRUE(), ( SEARCH("7", default[Flowsheet],,0) > 0), MID("7",1,5), ( SEARCH("8", default[Flowsheet],,0) > 0), "My folder", "Ohter software")   Too few arguments were passe...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I fixed this by using double commas

     

     

    MID(default[Flowsheet],9,,5)