Skip to main content
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
“Aspire to Inspire before we Expire!”
Labels (5)
1 Solution

Accepted Solutions
Gysbert_Wassenaar

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


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

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


talk is cheap, supply exceeds demand