Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create report from excel file

Hi

I am a beginner with QlickView , just started out trying to create a report from an excel file >

Could anyone please assit me in doing this or show me the link or any documentation which has the procedure for doing this from the scratc?

Thank you

Ramya

8 Replies
fernandotoledo
Partner - Specialist
Partner - Specialist

Hi Ramya,

When you install QlikView, make sure you choose the Complete Instalation.

In your "c:\Program Files\QlikView" folder you´ll find the Documentation folder wich contains a complete tutorial.

It comes with data files and a little Manual in PDF.

This should be your first steps! Welcome to the Jungle!

Fernando

Anonymous
Not applicable
Author

Thank you Fernando ,

I using the trail version , i have got the documentation with pdf doc where the procedure for DB connection is given , i am looking for one where we create a sample report based on data in an Excel file ..

Could you please assit me with this...

Thank you

boorgura
Specialist
Specialist

Ramya,

you can use the wizard to load data from excel.

You have a button - "TABLE FILES" in the bottom half of the script editor.

Click that --> pick your excel file --> then select your sheet name from the drop_down.

Click finish.

that will populate the script to load all the available fields from that sheet.

You can eliminate the ones you dont want to load.

Feel free to ask any questions.

boorgura
Specialist
Specialist

For your convenience, a sample script:

LOAD ID,
NAME
FROM (biff, embedded labels, table is [Sheet1$]);

Anonymous
Not applicable
Author

Exactly i am struck at the same position , my main page is blank now , i created the script and saved it and clicked on reload , it ran some scripts and main page is blank now,

Please bare with my basic question i may sound like a dumb initially but trying to catch up with this new stuff...

boorgura
Specialist
Specialist

Alright once reloaded, you can right click on your main page (or UI) and then add components like list boxes or chart.

Or simply right click --> Select fields --> Add All.

That will bring all the fields as list boxes onto the UI.

Anonymous
Not applicable
Author

Hi

I have created a simple table report which is fine , it reflects with filters , as i select from the list box, but i have added a barchart in the same page , but that does not reflect any data ?

Where do i have set this?

Is it like one page can have only one item ?

And also could you please let me know how do we set x and y axis for a bar chart ??

I have a date column which has to be on X axia, and run_minutes on y axis..

boorgura
Specialist
Specialist

Hey Ramya,

you can put your date in the dimensions and then the run_minutes as an expression.

You can have multiple objects on the same page.