Time range dropdown

0
The options will be ‘last 5 minutes’, ‘last 3 hours’, ‘last 7 days’, etc. This dropdown will do a couple things... It will filter data based on the time it was gathered/created  It will be the time range on a time series chart   This can be either and enumeration input dropdown or within the drop-down button have options in the properties. Was wondering how that would best work.
asked
2 answers
0

I would use an enumeration with the options. And based on that create the data for the chart with a microflow.

Regards,

Ronald

 

answered
0

set the 3 option in enumeration, and configure the dropdown activity in the microflow by using “condition” activity. 

answered