Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Alonal148
Contributor III
Contributor III

Min value for each hour

Hello,

Please advise how can I recive the Min sales per Hour as in the bellow example.

example 25.2.2021.JPG

 

Thank you,

Alona

Labels (1)
5 Replies
PriyankaShivhare
Creator II
Creator II

hope this helps,
min(aggr(sum(sales,hour))
Thanks,
Priyanka
MayilVahanan

Hi @Alonal148 

Try like below

Min(Total<Hour>Sales)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Alonal148
Contributor III
Contributor III
Author

Thank you. It's works

Alonal148
Contributor III
Contributor III
Author

Thank you for your help.

The function Min(Total<Hour>Sales) sloved the issue.

 

 

 

 

 

MayilVahanan

Hi @Alonal148 

Can you close the thread by marking correct answer

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.