Hello I'm trying to do a report selection based on parameters and I've forgotten how to pass the * field. I may have it right but could someone remind me how to pass this all value. Thanks.
//This will check if the persons name is in the
//Project contact table or not. Since there are only two
//groups if its not a project member we want all of the
//records to pass, so we can sort for the other group later.
//since it's too much for the server if you place the other
//group in the formula too.
if ({GDContact.GDProjectMngr} = {?People})=true then {GDContact.GDProjectMngr} = {?People} else {GDContact.GDProjectMngr} = "*" ;
//This will check if the persons name is in the
//Project contact table or not. Since there are only two
//groups if its not a project member we want all of the
//records to pass, so we can sort for the other group later.
//since it's too much for the server if you place the other
//group in the formula too.
if ({GDContact.GDProjectMngr} = {?People})=true then {GDContact.GDProjectMngr} = {?People} else {GDContact.GDProjectMngr} = "*" ;