Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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 III
Creator III

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 III
Creator III

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.