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: 
Not applicable

Percentage column

Hello, please i need help with this

I have this table: 

 

StatusPaxPax %
Booked3.329-
Optioned12.190-
Cancelled37.178-
Revised4.535-
Quoted48.635

1

I am trying to split the status by the quoted ammount being this the 100%. I attached a picture of the qlikview Formula

Thanks so much

Belén

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try num(sum(Pax)/sum({<Status={'Quoted'}>}TOTAL Pax),'0.0%')


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try num(sum(Pax)/sum({<Status={'Quoted'}>}TOTAL Pax),'0.0%')


talk is cheap, supply exceeds demand
qlikview979
Specialist
Specialist

Hi,

May be if u want like this   Go to Expression tab-->Select Expression--> Chick the (click)  Relative option

Untitled.png

Not applicable
Author

Works! Thanks so much!