Can't access Application level item
jbh123Nov 10 2005 — edited Nov 11 2005Hi,
I have set an Application level item. I have tried to assign it as a default value on a Page Item but nothing is being shown.
Application Level Item: APP_USER_ID
On New Instance computation:
select user_id
from isp_user
where login_id=:APP_USER
Page Item: P57_CREATED_BY
Default Value: &APP_USER_ID.
Default Type: Static Text with Session State Substitutions
No value is displayed, but if I replace &APP_USER_ID. with &APP_USER a value is displayed.
Thanks for any assistance.