Using Shifts in Machine Data for Analytics on the Dashboard

hello @Mthesz, and welcome to the Tulip Community!! come introduce yourself at: Welcome to the Community, let's meet!.

while adding a filter by shift is not available in the same way for machine analyses as it is for app analyses, there is a solution that works well.

essentially, you can add a filter to the analysis to filter the time when the machine entered that state. here’s an example:

to create that filter, you’ll want to add the following: mid(date_trunc(@Start Time , 'hour') + '', 11, 5) = '{{time}}' replacing {{time}} with all the start times you’d like:

you can then link as many hours as you’d like by using Or in the Filter.

does that make sense?? let us know if you’re able to implement this!!

1 Like