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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with data loading in qlikview extension object(.qar file)

I tried to access data with this.Data.Rows, but I was not able to access more than 40 rows. It seems Rows array has maximum rows size is 40. How to access full data?

Labels (1)
1 Solution

Accepted Solutions
Nicole-Smith
MVP
MVP

In your Definition.xml file,  you need to change the PageHeight to a larger number (it defaults to 40).

See this post: Simple question: Why max 40 rows in my Extension?

View solution in original post

2 Replies
Nicole-Smith
MVP
MVP

In your Definition.xml file,  you need to change the PageHeight to a larger number (it defaults to 40).

See this post: Simple question: Why max 40 rows in my Extension?

Not applicable
Author

Thanks a lot..It worked for me..