Macro parsing failed in QlickView server ,the functionality was lost.????
Hi All,
I have one Qv document from where i am calling other QV documents through macro.
And my macro is as below,
Sub Absorption
dim SelectedReportPath
set mySelections = ActiveDocument.fields("DESCRIPTION").GetPossibleValues 'Only if one selection is done if mySelections.Count = 1 then set FileName = ActiveDocument.fields("PATH").GetPossibleValues SelectedReportPath = FileName.Item(0).text Set App = ActiveDocument.GetApplication Set newdoc = App.Opendoc (SelectedReportPath,"","") newdoc.Activate End if End Sub
This one is working proper in Qlickview developer.
But when I am putting them in QV server its throwing one error, the error is " Macro parsing failed, the functionality was lost"?
Will some one please help me out saying what i am missing here?