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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Help

Hi everyone, could anyone help me with this please?

http://community.qlik.com/message/280378#280378

1 Reply
Not applicable
Author

Hi

I think you should do it in the script instead of chart

Create 2 tables for chrono 6 and chrono 7

Load Student , score  as score6  from resident yourTable

  group by score 

Where chrono = 6 ;

Idem for chrono 7

Then create a chart like this

Sum (  if( score7 > score6 , 1 , 0) )

JJ