Hi all
I am trying to filter some rows based on 12 hour intervals, so after 12am I would like to display rows for AM and after 12pm I would like to display rows for PM.
Filter(SortByColumns(Search('Measurement',TextSearchList_2.Text,"name"),"name",Ascending), 'Measurement (Views)'.'Today Active')
Right now I have the relevant rows showing for today and each day they update with 2 new rows ready for AM and PM data but I dont know how to filter them based on AM and PM, or what I would add to the syntax above?
I also have a column that displays AM and PM for each row as seen in the screenshot and a column that displays the current date and time so I think this could help filter AM or PM rows.
Thank you for the help!