Thank you. I changed it and it is much faster. Agin Thank you lots.
//use Array[1] to check the first entry to see if ALL or *
//is there
(
if not({?People}[1] in ["All", "*"]) then
{GDContact.GDProjectMngr} = {?People} or {RFEngineer.RFEngineer} = {?People}
else if {?People}[1] in ["All"...
synapesevampire has a feasible idea, but I already got it using:
if ({?People} = "" or {?People} = "ALL") then {Site.SiteNumber} like "*" else ...
Thanks guys
PS I'll try the in ["All", "*"] in another report later and post results.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.