Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i would like to create a set analysis with combinaison with one OR and one AND.
the syntax is wrong.
Could you help me?
Count({<([ZOFSUIVI_V.390.autoCalendar.Date]={">01/01/2020"}+[ZOFSUIVI_OR.390]={'>01/01/2020'}),([ZOFSUIVI_R.595.autoCalendar.Date]={">01/01/2020"})>} [equipement])
thanks for advance.
Jérôme
seems correct
Count({<([ZOFSUIVI_V.390.autoCalendar.Date]={">01/01/2020"}+[ZOFSUIVI_OR.390]={">01/01/2020"}),([ZOFSUIVI_R.595.autoCalendar.Date]={">01/01/2020"})>} [equipement])
seems correct
Count({<([ZOFSUIVI_V.390.autoCalendar.Date]={">01/01/2020"}+[ZOFSUIVI_OR.390]={">01/01/2020"}),([ZOFSUIVI_R.595.autoCalendar.Date]={">01/01/2020"})>} [equipement])
hi
may be this
Count({<([ZOFSUIVI_V.390.autoCalendar.Date]={">01/01/2020"}>+<[ZOFSUIVI_OR.390]={">01/01/2020"}),([ZOFSUIVI_R.595.autoCalendar.Date]={">01/01/2020"})>} [equipement])
AND :
{<A={1} , B={5}>}
OR :
{<A={1}> + <B={5}>}