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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change values in Tablebox with value in inputbox(variable)

Hi All,

I have a tablebox, which contains a field called 'Working' which I'd like to change depending on what the user selects from the Input box, which is a predefined list of values using a variable vWorking.

Is it possible to show this change in the table box, if the user selects a Name in the table and then selects a value from the Input box.

Say the user wants to change it from 'Working Casualty' to 'Study Leave'

Any ideas?

Many thanks

3 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

I don't think you can do it using the conventional tools "out of the box". You probably need to develop a macro to assign the selected value to the INPUTFIELD array of values. It should be possible to do, but might be a bit tricky...

vikasmahajan

I don't think this possible you need to use web service for the same , Even if you try to achieve using macro as per Oleg but macro won't work into browser and end user can not update the same.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
marcus_sommer

Instead of a tablebox you could take a straight table and catch there within an expression your variable changes.

- Marcus