Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create Excel reports ?

Hi all !

First, excuse me for my english. Foreing languages isn't a great capacity for me.

My question is quite easy :

How can I export tables and graph to Excel ?

Actualy, a pdf report isn't what I want. And the only way to create an report on Excel, with design and potentialy dynamic (ex. : one table for each value of a choosen dimension), is to use vbscript macro.

If this way can resolve my problems, it's not easy for a non-developper client who want to create his report himself.

And I suffered some errors when I export table with CopyTabletoClipboard. Sometimes, a table does'nt accept to copy. It works with a selection, another one, another one, etc... and bug when it wants.

I read and find some software to use. There's Nprinting or Ireport (Jasperreports). But both are not solving what I want.

Which over way can I take ?

Thanks all for your answer !

17 Replies
vgutkovsky
Master II
Master II

You can enable an Export to Excel icon to appear in the caption bar. See the following screenshots for an illustration:

-----------------------------------------------------------------


-----------------------------------------------------------------

Hope this helped.

Not applicable
Author

I know this but it will only export the selected table. My question is about a real report, like what we find in the Report menu of QV.

Creating an Excel file with 1 or more table/graphe, dynamics with a dimension...

vgutkovsky
Master II
Master II

If you just want an image, you can use the CopyBitmapToClipboard function in a macro. You can do this for the whole sheet (ActiveDocument.ActiveSheet.CopyBitmapToClipboard) or for an object (ActiveDocument.GetSheetObject ("ID").CopyBitmapToClipboard). The code might look something like this:


Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
objExcel.Workbooks.Add
ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard
objExcel.ActiveSheet.Paste


You would then associate this with a button so users can generate the "reports."

Regards,

Not applicable
Author

Thanks, but this is always not the things I want to do.

If I want to export to Excel, it's to put the data from tables into cells. So I use the CopyTableToClipboard.

vgutkovsky
Master II
Master II

So you're saying that you want a combinational export, like copying the object (versus text or image)? You can do this by right-clicking on the object and selecting Copy to Clipboard --> Object. Unfortunately, I'm not sure how to do this using macros. There are routines for copying tables and for copying images, but I don't know the proper function for copying an object itself. Hopefully someone else can contribute on this post...

Good luck,

Not applicable
Author

I already do this (copying tables or graph directly into excel with the CopyTableToClipboard macro command). If I could do what I want, sometimes, a table didn't succes the copy. And I don't know why !

That's why I'm searching for a software for creating excel report with data from QV. I see Ireport (Jasperreport) or Nprinting, but this is not really what I want.

So, I'm searching for another solution, but I don't know which one...

chrisbrain
Partner - Specialist II
Partner - Specialist II

Hi,

You could try the beta of the Excel Connector we are developing (if you have not already seen it):

http://www.qlikster.com/post/QlikView-Excel-Connector-Beta-4-(New-Docs-and-QlikView-Expressions-Now-...

This allows you to:

- Use a new Excel function to run any QlikView expression in a cell.
- Map the data from an QlikView table or chart (or text box) into an Excel cell range.

And therefore build reports in Excel driven by QlikView data.

It would be good to speak with you in a little more detail about what features you need as we are currently developing an updated version of the above. I'll ping you directly through this site.

beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense
Not applicable
Author

For example concerning my problem to export into excel, let's have a look on this joining qvw. When I want to copy manually this table to excel, I made a right click, then "Copy data to clipboard / Complet table". I open Excel and paste the clipboard into. Excel bug and i should kill his process to close it.

But, if I change my selection "Secteur" from "1501 ANNECY" to "1904 PAU-TARBES" and redo the same action (copy to clipboard, open excel and paste), it works !

Do you have the same problem ? My configuration is Normal 0 21 false false false FR X-NONE X-NONE MicrosoftInternetExplorer4

Windows XP Pro SP3

Office 2007

QlikView 9.00.7320.7 SR2



Until i have no solution for this bug, the export data to excel with macro isn't a good way for me.

Not applicable
Author

Hi,

I don't know what is wrong but this Excel connector isn't working with QV9 (SR2) in Excel 2007. Everything is ok with license, but when I drop qv object to excel and press "Refresh Links" I get the "Error: Interop.Excel" message.

It says:

" What happened:
AddinExpress.MSO.ADXRibbonButton error: the add-in has fired an exception.
Where presumably this happened:
An error occured in the code of the QlikViewExcelConnector add-in. See 'Details' section to get more detailed information about the error."

Maybe someone has any idea what's wrong and can help my to solve the problem.

Best regards,

Milda