The general KPIs are showing wrong information when the filtered time range is different than the default (last 7 days).
This is because the dashboard is querying the kpi endpoint, but not passing the dates in a way they can be used.
The endpoint accepts parameters on the endpoint, but not specifying them in the where clause.
Expected Behavior
KPIs information is right for the selected time period.
To Reproduce
Filter any other time range different than "last 7 days". For example in this example the rest of the use cases show data for the specified time period, but the KPIs don't.
Module
Dashboard
Describe the Bug
The general KPIs are showing wrong information when the filtered time range is different than the default (last 7 days).
This is because the dashboard is querying the
kpi
endpoint, but not passing the dates in a way they can be used.The endpoint accepts parameters on the endpoint, but not specifying them in the
where
clause.Expected Behavior
KPIs information is right for the selected time period.
To Reproduce
Filter any other time range different than "last 7 days". For example in this example the rest of the use cases show data for the specified time period, but the KPIs don't.
Details
No response