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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mostal75
Contributor III
Contributor III

Mashup: field values

Hello

I would to know how to retrieve selected values (n screen) of a specific field with mashup please ? Like fonction GetFieldSelections but in mashup

app.field("MyFieldName").GetData() retrieve all values

 

Regards

 

Régis

Labels (1)
2 Replies
Prashant_Naik
Partner - Creator II
Partner - Creator II

Hi Mostal,

You can get the current selection info using the  app.selectionState() function in mashup api.

Regards,
Prashant
mostal75
Contributor III
Contributor III
Author

Hello

Thanks a lot

Regards