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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
HirisH_V7
Master
Master

Generating Break (Predefined) Numbers in Sequence.

Hi Qlikers,

 

I was trying achieve below, help me out. I want to create this To Generate Column in script with my data column No ,how it can be possible. 

As i am already having limit stored in   Let VConNumLimit=5; .

NoTo Generate
11
12
13
14
15
11
12
23
24
25
21
22
23
24
25
21
12
23
34
15
21
32
13
14
25
21
32
33

 

Pl Help me out, Attached the excel file for ref.

Thanks in advance,

Hirish

HirisH
Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Mod(RecNo()-1, $(vConNumLimit))+1 as [To Generate]


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Mod(RecNo()-1, $(vConNumLimit))+1 as [To Generate]


talk is cheap, supply exceeds demand