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: 
Anonymous
Not applicable

transform

norequired output
11
11
22
33
33

I have a column no (as shown above) ,i want it to transform into the required output.

Regards,

Ganesh.

2 Replies
Anonymous
Not applicable
Author

noAB=rowno(total)
1xa1
1xb2
2xc3
3yd4
3yr5
4tt6
5tt7

the output should be as follows :

1
1
2
3
3
4
5


renjithpl
Specialist
Specialist

Hi

if i understood your question.

in the output filed, just give =no.

Regards

Ren