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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
shree909
Partner - Specialist II
Partner - Specialist II

input box

Hi i have an input box in which user enter the data ex : i have company name, market cap

after enter in the input box i have to concatenate that values to the table which contains these values and display in the chart.

is there a way that can be  done.

3 Replies
Not applicable

Can you be more specific? It sounds kind of like this, but I am not sure.

shree909
Partner - Specialist II
Partner - Specialist II
Author

thanks for the reply but i am using person addition  is there any way that it can be opened

shree909
Partner - Specialist II
Partner - Specialist II
Author

i have a table

tablea:

company_name,

rate,

marketcap;

concatenate (tablea)

load * inline

company_name, rate

<useradded_compnay1>,<user_enteredrate1>

<useradded_compnay2>,<user_enteredrate2>

];

the purpose of creating inline table is , we are give a user input table with the compnay_name and rate.

whenever date is entered it should get concatenated to inline table.

if  i have selected a straight table  with the company name .rate and market cap. it displays the data.

after  entering the input data  and when the user selcts the useradded_compnay1 that should get displayed in the

chart.. so can anyone help me in this