Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Requirement (Illustrated in attached PPT):
We need one button which functions as:
Currently, there is a separate dropdown for the speedometer and trending chart to select Global/any one Region/any one Country. Client don’t need this additional dropdown in the page for speedometer and trend chart.
This should be possible. with a few action on the button and If GetSelectedCount(FIELD) > 0. Depending on your charts and set set analysis you may also have to utilise containers
Hi.
You can make an InLine table with the three values that you need to evaluate (GLOBAL, REGIONAL and COUNTRY). This table is going to use it like a selector and with the action GetFieldSelections(FIELD) you can determine which metric is going to be used.
Regards