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

Extension QV11, how to 'Select in field'

Hi guys,

Im trying to build an extension that can show three types of graphs with a lot of options to show the KPI's of the customer on one sheet. When clicking on one of these KPI's I want to use the action 'Select in Field', with the field 'KPI' and with a custom expression like '=MaxString({$<KPIno={'No6'},Actief={1},Soort={'C'}>}KPI)'.

Does anyone know if it's possible to reproduce this inside an extension?

I tried looking al over the place! But with no luck..

Thanks in advance!

Cheers, Kenneth

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Keep the Expression =MaxString({$<KPIno={'No6'},Actief={1},Soort={'C'}>}KPI)

in a variable and you can read the variable value from javascript. Make use of the variable value

Not applicable
Author

Thank you for the response!

But how can I use the action 'select in field' with this value? When clicking the KPI I can read the value, but not execute the action.