Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hola Comunidad
Muchas gracias de antemano.
tengo el siguiente problema
1.- mi tabla original es la siguiente
para quitar el No LOTE repetido utilizo el siguiente SET análisis
IF(
SUM({$<CLAVE_DESA_PROY={'AVRH00001'},CLASEMOV_REAL= {'101','102'}>} CANTIDAD_REAL) > '1',
DATE (MIN({$<CLAVE_DESA_PROY={'AVRH00001'},CLASEMOV_REAL= {'101','102'}>} FECHA)),NULL())
y me queda la siguiente tabla
Header 1
solo que al usar el above, regresa los registros que ya estaban ocultos
ya utilice lo siguiente:
=IF(
DATE (MIN({$<CLAVE_DESA_PROY={'AVRH00001'},CLASEMOV_REAL= {'101','102'}>} FECHA)),NULL())-
above(TOTAL IF(
DATE (MIN({$<CLAVE_DESA_PROY={'AVRH00001'},CLASEMOV_REAL= {'101','102'}>} FECHA)),NULL()))
alguien me puede ayudar. Saludos