Open kartikchhabra opened 5 years ago
Hi, thank you for posting this question, but your example appears not to run without extensive modification. As such it's hard for me to understand your question, because it depends on me being able to run your app and see its behavior.
Would it be possible for you to supply a standalone, working example of the problem? That would help me greatly to understand your problem, and empower me to provide a solution.
Preferably, your example would not rely on me doing data entry or connecting to a database. Thank you in advance for the additional help understanding.
I have 2 tables one containing the tab name and its corresponding key and other table containing the data for which i will plot the data.
Here is 1st table
Here is 2nd table which is containing the data for plots
Here is sample code
here when i click in select input function and select the corresponding scenario name then i would plot the graph by the use of plot function(that is not problem). Now i am getting trouble that how can i link tab name with 1st table.After linking tab name and 1st table i can use 2nd table by foreign key.Hope i am explaining my problem. Can anyone help.