People, I'm not new, but still consider myself as beginner here.
I have a SharePoint List, which its storing $ totals but in a text column.
I need to sum that column to be able to send the total in an email.
I know how to get Items and filter the SP list, I know how to send the email, but I don't know and can't seem to figure out how to first convert the column into numbers and then sum it (the filtered array of course).
any ideas?