Hi @jai_kumar2
How about this expression
dtRow.AsEnumerable.Min(Function(r) r(0).ToString.Substring(0,r(0).ToString.IndexOf(".")+4))
Regards
Gokul
Hi @jai_kumar2
How about this expression
dtRow.AsEnumerable.Min(Function(r) r(0).ToString.Substring(0,r(0).ToString.IndexOf(".")+4))
Regards
Gokul