I have a dropdown component which allows user to choose value (can be either last 10 days, or last 6 hours, or even last 5 minutes), since the data are archived into different tables (one for days, one for hour, and one for minute), there is a different query for each dropdown value.
Based on the values selected by the user, I want to show the corresponding chart on the dashboard. What is the best way of doing this?
Thank You.
Regards,
Latif
Based on the values selected by the user, I want to show the corresponding chart on the dashboard. What is the best way of doing this?
Thank You.
Regards,
Latif