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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhuappu
Creator II
Creator II

How to get active field of Drill Down group in Qliksense SDK

Hi All,

I'm trying to get active field of a drill down group in Qliksense .Net SDK. Is there a function to achieve this?

Regards,

Prabhu Appu

1 Solution

Accepted Solutions
Not applicable

Hi,

The index of the dimension (field) that is currently in use is stored GroupPos located in the DimensionInfo array.

Best Regards

Lars-Göran Book

View solution in original post

2 Replies
Not applicable

Hi,

The index of the dimension (field) that is currently in use is stored GroupPos located in the DimensionInfo array.

Best Regards

Lars-Göran Book

prabhuappu
Creator II
Creator II
Author

Thanks Lars-Göran