sQl viz only shows results from the first page in the table
from "Meta Store"
where Type = 'Raw Events'
eval Period = floorHour(${Create Time})
eval Value = any(random())
group by Period
sort by Period
select Period, Value
show LineChart(x=Period, y = Value, maxValues=10000)
Run this Query, this is the output
Go to the table, alter the page size to 1000, change tab back to Viz, and run the query again, this s the result.
sQl viz only shows results from the first page in the table
Run this Query, this is the output
Go to the table, alter the page size to 1000, change tab back to Viz, and run the query again, this s the result.