Hi All,
I am new to formula creation; my sql query is if role contains ceomd then full name where company id =99
I tried to create a formula as below
if db.roles like '%supply%' then
db.full_name (database field)
else
""
I tried to put full name on the report and clicked on suppress= formula but still
i.e. suppress if db.roles not '%supply%'
However it doesnt show me the result
Can you please tell me how to do it?
many thanks
antechv