Hello,
I want to identify the max value in the column how can i identify and put in the message box
Please find the attached excel file in the max value i need to identify and publish in the message box.
test.xlsx (8.3 KB)
my flow as like this
UsingMaxFunction.xaml (11.5 KB)
please help to resolve the errors
Thanks in advance
1 Like
Double Variable =Datatable.AsEnumerable().Max(Function(row) Convert.ToDouble(row(“ColName”)))
Try this
4 Likes
@Shubham_Akole I found this error
Hello @Shriharsha_H_N ,
You could do with formula as following
=Max (B2:F10)
you can give a range like A1:A100,
Cheers,
Pankaj
Your Number format is not Proper…
Simple option is sort the Datatable in descending order order using Sortdata table activity…
and Extract 1 value in the column using get row item activity…
2 Likes
balupad14
(Balamurugan)
July 3, 2020, 6:59am
7
Hi ,
Check this one
Hi All,
Here you can get the datatable related activities.
This package includes the below activities that can handle the Aggregation, Cumulative, Add - Delete row range and Export to Xml
1.Add Data Row Range.
2.Remove Data Row Select.
3.Group By Aggregation (Sum,Count,Avg, Max, Min).
4.DataTable to XML Document.
5.DataTable to XML File.
6.Sum,Count,Avg, Max, Min.
Name Space
[image]
[image]
https://go.uipath.com/component/datatable-related-activities
Regards
Balam…
Here is the video demonstration.
Thank you
Balamurugan.S
1 Like
system
(system)
Closed
July 6, 2020, 6:59am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.