Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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