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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the first sheet of an app

I get the list of sheets by calling:

var sheets = await app.GetSheetListAsync();

But the order of the elements of the received list is different from the order that I see in the hub or in the sheet selector.

How do I get the list ordered the same way as it's presented in the UI?

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

There should be a rank property on the returned sheets, sort ascending according to that

View solution in original post

1 Reply
Alexander_Thor
Employee
Employee

There should be a rank property on the returned sheets, sort ascending according to that