The tables we are using are as follows:
Contact Log
Clog_entity_link
People_Lookup
Contact Log links to Clog_entity_link which in turn links to People_Lookup.
We would like to know the crystal syntax for the "where" clause or perhaps somebody knows a better way of structuring the formula. We know the formula shown below doesn’t work but gives an idea of what we have been trying - DONT LAUGH!!! PLEASE HELP
if {CONTACT_LOG.LOG_TYPE} = "I" then {PEOPLE_LOOKUP.FULLNAME_SFM} else
{PEOPLE_LOOKUP.FULLNAME_SFM} where {CLOG_ENTITY_LINK.IS_FROM} where = "T"
Contact Log
Clog_entity_link
People_Lookup
Contact Log links to Clog_entity_link which in turn links to People_Lookup.
We would like to know the crystal syntax for the "where" clause or perhaps somebody knows a better way of structuring the formula. We know the formula shown below doesn’t work but gives an idea of what we have been trying - DONT LAUGH!!! PLEASE HELP
if {CONTACT_LOG.LOG_TYPE} = "I" then {PEOPLE_LOOKUP.FULLNAME_SFM} else
{PEOPLE_LOOKUP.FULLNAME_SFM} where {CLOG_ENTITY_LINK.IS_FROM} where = "T"