Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, could anyone help me with this please?
http://community.qlik.com/message/280378#280378
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