Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I post my document:
why
DISPOSIZIONI.DatOpe
={"<=$(Date(DFineStat,'DD/MM/YYYY'))"}
doesn't work?
Anyone has a good idea?
Thanks a lot!
Here are the expression
count({$<[DISPOSIZIONI.DISP_COD_CAU]={'SO'}, [DISPOSIZIONI.DatOpe]={"<=$(=addmonths(DFineStat,0))"}>} Distinct [DISPOSIZIONI.DISP_NUM_OPE])
Hi Roberta,
it seems that you missed DISTINCT in your expression.
Rainer
Hi Rainer!
I think it's not a problem : using distinct reduce the count result, but set analysis expression still does not work....
Thanks anyway!
Roberta,
don´t give up ...
Hope the result is correct now.
Rainer
Attachment was missing ...
Here are the expression
count({$<[DISPOSIZIONI.DISP_COD_CAU]={'SO'}, [DISPOSIZIONI.DatOpe]={"<=$(=addmonths(DFineStat,0))"}>} Distinct [DISPOSIZIONI.DISP_NUM_OPE])
Here are the expression
count({$<[DISPOSIZIONI.DISP_COD_CAU]={'SO'}, [DISPOSIZIONI.DatOpe]={"<=$(=addmonths(DFineStat,0))"}>} Distinct [DISPOSIZIONI.DISP_NUM_OPE])
the attachement.
Thanks Rainer ,it's working now!
But I don't understand why needs to use addMonths....Can you explain me the reason?
Thanks a lot!
Bye
Roberta
Good morning Roberta,
the reason to use AddMonth was: formatting using the date function did not work in the way we used it.
I will have look in an older application. So far I remember there is a SetAnalysis expression in it using TimeStamp format.
I´ll let you know if I have something figured out.
Rainer