I am performing a running calculation and in my inner query, I have added custom filters that are working if the field type is a category but for the numeric field the numeric filter is not filtering the query.
select date, status,sum(count(distinct id)) over (partition by status order by date)
from (select id, status, order_type, ordersubtype, orderamount, date
from x
and date >= '2022-02-21'
[[and {{order_type}}]]
[[and {{ordersubtype}}]]
[[and {{orderamount}}]]) y
group by date, status
The order_type and ordersubtype fields are working as expected but the orderamount field numerical field is not filtering results.
Hi @trialanderror101
Post "Diagnostic Info" from Admin > Troubleshooting.
I cannot tell which type of filter you have selected for the Field Filters, but they should not be Category if they are numeric.
@trialanderror101 There's Number filters on the dashboard now. Try to reproduce your problem with the Sample Database and provide screenshots and examples, so it is possible to reproduce for others.