Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i need to count feild with 2 Variables, in expression.
count date when type=regular & billets is greater then 3.
i wrote like this, but i get nothing :
count(DISTINCT{<type='regular''},sum(DISTINCT([billets)>={4})>}start date
how i need to write it ?
thanks'
yarin.
Hi Yarin,
Did you try this yet =Count({$<type = {'regular'}, billets = {">3"}>} DISTINCT [start date])
Regards,
Sokkorn
Hi Yarin,
Did you try this yet =Count({$<type = {'regular'}, billets = {">3"}>} DISTINCT [start date])
Regards,
Sokkorn