Hello, I wanted to know, how to delete all data values from database. Because I wanted to edit category combinations
Dear @Eyuel_Nigussie ,
You can delete all aggregate data values from your system with the following database command. Obviously, this means you are going to lose all of your data, so be sure this is what you want to do!
TRUNCATE datavalue;
Regards,
Jason
3 Likes