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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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