Hi experts
i had created a FMS Query
when am trying to attach the query and assigning Auto refresh option, the By Field is not appering
what will be the cause ?
the below given is my query
-----------------------------------------------------------------------
Select isnull(OHEM.firstName,'')+' ' +isnull(OHEM.middleName,'')
+ ' '+isnull(OHEM.lastName,'')AS [Employee Name]
from ohem where U_EMPOLD_ID = $[$-3.U_EMPFILENO]
---------------------------------------------------------------------------------------------------------------
Regards