Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I had developed a Qlikview file on QV ver7.5 which is used to download reports into pdf file and then sent to users.it was wroking fine.
Now i upgrade QLikview to Qv8.5,now some functions are not working like below and i am stuck in sending mail:pls have a look.function is :
function countReports
set ri = ActiveDocument.GetDocReportInfo
countReports = ri.Count
end function
function getReportInfo (i)
set ri = ActiveDocument.GetDocReportInfo
set r = ri.Item(i)
getReportInfo = r.Id & "," & r.Name & "," & r.PageCount & CHR(10)
end function
Regrads
Anwar
Do you get any error messages?
I´ve tried the code in 8.5 an 9.0 and it works fine.
Do you get any error messages?
I´ve tried the code in 8.5 an 9.0 and it works fine.