Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis

how to include set analysis inside round(((used/available)*100),.01)? i want to give Region= in order to not affected by Region selection

1 Reply
MK_QSL
MVP
MVP

round(

     (Only({<Region = >}used)/Only({<Region = >}available))*100)

,.01)


Or use Sum instead of Only