Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You can put a Select widget at the top and attach event listener to it. In the event listener function you can call this javascript command to change any or all Cards' range:
function rangeChanged(e) {
var select = e.target;
var selectedRange = select.value; //This Quarter, Last Quarter, This Month, etc
widgetAction('ValueCard1','rangeSelect',selectedRange);
...
}
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo