Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vinayk1
Contributor
Contributor

I need to make one selection dynamic and all other selections fixed in a set expression

Hey folks,

I have a expression Sum(Value_euro) ,

and i have several filters Baseline, market, region ,country and month.

I need to make this expression responsive to only Baseline. how do i do that?

Please help, should i use inner outer expression?

 

Labels (5)
2 Replies
jmartineze
Partner - Creator
Partner - Creator

Hi,

you can try 

Sum( {<market=, region=, country=, month= >} Value_euro) 

 

BrunPierre
Partner - Master
Partner - Master

Hi, try this.

Sum(TOTAL <Baseline> Value_euro )