Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello all,
is there a formular which exclude some value in a table?
like Count({<number5={'a', 'b', 'c'....
or maybe put it in the dimension???
For excluding you can do this
Count({<number5 -= {'A', 'B', 'C'}>} Something)
or this
Count({<number5 = e({<number5 = {'A', 'B', 'C'}>})>} Something)
For excluding you can do this
Count({<number5 -= {'A', 'B', 'C'}>} Something)
or this
Count({<number5 = e({<number5 = {'A', 'B', 'C'}>})>} Something)