Hi,
I´ve got an App, which shows several Projects in a Gallery. The Projects are saved in a SQL-Table.
The Budget is sortet alphabetical and not by value. I set Budget as Value(Budget) but it wont sort it right. Did somebody got an Idea?

Sort(
Source_with_filters_and_stuff;
Switch(
DrpSort.SelectedText.Value;
[...];
"Budget";
Value(Budget);
[...]
)
)