This topic is locked

Dashboard with two charts and one search page

2/6/2017 11:04:42 AM
PHPRunner General questions
M
Mauipm author

Hi, I need to show two charts with the same source and differing only for style: pie and Bars

I need them searchable by the same search form, so I putted them in a Dashboard, but the search element of the dashboard could be connected just with one of the charts.

How can I do that (if I can)

Thanks

Mauro

HJB 2/6/2017

Master/Detail = Either CHART as the MASTER and searchable table as the DETAIL and vice versa =

it cannot work to have TWO "Masters" for one "Detail", same does TWO "Details" for one "Master",

technically speaking, hence PHPR can only offer ONE-T0-ONE interactivity here. So, as a kind of

workaround, you can make TWO "Dashboards"..., naming one "PIE" and #2 "BARS" to choose from top menu,

just to please the customer with various optical views as wished.