Master UiPath's Count Method with LINQ in UiPath

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2024
  • Unleash the power of UiPath's Count Method with LINQ! Join us for a mastery session where we dive into the versatility of Count in LINQ. Learn how to wield this method for effective data counting in UiPath, transforming your automation capabilities. Elevate your skills with the Count Method and conquer data challenges effortlessly.
    Codes Displayed in the Video:
    1. Count no of rows present in the datatable
    dt.AsEnumerable.Count()
    2. Count How many IT employees are there in the dt
    dt.AsEnumerable.Count(Function(x) x("Dept").ToString.Trim.Equals("IT"))
    3. How many from IT And HR
    dt.AsEnumerable.Count(Function(x) x("Dept").ToString.Trim.Equals("IT") _
    Or x("Dept").ToString.Trim.Equals("HR"))
    4. How many from IT whose salary is greater 20000
    dt.AsEnumerable.Count(Function(x) x("Dept").ToString.Trim.Equals("IT") _
    And CInt(x("Salary")) (Use Greaterthan Symbol Here) 20000)
    5. How many from IT and HR whose Salary is Grtr than and Equals 20000
    Dt.AsEnumerable.Count(Function(x) CInt(x("Salary")) (Use Gtr Equals Symbol Here) 20000 And x("Dept").ToString.Trim.Equals("IT") _
    Or x("Dept").ToString.Trim.Equals("HR"))
    6. How many from IT and HR and FInance whose Salary is Grtr than and Equals 5000
    Dt.AsEnumerable.Count(Function(x) CInt(x("Salary")) (Use Gtr Equals Symbol Here) 5000 And x("Dept").ToString.Trim.Equals("IT") _
    Or x("Dept").ToString.Trim.Equals("HR") Or x("Dept").ToString.Trim.Equals("Finance"))
    ------------------------------------
    Get Answers to:
    How to use count in LINQ?
    How to use LINQ query in UiPath?
    ------------------------------------------
    #uipathcertification #uipath #exampreparation #uipathcommunity #uipathtutorial #uipathtraining #uipathdeveloper
    Link to100+ Python HandsOn Exercises:
    • Python Count Frequency...
    Important Links:
    🔥 Visit Channel : / automatewithrakesh
    🔥 To Subscribe : bit.ly/3J6b48k
    🔥 Python Videos : bit.ly/3r4AXzd
    🔥 UiPath Videos : bit.ly/3udDx8a
    🔥 Linkedin : bit.ly/3J6bMm0
    🔥 Fb UiPath Grp : bit.ly/3x2iZ4d
    🔥 Fb Page : bit.ly/3LMeXkn
    Thanks for watching, please do subscribe.
    Link to UiPath Beginners Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Excel and DataTable Playlist:
    • UiPath Tutorial | Buil...
    Link to UiPath Key Technique Playlist:
    • Move File Uipath | Uip...
    Link to UiPath Email Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath PDF Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath ReFramework Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Classic and Modern Excel Activities Playlist:
    • UiPath Tutorial | UiPa...
    Link to UiPath Regular Expression Playlist:
    • Uipath Regex
    Link to UiPath Orchestrator Playlist:
    • Uipath Orchestrator Ho...
    Link to Advance UiPath Orchestrator Playlist:
    • How to Use Storage Buc...
    Link to UiPath VB dot Net PlayList:
    • UiPath VB.Net Complete...
    Link to UiPath Use Case Playlist:
    • UiPath Birthday Remind...
    Link to UiPath Selectors Playlist:
    • UiPath Introduction to...
    Link to UiPath Enhanced Selectors Playlist:
    • UIPath Enhanced Select...
    Link to UiPath Computer Vision Playlist:
    • Learn UiPath Computer ...
    Link to UiPath Interview Series Playlist:
    • UiPath Interview Quest...
    Link to UiPath Document Undestanding Playlist:
    • UiPath Document Unders...
    Link to UiPath Action Center Playlist:
    • UiPath Action Center i...
    Link to UiPath Error and Fix Playlist:
    • UiPath Error Message#1...
    Link to UiPath Activities Playlist:
    • Parallel For Each in U...
    Link to UiPath Certification Playlist:
    • UiPath DataTable Selec...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @rpadreamer5336
    @rpadreamer5336 6 หลายเดือนก่อน

    I am watching all videos ❤❤❤

  • @jyothiankaraju7358
    @jyothiankaraju7358 2 หลายเดือนก่อน

    Clear and Crisp Explanation, Thank you.

  • @nukalasravanthi3945
    @nukalasravanthi3945 6 หลายเดือนก่อน +1

    No words,great teaching.we are understanding every thing in query very clearly .thank you

    • @AutomatewithRakesh
      @AutomatewithRakesh  6 หลายเดือนก่อน

      Happy to hear that! Thank you 🙏🏻

  • @loveyoutube22
    @loveyoutube22 5 หลายเดือนก่อน

    great work!

  • @shravankv7065
    @shravankv7065 3 หลายเดือนก่อน +1

    completed

  • @yashobantadash6670
    @yashobantadash6670 6 หลายเดือนก่อน

    Awesome!

  • @IvyQBee
    @IvyQBee 5 หลายเดือนก่อน

    Completed.

  • @saeidnazemi1312
    @saeidnazemi1312 6 หลายเดือนก่อน +1

    Rakesh brother enough with the Linq videos please :)) lets move onto RPA Testing

    • @AutomatewithRakesh
      @AutomatewithRakesh  6 หลายเดือนก่อน +1

      Yes yes i understand. I’ll cover all the required concepts on linq which is important for exam prep. Post that I’ll start integration services and RPA testing.

  • @rpadreamer5336
    @rpadreamer5336 6 หลายเดือนก่อน

    I am skilling myself.

  • @SureshS-gx9ow
    @SureshS-gx9ow 5 หลายเดือนก่อน

    Bro what is the difference between And & Andalso

    • @SureshS-gx9ow
      @SureshS-gx9ow 5 หลายเดือนก่อน

      Please let me know bro

  • @dr_pngl
    @dr_pngl 5 หลายเดือนก่อน

    Completed.