Forum Discussion
Anonymous
3 years agoNot applicable
Parameters & switch
Puedo decirle a un campo particular en una tabla que coloque el valor seleccionado del parámetro según la referencia a otra columna de la misma tabla?
- here the code of the question
Is it possible that the fields of the model2 column are completed according to the value that is entered to the reference parameter?modelo2 = SWITCH(TABLE[VALOR],"A",'parametro1'[parametro1]),"B",'parametro1'[parametro1])
1 Reply
- datariusargNew Memberhere the code of the question
Is it possible that the fields of the model2 column are completed according to the value that is entered to the reference parameter?modelo2 = SWITCH(TABLE[VALOR],"A",'parametro1'[parametro1]),"B",'parametro1'[parametro1])