Hello all, I'm using a lookup table with a _time field to create a timechart which works great. However, the lookup table has data for say 90 days and I don't always want the timechart to be for the full 90 days. How can I limit my timechart to 30 days from my lookup table that has 90 days worth of data without deleting the extra 60 days? The _time field is in already in the format %y-%m-%d %H:%M I've tried |inputlookup mylookupfile where earliest=-30d Thank you!
... View more