Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
can any one help me?????????
Try My Example...
Shree koushiks reply is quite right in yours way.
But can you please explain ..in details