Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can we create numbers in qlikview application. Can i create starting from 0 to Infinity.
kindly help on this.
Regads,
Chirumamilla
Hi ,
Use the below Script to Create a number starting from 0 to .. 100 (Max No should be static)
Hi ,
Based on records you can use ,
Rowno()
Recno()
Autonumber()
Load
RowNo() as ID
AutoGenerate 50;
Can you elaborate your requirement??
HTH,
Hirish
You can use autogenerate() at script like this:
Test:
load
rowno() as NumberField
autogenerate(100);
This will give you number till 100...
Same way you can change it as per your requirement...
Also, Infinity, dont think so exist in QV
.
How can we create numbers in qlikview application. Can i create starting from 0 to Infinity.
You are lucky indeed to have a computer with infinite memory to store all the numbers from 0 to infinity![]()
Infinity is not a number (NAN)