This is probably not as difficult as I'm making it to be, but I'm having difficulty untangling this process.
I want to have an initial parameter, which will control the parameter for the next level.
Example:
The first parameter would be something like
{?SORTBY}, with default values such as
COLOR
SIZE
MATERIAL
If 'COLOR' is selected, then field.color = {?COLOR), while SIZE and MATERIAL are all.
If 'SIZE' is selected, then field.size = {?SIZE}, while COLOR and MATERIAL are all.
etc..
I put in the selection formula:
If {?SORTBY} = 'COLOR' then field.color = {?COLOR}ELSE
IF {?SORTBY} = 'SIZE' then field.size = {?SIZE}ELSE
IF {?SORTBY} = 'MATERIAL' then field.material = {?MATERIAL}
but this is not working the way I want it to.
How can I set this up?
Thanks,
Cathy
I want to have an initial parameter, which will control the parameter for the next level.
Example:
The first parameter would be something like
{?SORTBY}, with default values such as
COLOR
SIZE
MATERIAL
If 'COLOR' is selected, then field.color = {?COLOR), while SIZE and MATERIAL are all.
If 'SIZE' is selected, then field.size = {?SIZE}, while COLOR and MATERIAL are all.
etc..
I put in the selection formula:
If {?SORTBY} = 'COLOR' then field.color = {?COLOR}ELSE
IF {?SORTBY} = 'SIZE' then field.size = {?SIZE}ELSE
IF {?SORTBY} = 'MATERIAL' then field.material = {?MATERIAL}
but this is not working the way I want it to.
How can I set this up?
Thanks,
Cathy