cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Delete all records of single column of data table.

magrawal
1-Newbie

Delete all records of single column of data table.

Hi All,

As title stated, Is there a way to delete entries of individual columns in data table.

Thanks,

Meenakshi

2 REPLIES 2

You'd have to write a script that locates the row you want to modify and then set the field you want to delete to some null value. You can't delete an individual column from an individual row without deleting that same column for the whole table. Hope this helps!

Thanks Tori Tielebein


You can't delete an individual column from an individual row without deleting that same column for the whole table ->> This is the only way I found to delete all data for a particular column.


Meenakshi

Top Tags