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: 
Anonymous
Not applicable

Filters using Qlik engine APIs

I want to apply filters on Qlik object to get Hypercube Data of a selected rows and columns by values, not by Rows and Column Index numbers.

e.g.

I want to get a filtered object by Column name "L3" for value "ERS-SDES-IOT" and rows and column indexes are variable.

screenshot.png

What i tried so far is :-

{

"method": "SelectHyperCubeCells",

"handle": 3,

"params": [

"/qHyperCubeDef",

  [ 1 ],

  [ 1 ]

],

"id": 4,

"jsonrpc": "2.0"

}

But it allows me filter Objects only by row and column index numbers. My question is how to get filtered table using values?

1 Reply
Anil_Babu_Samineni

May be create Mashup for that object? And, Take JS from there folder?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful