Please provide the zip file is possible and any help would be appreciated. I am new to UiPath, so not able to grasp things quickly
Expected output should be a a pop up message showing the total sales of each month and the overall sales. PFA, the input dataset, thankyou.
Can you try this
totalsales_Jan = dt.AsEnumerable().Sum(Function(x) CDbl(x("Jan"))).ToString()
totalsales_Feb = dt.AsEnumerable().Sum(Function(x) CDbl(x("Feb"))).ToString()
totalsales_Mar = dt.AsEnumerable().Sum(Function(x) CDbl(x("Mar"))).ToString()
Regards,
overallsales = (CDbl(totalsales_Jan)+CDbl(totalsales_Feb)+CDbl(totalsales_Mar)).ToString
Regards,
I’ll try it right away and let you know. Thankyou for the swift and quick response. Really appreciated
Can you show your workflow
No need to use For Each Excel Row activity..You can directly use Read Rang Workbook activity and Assign activities..
Please try this
Your final workflow should like below
Regards,
Assign: Value cannot be null. (Parameter ‘source’) , i copied your whole flow. Still getting this error. Does the dt. — part need to be changed ?
This has been resolved. But the error of Jan does not belong to the table is coming up again. Assign: Column ‘Jan’ does not belong to table DataTable.
Check if there is any space before or after column name i.e Jan and check sheetname
I checked, everything is perfect.
Can you please share your xaml file
Can you please share your number or email as here it says new users can’t upload files. So sorry for the inconvenience being caused