If your data is in the form of table and saved with a table name in the excel, then you will be able to create pivot table using the activity. Here my data is in the tabular format, so I can give the table name to the activity to make it a pivot table
Without activity:
The only way to create a pivot without using activity is using VB code (Invoke Code Activity)
In the code, we need to give the column names and need to mention which columns need to be in row labels. columns, filters and values.
that we can add header names and use them as rows or columns etc. I am unable to find this activity from the Activities panel.
Would you please guide me How can get this?
I hope the above activity is more helpful instead of the Create Pivot Table activity as below which does not have any option to segregate the columns and rows on the go.
with the above activity I am able to create Pivot Table but again manually I need to select the columns and rows once the Robot is created Pivot Table.
But How we can define the Rows and columns even before without any human intervention?
Are you serious @winningvish? We have that activity available? I posted an idea to create that activity in the forum, but I don’t know it already exists. Can you please let me know the activity to do that?
I’m using VB code to do the pivots and defining rows and columns. You can use that if you want to.
In that youtube video they have provided a link (GitHub - rajtk7/PUH_Entry2). You have to download the package from there and import it in uipath using Manage Packages->settings option
Can you please guide me how to install package in uipath’s “Manage package”. I have added the package which is available on github,but it is not installing on my machine.
add to package in uipath , follow below .
3.1 find the excel folder path
3.2 type Package name (up to you),
3.3 click add button
3.4 find your Package name under All Packages view
Thanks @Chen_Kenny for that helped a lot. One last questions regarding the Pivot Table. Is there a way to group dates by 7 days which are in “column” field in the created pivot table.