I’ve searched plenty of posts in UiPath Forum but quite not able to find the answer I want yet.
May anyone help on below:
Is it possible to use StudioX (better no VBA involved) to select a item under pivot table top filter.
For example, I wish to select 2020-11-14 in cell B5, how can I do so?
(I’ve tried use the “write cell” function, but seems the date format are not able to be matached)
Thank you for replying but what if I would like to proceed next step:
Only filter out specific category, for example “Warehouse Project”, in D column of your photo attached.
(Currently your default filter option in D column is “(All)” )
@vincentkin912 - I have improvised the above solution (Above one has the hardcoded value)…
This time i used the read cell activity to read that cell and stored that value(As Project Value) for later use. Later, used this value to type into the Search…that’s it…work beautifully…