Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
marwen_garwachi
Creator II
Creator II

GetobjectMeasure

Hi, 

Is it possible to get the measure of a specific object  in Qlik sense (different from the one in which the expression is written) ? 

I'm trying with GetobjectMeasure(0,'ObjectID') but it's not working and i can't find anything in the jhelp page :'( do somone know how it works ?

Thanks

Labels (1)
4 Replies
marwen_garwachi
Creator II
Creator II
Author

Any help please ?
Øystein_Kolsrud
Employee
Employee

There's a similar thread here: https://community.qlik.com/t5/New-to-Qlik-Sense/GetObjectMeasure/td-p/110088

Don't know if that helps you or not though...

marwen_garwachi
Creator II
Creator II
Author

Hi, 

It's not really what i'm looking for, but thanks for your response ! 

i just want to know how too use this fonction in Qlik sense. In Klikview it works perfectly : GetobjectMeasure(1,'CH01') that gives you the name of the the first dimension. I just want to do tha same thing in Qliksense but it seems to be not working. 

Marwen

 

 

 

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 getobjectmeasure()

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