Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
abubakarsiddiq7
Contributor III
Contributor III

how to sum up values based on filter selection

hi Team,

i have month filter which is having values like Jan,Feb,......Dec.

my requirement is when i select 

feb then my sum(sales) my output should be  Jan month sales +feb month sales.

mar ---then  my sum(sales) my output should be  Jan month sales +feb month sales + month sales.mar 

Dec--->Jan+feb+mar+apr...............Nov+dec month sales.

 

Thanks in Advance 

 

2 Replies
vishsaggi
Champion III
Champion III

You can use Rangesum() with Above() functions to achieve this. Share some sample data to work on.

abubakarsiddiq7
Contributor III
Contributor III
Author

HI ,

Please find the sample data.

i need to implement this requirement in KPI object .