Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

How to switch aggregration using filter

Consider a source file like this

 

Fund, Project, Country, Exposure.

 

My user basically want to views.  

 

(1) Aggregrated by Country 

 

Country, 

Exposure

 

(2) Aggregrated by Fund

 

Fund, 

Country, 

Exposure,

 

Is there any switch that can help toogle the two views? (Basically (2) is just like more columns compared to (1)

 

Thanks!