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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.. ?

Labels (1)
10 Replies
Not applicable
Author

Try This on the Expressions Tab:

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