Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula...One or All

Status
Not open for further replies.

memickee

Technical User
Apr 28, 2001
2
US
Help!
I need to create a formula for select expert to handle a paramter that will return one specific record when the correct info is passed and when the parameter is empty to return all records.

Thanks
 
Hi memickee,

I used something similar formula a while ago. It goes like this.

if {?Parameter Name} = "" then true else {?Parameter}

Alternatively could you not create a wildcard in the parameter?.

Hope this helps
 
Hi,

You can use * in your parameter value for all.
Then change the expression to {field} like {?parameter}

Hth,
Geoff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top