Hi,
I have created a variable which gives ranges of Amount.
$0-$25K
$25k-$50k
$50k-$100k
$100k-$250k
$250k-$500k
>$500K
so that we can check number of invoices coming in the range.
Since Range is a dimension values are getting sorted by itself and when I am doing custom sort system is not accepting custom sort.
It shows in below way:
$0-$25K
$100k-$250k
$250k-$500k
$25k-$50k
>$500K
$50k-$100k
Please guide to get correct sort order.
Thanks,
Ankit