Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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.