Problems with youtube report
Hi
I created a Youtube usage report, but I'm having problems when the report goes beyond the current month.
Ex. is today 07 and I want a 14 days report, I visualize the date without the time, but the same report visualizing the last 7 days shows date and time normally. If you shoot a report only from last month, the time is not shown either. Could it be some version bug or something similar? as I said, I use the same report, only changing the time period, and in the filter I add the user I want.
Sorry for google translate
Firmware VersionCentral VPNAllocated StorageDevices FortiGates (1) root FortiGate 5.4
Dataset
select $flex_timescale(dtime) as date, srcip, appid, filename, `user`, sum(filesize) as filesize
from $log
where $filter
and appid = '38569'
and filename is not null
and filesize is not null
group by date, srcip, appid, filename, `user`, filesize
order by date asc
.jpg)
