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

Calculating a simple percentage

Dear All,

  Please can any one solve my problem, as i am beginner to qlikview and have very little concept of expression and calculated fields in qlikview.

I have a below table under review,

Student_ID  Class_Room

A                    555

B                    666

C

D

E

can any one tell me the expression which shows % student in two classes.. ?

10 Replies
Not applicable
Author

Try This on the Expressions Tab:

(sum ([Class_Room]) / count (total [Student_ID]))