Hello,
I am trying to retrieve image in one portlet through following script. My path is correct. I can see that image in browser using that path. However, that path is not working in a script. Do you have any idea about that? Please help me out for that. I am also sharing my script here.
Text
select distinct ('
'),nm.FIRST_NAME,nm.MIDDLE_NAME,nm.LAST_NAME,nm.EMAIL_ADDRESS from NAME_MASTER nm join TW_GRP_MEMBERSHIP gm on gm.ID_NUM=nm.ID_NUM join EMPL_MAST em on em.ID_NUM=nm.ID_NUM and em.ACT_INACT_STS='A' and (em.GRP_CDE not in ('WKST','WKSTF')) --and em.GRP_CDE in ('FAC','HRLY','INSTR','PROF','STAFF','SUPP') and (gm.GROUP_ID like 'staff' or gm.GROUP_ID like'faculty') order by nm.LAST_NAME, nm.FIRST_NAME