Avatar

Level 10

You can propably do the same with just one line of code in the calculate event of "DATA_COND":

this.presence = VTEXT.rawValue === "Price" ? "hidden" : "visible";