How to Create Pivot table in Uipath | RPA Uipath

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 10

  • @raishashikant3761
    @raishashikant3761 5 ปีที่แล้ว

    Nice article on pivote table

    • @DeepakRai
      @DeepakRai  5 ปีที่แล้ว

      Thanks for watching the content

  • @vishnu_addagada
    @vishnu_addagada 5 ปีที่แล้ว +1

    Nice one Deepak. But once the robot created a pivot table manually we need to select the columns or rows by opening excel file. Can we define in the activity it self that use these Headers as Rows and Columns like that?

    • @DeepakRai
      @DeepakRai  5 ปีที่แล้ว +1

      Thanks Vishnu for watching the tutorial. yes its very much possible but we have to use excel activity.

    • @vishnu_addagada
      @vishnu_addagada 5 ปีที่แล้ว

      @@DeepakRai Thank you for your Kind reply Deepak. Did not understand what you mean Excel Activity? Would you please more elaborate ?

    • @DeepakRai
      @DeepakRai  5 ปีที่แล้ว

      @@vishnu_addagada​ You can do that on 2 ways:
      1. Selecting the data to make pivot using 'select range' activity. Then using send hotkey, pass Alt+N+V+T (Will open the pivot dialog box) Now, select the row,column etc by using "find element" or "find image" and drag and drop to required fields.
      The Drag and drop can be done by using a combination of'click up' and 'click down' property in click activity.
      2. This method we have to write the code using VB code (Invoke Code Activity)
      .
      In the code, we need to provide the column name and need to mention which columns need to be in row labels. columns, filters and values.
      Hoping this will resolve your doubts. If not then let me know then I will try to figure out solution for you.
      Thanks again for watching my content.

    • @mohanaselvishanmugam2523
      @mohanaselvishanmugam2523 4 ปีที่แล้ว

      @@DeepakRai can you share that vb code please

  • @mohanaselvishanmugam2523
    @mohanaselvishanmugam2523 4 ปีที่แล้ว

    Hi.. How can we define the rows and columns... please help..

  • @mohanbabusankar5796
    @mohanbabusankar5796 5 ปีที่แล้ว

    bro, in this video you used the "Refresh Pivot Table" know. In UiPath, Where and How the Refresh Pivot Table is worked?

    • @DeepakRai
      @DeepakRai  5 ปีที่แล้ว

      Mr. Mohanbabu, thanks for watching the content. refresh pivot table activity is available inside the excel. If it is not available in your activity panel then you have to download it from manage activity