Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi.
Maybe like this:
LOAD cityno,
city,
product
FROM
[wrk12.xlsx]
(ooxml, embedded labels, table is Sheet1)
while IterNo()<=cityno;
i should get Chennai 11 times in another table ,can u tell me how to do
If you use the script above it creates a table that contains Chennai 11 times.