terms of settlement:
Add ‘{}’ before the value to be assigned to the cell
For example:
class_id(1)='cafe';
It should be changed to,
class_id(1)={'cafe'};
terms of settlement:
Add ‘{}’ before the value to be assigned to the cell
For example:
class_id(1)='cafe';
It should be changed to,
class_id(1)={'cafe'};