Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
zrroewkien
Contributor
Contributor

About how to get the expression in layout

When i develop an extension, i want to get the measure expression in layout,

but when i change the label to string or other label, i got a value not the expression

how can i do

1.png

微信图片_20230304165224.png

Labels (2)
1 Solution

Accepted Solutions
SerhanKaraer
Creator III
Creator III

Hello zrroewkien,

You should look into the "properties" section. Layout is the result of execution (after getLayout call in ws) defined in properties.

View solution in original post

2 Replies
SerhanKaraer
Creator III
Creator III

Hello zrroewkien,

You should look into the "properties" section. Layout is the result of execution (after getLayout call in ws) defined in properties.

zrroewkien
Contributor
Contributor
Author

Hi SerhanKaraer,

Thanks for your advice, i got the measure expression now, with the backendApi

like this:

this.backendApi.getProperties().then((reply)=>{

//here, i got it 

})