Hello I have a value in an array (123456 - VAT rate), I would like to remove everything before the dash and keep only the "VAT rate", with what arithmetic expression could I do this. thank you
Trim(Split(<your_variable>), "-")[1]) should work.
Hello I did the test, Trim(Split(GV_Profil___TVA),"-")[1]), but I got an error
You must be signed in to post in this forum.
Obtenga ayuda