Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i have a problem with this script in set analysis:
Count({< Esclusione = {"0"}, (D_ALTRO_INTERVENTO_CHIR_1 - DataRicovero) = {"<2"} >} Esclusione). In particular the second part (D_ALTRO_INTERVENTO_CHIR_1 - DataRicovero) = {"<2"} doesn't work.
Thanks.
Try like:
Count({< Esclusione = {"0"}, Esclusione={"=(D_ALTRO_INTERVENTO_CHIR_1 - DataRicovero)=<2"} >} Esclusione)
Try like:
Count({< Esclusione = {"0"}, Esclusione={"=(D_ALTRO_INTERVENTO_CHIR_1 - DataRicovero)=<2"} >} Esclusione)
No i'm sorry, it returns me 0 but the real results is not 0
I have changed one dimension and now works. Thanks.