cacciatorino
Guest
I have associated with a certain feature a suppression variable, which as known activates or suppresses a feature depending on whether its value is 0 or 1.
all right here, only now I would like this abolition variable to be dependent on another variable, and precisely assume the value 1 if the variable "l" is above a certain entity, or 0 if it is below, example:
if l > 80
then var_sopp=1
else var_sopp = 0
I threw out the guide, but I didn't find a way to do that if I didn't associate an excel sheet with the model or using visualbasic, things that are both out of my chances, though for different reasons.
advice?
all right here, only now I would like this abolition variable to be dependent on another variable, and precisely assume the value 1 if the variable "l" is above a certain entity, or 0 if it is below, example:
if l > 80
then var_sopp=1
else var_sopp = 0
I threw out the guide, but I didn't find a way to do that if I didn't associate an excel sheet with the model or using visualbasic, things that are both out of my chances, though for different reasons.
advice?