Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
(Status = pending) or (Status=Draft and type=demand)
The above is requirement . Need to write above one in an expression.
Sum(Status='Pending' or 'Draft' and type=demand)Sale
Writing this expression not working.
Solo agrega sum={<Dimensión={ 'Pendiente','Borrador'}, Dimensión2={'demanda'}>} valor)
Si no es el caso, puedes enviarme mas detalle.
Saludos.
A slight adjustment to connect the conditions per OR instead of AND:
sum={<Dimensión={ 'Pendiente'}> + < Dimensión={ 'Borrador'}, Dimensión2={'demanda'}>} valor)