Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Im trying to exclude a couple of selections in my chart expression.
What i currently have is the following, it works, but i dont know how to combine it to force the expression to ignore multiple selections
sum({<coldroom=>} noofbins)
sum({<packed=>} noofbins)
sum({<consigned=> noofbins)
Any help on combining these into one expression? thanx in advance
Hello,
You almost have it:
Sum({< coldroom =, packed =, consigned = >} noofbins)
Hope that helps.
Hello,
You almost have it:
Sum({< coldroom =, packed =, consigned = >} noofbins)
Hope that helps.
excellent, exactly what i looked for thanx