The first column in this example is determined by the IF function.
La primera columna en este ejemplo es determinada por la función SI.
You can use an IF function to handle this situation.
Usted puede usar una función SI para manejar esta situación.
The if function has three parameters, condition, then and else, which are all expressions.
La función if tiene tres parámetros, condition, then y else, los cuales son todos expresiones.
The side effect, the movement of point, is completed before the if function is handed the value returned by the successful conclusion of the search.
El efecto secundario, el movimiento del punto se completa antes de que la función if reciva el valor devuelto por la conclusión exitosa de la búsqueda.
Separate identification not required if function is combined with master lighting switch.
No es necesaria la identificación por separado si la función se combina con el interruptor general de alumbrado.
In the case of recursion, i.e. if function f appears several times on the call stack, the value of f.arguments represents the arguments corresponding to the most recent invocation of the function.
En caso de recursividad, es decir, si la función f aparece varias veces en la pila de llamada, el valor de f.arguments representa los argumentos correspondientes a la invocación más reciente de la función.
Auto variables are different than traditional local variables because if function A calls function B, B may access function A's auto variables by just using the same name, unless function B has called them auto variables.
Las variables auto son diferentes de las tradicionales variables locales en que si la función A llama a la función B, B puede acceder a las variables auto de A simplemente usando sus nombres, a no ser que la función B tenga variables auto del mismo nombre.
The first explanation for this amnesia comes from the pen of evolutionists: if function brings about the organ, the decay of the function brings about the organ's damage as an inevitable consequence.
La primera explicación de esta amnesia viene de la mano de los evolucionistas: si la función trae el órgano el deterioro de la función trae como consecuencia inevitable la decadencia del órgano.
It can also occur if function 20 has moved the file position upwards or a Z origin command was used to move the origin upwards.
También se puede producir si la función 20 ha desplazado el archivo o si se ha empleado un comando de origen Z para desplazar el origen hacia arriba.
If the condition is True, then the if function returns the value of the then expression. else
Si la condition es True, entonces la función if devuelve el valor de la expresión then.
The if function returns a value depending on whether the condition provided with the function evaluates as True or False.
La función if devuelve un valor dependiendo de si la condición proporcionada con la función se evalúa como True o False.
Qlik Sense table showing examples of the if function in a chart expression.
Tabla de Qlik Sense con ejemplos de la función if en una expresión de gráfico.
For example, if function func() takes a DATE argument, then the expression func("2014-09-27") is valid because the STRING literal "2014-09-27" is coerced to DATE.
Por ejemplo, si la función func() tiene un argumento DATE, la expresión func("2014-09-27") es válida porque el literal de la STRING "2014-09-27" se fuerza a DATE.