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: 
sai_katare
Contributor III
Contributor III

Editable multi box

Hi,

I am currently working on a write back functionality where the user selects few values from the drop down (multi box) boxes and a macro button will help updating the back-end table.

But, the user asked that he should also be able to edit the information in the boxes before he hits the macro button.

I am not sure how to do this. Any comments from you will be a great help (Attached is a picture of the layout).

Thanks,

Sai

1 Reply
marcus_sommer

You could try it with variables within inputboxes by using listed values with a dropdown - maybe per: concat(distinct YourField, ';') - and enabling the option that the user could overwrite the content.

- Marcus