Forum Discussion
Anonymous
4 years agoNot applicable
HELP: Matrix Column Subtotals Type different Summarization Type from Values
Hi Community, Is there a way to change the type for matrix subtotals ? Let me explain the issue I have. Imagine I have two tables entities: entity country value a UK 5 b USA ...
- 4 years ago
Hi Anonymous
Here is the updated solution as per your requirement https://www.dropbox.com/t/4TYzPYWvbgrSkoooCount = IF ( ISINSCOPE (entities[entity] ), DISTINCTCOUNT ( relationships[investor] ), DISTINCTCOUNT ( relationships[entity] ) )
tamerj1
Community Champion
4 years agoHi Anonymous
Here is the updated solution as per your requirement https://www.dropbox.com/t/4TYzPYWvbgrSkooo
Count =
IF (
ISINSCOPE (entities[entity] ),
DISTINCTCOUNT ( relationships[investor] ),
DISTINCTCOUNT ( relationships[entity] )
)- Anonymous4 years agoNot applicable
Thank you very much - this has been bothering me for quite some time.