Hi Everyone,
I wanted to know if someone could help me and know how to add the cycle field to the table:
And in the table see the field like this:
Thanks for the help
Hi Everyone,
I wanted to know if someone could help me and know how to add the cycle field to the table:
And in the table see the field like this:
Thanks for the help
There is not a built-in way to do this, but you could create a table containing only the data you need and making the pivot table from that. that way the fields will be selected automatically.
Sorry for the inconvenience, how could I do that?
There are a few ways, but the easiest one in my opinion is to use Read Range to read the specific information from your table in Excel, then Write Range to write it somewhere else in the workbook. Then use Create Table to turn it into an Excel table, and reference that table in your Creat Pivottable activity.
If you are willing to use VB here to do that, please refer the below post