Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mel78
Contributor II
Contributor II

QlikSense .NET SDk: how to retrieve filtered data from a table?

I am using a QLIK table within a sheet. It has 20 records. The user filters the data now and it has 5 records now.

Can I use QLIK API from .net to get this 5 records? I am able to get 20 records using genericObject.GetHyperCubeData methods, but not sure it is possible to get filtered data?

If this is possible, can I get filtered data for any object (pivot-table, filter-pane etc) ?

 

Labels (3)
12 Replies
Øystein_Kolsrud
Employee
Employee

Hmm... Well, then I'm afraid I'm running out of ideas. What type of authentication are you using on the virtual proxy you are connecting to?

And, yes, I've tried with Chrome.

mel78
Contributor II
Contributor II
Author

Proxy uses ticket based authentication.

mel78
Contributor II
Contributor II
Author

What version of QLIK sense are you using ?