Select on Single cell in a Table

Yes that is also possible with Java Snippet for example

Double result;
if ($$ROWID$$.equals("Row1")) {
result = $Universe_1_1$ * 1000;
} else {
result = $Universe_1_1$;
}
return result;

kn_example_mulitply_one_cell_not_all.knwf (29.4 KB)