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

need help

hi please help me in this

if i click on the chennai city i should get 11 times chennai city in separate table and same for the remaining citys also can u tel me how to solve that problem

3 Replies
whiteline
Master II
Master II

Hi.

Maybe like this:

 

LOAD cityno,
    
city,
    
product
FROM
[wrk12.xlsx]
(
ooxml, embedded labels, table is Sheet1)
while IterNo()<=cityno;

Not applicable
Author

i should get Chennai 11 times in another table  ,can u tell me how to do

whiteline
Master II
Master II

If you use the script above it creates a table that contains Chennai 11 times.