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

set analysis on expression

hey,

i need this expression to not be impacted by any selections:

=NUM((sum(TOTAL_SALES) - sum(SALES)/ sum(TOTAL_SALES), '0.00%')

i tried:

=NUM((sum({1}TOTAL_SALES) - sum({1}SALES))/ sum({1}TOTAL_SALES), '0.00%')

but this doesnt work 

any advice is much appreciated

Labels (2)
2 Replies
dplr-rn
Partner - Master III
Partner - Master III

Whats the issue you are getting?
Code seems right
anonymous1
Contributor III
Contributor III
Author

when I make a selection on my dashboard, this expression keeps changing