Slice Count

Alvim
New Member

I use a slice to separate the records from the base [EMAIL] = USEREMAIL ()

how do I link this to COUNT (SELECT (BASE [ACCOUNT], TRUE, TRUE))

Solved Solved
1 4 184
1 ACCEPTED SOLUTION

Try:

COUNT(slice[_ROWNUMBER])

replacing slice with the name of the slice.

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

What do you mean by โ€œlink this toโ€?

Alvim
New Member

I want to count the current user records
how can I do this?

Try:

COUNT(slice[_ROWNUMBER])

replacing slice with the name of the slice.

Alvim
New Member

Perfect!

Tks

Top Labels in this Space