Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI everyone,
Actually i have some problems to visualize some components on qlikview web the solution is the plugin but i have Windows 10
do you know if exists plugin for windows 10???
Thanks Regardss!!!
Hi
Try to use chrome, if these visualization works then you have to down load IE plugins
You may download IE Plugin from Accesspoint by clicking the link Download Internet Explorer Plugin link.
i think not now.
hi Zaid Mohammad good day
Actually doesn´t work and not exists a plug in for windows 10 yet,
thanks for help
Regards!!!!
You can launch Internet Explorer on Win10 (instead of the Edge Browser). That will support the plugin.
-Rob
The matter is that Microsoft Edge, default browser for Win 10, does not support plugins: Extensions in Microsoft Edge - Windows Help -
But how about the macros?
The macros don't run in Internet Explorer on windows 10 with IE Plugin.
The few macros I have tested work for me in IE Plugin on Win 10. Is there a specific macro or function you are having trouble with?
-Rob
Macro to export object to excel, like this:
sub Relatorio_Fundos_Atuariais_Caixa_2016
'Passo1: Criar Variaveis
Dim objExcelApp 'as Excel.Application
Dim objExcelDoc 'as Excel.Workbook
Dim qvObjectId 'as String
Dim sheetName
Dim sheetRange
Dim aAtuariais(50)
'Passo2: Abrir arquivo Excel com o Template
Set objExcelApp = CreateObject("Excel.Application")
'QvwPath = Left(ActiveDocument.GetProperties.Filename, InStrRev(ActiveDocument.GetProperties.Filename, "\"))
'objExcelApp.Workbooks.Open(QvwPath &"Configuracoes\Formularios\Relatório Fundos Atuariais - Caixa.xlsx")
objExcelApp.Workbooks.Open("\\fcespqkwp001\QlikView_Homologacao\Renda Fixa\Configuracoes\Formularios\Relatório Fundos Atuariais - Caixa_2016.xlsx")
objExcelApp.Visible = true 'false if you want to hide Excel
'Passo3: Exportar BSPS *******************
'Passo3.1: Limpar Selecao atual
ActiveDocument.ClearAll
'Passo3.2 : Copiar dados do objeto para área de transferência
set objSource = ActiveDocument.GetSheetObject("Montante_FA_BSPS_2016")
Call objSource.GetSheet().Activate()
ActiveDocument.GetApplication.WaitForIdle
Call objSource.CopyTableToClipboard(true)
'Passo3.3 : Colar dados da área de transferência para planilha excel
set XLSheet = objExcelApp.Sheets("Plan1")
XLSheet.Paste XLSheet.Range("A04")
'Passo4: Exportar BD *********************
'Passo4.1: Limpar Selecao atual
ActiveDocument.ClearAll
'Passo4.2 : Copiar dados do objeto para área de transferência
set objSource = ActiveDocument.GetSheetObject("Montante_FA_BD_2016")
Call objSource.GetSheet().Activate()
ActiveDocument.GetApplication.WaitForIdle
Call objSource.CopyTableToClipboard(true)
Dear friends,
The plugin for Win10 and IE11 is the same used for Win7 and Win8, you need to download and activate Win7 compatibility mode before installation.
Before that, make sure the version of the plugin is 11.20.12904.0
What version of QlikView you use?
I hope to help.
Tiago.