For example
i want to create pivot table with
columns: S.no,Values,
Rows: Pgroup,Bgroup,Description
Values: Sum of Qty, Sum of Rgroup.
what are steps required for this ?
Yoichi
(Yoichi)
February 12, 2022, 10:28pm
2
Hi,
CreatePivotTable activity will help you. Can you check the following documents?
UiPath.Excel.Activities.Business.CreatePivotTableX Creates a pivot table from a specified range or table to help you calculate, summarize, and analyze data. Once added, you can add pivot table fields as rows, columns, filters, or summary fields. The...
In this tutorial, we have an Excel file with data about suppliers and we want to find out how many suppliers there are in each city and what number of employees the suppliers have in each city. To achieve this, we will build an automation that...
Regards,
Sanjit_Pal
(Sanjit Pal)
February 13, 2022, 3:27am
3
Hi @Sreekar_Mulinti ,
Kindly go through the below link it will help you out to generate the pivot table using linq
VIDEO
Regards,
i want to use this pivot fields in uistudio
how can in add sum values ?
Yoichi
(Yoichi)
February 13, 2022, 2:34pm
6
Hi,
We can use this activity not only in StudioX but also in Studio, in the latest Excel activities package, as Modern Excel. Can you try this?
Regards,
thank you so much for the help bro worked fine.