Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
kanchanaporn
Contributor II
Contributor II

how to solved value of vrank ? Code : vrank(sum({<Product_no>} qty))

2023-09-13_102136.jpg

1 Solution

Accepted Solutions
sbaro_bd
Creator
Creator

Hi @kanchanaporn ,

Try something like this:

vrank(sum({<Product_no>} qty) + rand() * pow(10,-10))

It's more like a workaround to lure the vrank function. Try it.

View solution in original post

1 Reply
sbaro_bd
Creator
Creator

Hi @kanchanaporn ,

Try something like this:

vrank(sum({<Product_no>} qty) + rand() * pow(10,-10))

It's more like a workaround to lure the vrank function. Try it.