rla
Posts: 18
|
| Posted: 09/20/2007, 5:14 PM |
|
I am trying to add another value to the search only if a URL parameter does have a value - if that URL parameter is blank I don't want to add this other value. The example here I am trying to see if the G url parameter is not null and passing "ALL" value into the search.
Groupx=".IIF(CCGetParam('G','')<>'',ALL,'')."
Fatal error: Call to undefined function: iif() in
Any thoughts on either how I can add the iif function or another method of adding the "ALL" only if the G - url parameter has a value?
thx
rla
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 09/21/2007, 9:02 AM |
|
if, not iif.
|
|
|
 |
|