Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Can any one help me how to write this sql expression in qlik sense :
case
when (lag(e.largeur,1,0) over (partition by es.numero_alveole order by es.numero_alveole, indice_alveole))=2
or (lead(e.largeur,1,0) over (partition by es.numero_alveole order by es.numero_alveole, indice_alveole))=2
then 1
else 0
end as is_grille,
thanks,
don't change a thing .. you can use ur sql code in qlik sense
that said, you can check out the previous() function in qlik sense
no i need to write it with load expression because my data are in QVD Files .
hi,
can you explain the same sql in Excel formula,
ksrinivasan.