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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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?

1 Solution

Accepted Solutions
Nicole-Smith

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

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..