Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Can you be more specific? It sounds kind of like this, but I am not sure.
thanks for the reply but i am using person addition is there any way that it can be opened
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