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

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Delete all records of single column of data table.

magrawal
2-Explorer

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
ttielebein
14-Alexandrite
(To:magrawal)

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

Announcements


Top Tags