How can I query only the last 7 days to be ab...

How can I query only the last 7 days to be able to automate and present a weekly report?

Please help!.. Iโ€™m now using this query where Column B is the date

=QUERY(โ€˜VEHICLE LOG SHEETโ€™!B5:M, โ€œselect B, D, E, F, G, H, I, J, K, L, M where C = โ€˜T-191โ€™โ€)

0 3 456
3 REPLIES 3

Hi

+Walton Atizado Check out slices.

I think you should be able to do all you want with

a slice.

Hi +Walton Atizado. I am not an expert but I would try a slice with an expression like this one as

Row Filter Condition:

AND ( TODAY()<=[ColB_label] + 7 ; [ColC_label] = โ€œT-191โ€)

Top Labels in this Space