Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculating Number of Reports Problem after change in QV version

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

1 Solution

Accepted Solutions
Not applicable
Author

Do you get any error messages?

I´ve tried the code in 8.5 an 9.0 and it works fine.

View solution in original post

1 Reply
Not applicable
Author

Do you get any error messages?

I´ve tried the code in 8.5 an 9.0 and it works fine.