Hi!
First time I tried to filter a screen data loader with:
[CDATA[select e from PATIENT_DATA e where (e.height < 180.0) ]
That works fine. But for :session_ data:
[CDATA[select e from PATIENT_DATA e where (e.height < :session_PatientHeight) ]
it does not work, though I of course previously set:
sessionData.setAttribute(“PatientHeight”, 180.0);
Is any little thing missing?
Second observation:
I tried to set the described :session_ filter via a RowLevel policy. That works, again! So what’s needed in a screen descriptor, to use :session?
Thanks for ideas,
br
HP