Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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