Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
samsbor
Contributor
Contributor

How can we create Random number within specific range in Qlikview/Qliksense in script ?

 

Hi,

 

How can we create random number between specific range.

 

Let us suppose we need to generate random no. between 100000 to 999999, how can we do it ?

 

Thanks in advance.

Labels (2)
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

100000 + Floor(900000*Rand())

View solution in original post

2 Replies
hic
Former Employee
Former Employee

100000 + Floor(900000*Rand())

samsbor
Contributor
Contributor
Author

Thanks! It worked.