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))
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))
What do you mean by “link this to”?
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.
Perfect!
Tks