Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Two tables in One excel sheet

Hi

      In single Excel sheet i have two tables how to load that data into Qlikview

Regards,

Singam.

13 Replies
vardhancse
Specialist III
Specialist III

Excel_Sheet.jpgIf it was in single excel sheet and multiple workbooks, after selecting the excel sheet we can select the workbook.

In that way if load multiple tables from single excel sheet and multiple work books

amit_saini
Master III
Master III

Amar,

Please share you excel sheet.

Thanks,

AS

Not applicable
Author

Hi Sasi

        I have data in one workbook multiple excel sheet but in one excel sheet i have two tables .I loaded that data the data is showing  only in table viewer when we click on preview. But the field names are not showing in script level.

Regards,

Singam.

danieloberbilli
Specialist II
Specialist II

If you use the File Wizard, you just click on the X-icons of the columns that you don't want to load:

So 1st: you only load the columns of table 1 and then afterwards you open the wizard again and load  the columns of table 2

Capture24.PNG.png

its_anandrjs

Hi,

You can get the help of the transformation steps option available in the file wizard when you load the excel sheet

and then click on the button Enable transformation step and then you can find many options.

Transformation.png

Regards

Anand

Not applicable
Author

Hi Amit

            Please find the attachment

regards,

Singam.

SergeyMak
Partner Ambassador
Partner Ambassador

Hi,

When you load data from the sheet with two tables press next and Enable Transformation step.

Then delete what you don't need.

Next time do otherwise..

Regards,
Sergey
amit_saini
Master III
Master III

Try this:

Step1:

Then press Alt F11, double click on any sheets in the left of the opened window and copy the below code :

Sub renameSheets()
Dim iSheetCount
For iSheetCount = 1 To Sheets.Count
Sheets(iSheetCount).Name = iSheetCount
Next iSheetCount
End Sub

Step 2: Then run by clicking the run button like below

 

Step3:

Save as the file in xlsx fomat.

Step4 :

Then Open the QVW, Press Cntrl E,  Assuming the file contain 4 sheets.
Eg. for loop=1 to 4 

 

Step5:

Reload QVW

Thanks,

AS

Not applicable
Author

Hi Amit

          Could you please brief about it to which excel sheet i have to do

         what i you said  i din't understand