Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

Exclude selection

Hi there, 

I need to make sure that any date selection made does not change this graph. 
This is he formula:

Sum([1ENV08 ]+ [ENV22 ])
/
([1HS11 ]+[1HS06 ])

This is the graph:

JoseGarcia_0-1607433495905.png

Thanks a million.

Jose

Labels (1)
1 Solution

Accepted Solutions
arulsettu
Master III
Master III

May be like this

Sum({<Datefield=>}[1ENV08 ]+ [ENV22 ])
/
([1HS11 ]+[1HS06 ])

View solution in original post

1 Reply
arulsettu
Master III
Master III

May be like this

Sum({<Datefield=>}[1ENV08 ]+ [ENV22 ])
/
([1HS11 ]+[1HS06 ])