Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

email dashboards

Is it possible to email dashboards

11 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

YOu cann add the dashboard into pdf and you can then send the pdf as attachment.

suniljain
Master
Master

you can export your dashboard in PPT and then automail that ppt to specific user.

Not applicable
Author

I wanted to know that whether its similar to cognos, tableau or corda

Not applicable
Author

Hi ,

Can you explain to me how to export the dashboard to PPT

Not applicable
Author

Hi ,

Can you explain to me how to export the dashboard to PPT

suniljain
Master
Master

Set PPApp = CreateObject("Powerpoint.Application")

PPApp.Visible = True ' Create a presentation

Set PPPres = PPApp.Presentations.Add

Set PPSlide = PPPres.Slides.Add(1, 1)
ActiveDocument.GetSheetObject("CH15").CopyBitmapToClipboard
PPSlide.Shapes.Paste

PPPres.SaveAs "E:\Qlikview\Prima\PPT\Presentation.ppt"
PPPres.Close
PPApp.Quit

Set PPSlide = Nothing
Set PPPres = Nothing
Set PPApp = Nothing

Not applicable
Author

Hi Sunil,

How to save dashboards into html file

Not applicable
Author

Hi,

Above macro is not working and getting error:

ActiveX component can't create object: 'Powerpoint.Application'

Anonymous
Not applicable
Author

An easy way to e-mail a single dashboard is to use "Copy Image to Clickboard" function, and then just paste (Ctrl+ V) the image in your e-mail.

You can do this by right click on the object >> Copy to Clipboard >> Image

Or (I think QV10 only) create an special icon in  the caption:

Copy.JPG