Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Buenas tardes a tod@s.
Estoy tratando con una tabla pivotante (en donde tengo un valor y un nombre )y tengo un pequeño problema. Me gustaría que llegado a determinado nombre, seleccionase un valor que está 3 filas mas arriba. Hay alguna función que me permita realizar eso??
Un saludo y grácias
THe function above() returns the value in the same column but in the previous row, so if your field is myField then
Above(Above(Above(myField)))
let me know
Si, puedes utilizar la función ABOVE
ABOVE(SUM(x), -1, 3)