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: 
laura_1
Partner - Contributor III
Partner - Contributor III

GetObjectField() function

Hi, 

Is there a way to make GetObjectField() function work with a calculated dimension? And if no, is there a different function that can be used instead?

Thanks,

Laura

1 Reply
iharsh220
Contributor III
Contributor III

hello,

i dont understand what you exactly want ?

if you are using listofmeasure / listofdimension api it will gives all the list of measure/dimension. 

and there is no function called GetObjectField()

there we have api called getobject()/getObjects() you can pass object id or get all objects 

else if you want dimension or measure just use GetDimension()/GetMeasure() 

{
"handle": 1,
"method": "GetMeasure/GetDimension",
"params": {
"qId": ""
}
}

you just have to pass qID

Thanks & Regard

Harsh Gohil