Remove Filtered result.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeya

    Remove Filtered result.

    Hi all,

    Is it possible to remove filtered result from dataview ?

    Say

    Mydataview.RowF ilter ="Select='Tr ue' and tmp='False'"

    Say the Fitered row count is 8. i want to remove only 8 row...

    I am using a for loop to get the work done..is there any alternate and fast
    way...


    Thanks


  • Mohamoss

    #2
    RE: Remove Filtered result.

    Hi
    if you know the row count you can use the reomveAt function.
    Mohamed M .Mahfouz
    Developer Support Engineer
    ITWorx on behalf of Microsoft EMEA GTSC

    Comment

    Working...