Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to combine these two formulae.
The formula in point 2. Should replace the [Revenue] in the formula in point 1.
Tried,
Count({$<if(Details='Hockey',[Hockey])={">0"}>} [Student No])
Any suggestions are welcome.
Thank you
Not sure what you're trying to do. Perhaps this is what you're looking for:
Count({$<Details={'Hockey'},[Revenue]={">0"}>} [Student No])