Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mrichman
Creator II
Creator II

Set Analysis sum hours of distinct field

Hi All,

Would be nice if you could help me out. 

How can I sum the amount of hours from a distinct company. 

Example: 

Sum({<[Company]={distinct [Company]}, Country={'Germany'} >} Hours) ?  

Thanks in advance!

1 Reply
jyothish8807
Master II
Master II

Hi Mrichman,

You can try like  this:

Create a straight chart with 'Company' as dimension.

Exp:

 Sum({<Country={'Germany'} >} Hours)

Best Regards,
KC