Hi There...... I have asked sort of a similar question in the past, but I quess I cannot answer this related question myself because I don't really "understand" what the formulas are doing...... your help would be appreciated!
I have created in the past, two static parameters where the user can select from lists of existing attributes that are in the two fields that each parameter is associated with, AND, for one parameter, I also added a value called "ALL". Then, based on advice I got on this website, I created a formula that put them together like this:
({LND_HRM_PARCEL_MULTI.MAIN_CLASS}={?Test Classification} or {LND_LAND_CLASSIFICATION_MULTI.CLASS}= {?Test Classification})
and
({?All Owners} = "ALL" or {LND_HRM_PARCEL_MULTI.OWNER}={?All Owners})
This works great! I can select an individual owner type from my list of owners, or, I can select "ALL" and I get everything in the list.
I want to do a similar thing, but this time it is with that Main_Class field. I want to give the user the choice of either one particular attribute that is in the Main_Class field (the choice would be "Business Park") OR, all the other class attributes except the Business Park records....... How can I do this?? Hope this is clear what I am asking!
Thanks!
I have created in the past, two static parameters where the user can select from lists of existing attributes that are in the two fields that each parameter is associated with, AND, for one parameter, I also added a value called "ALL". Then, based on advice I got on this website, I created a formula that put them together like this:
({LND_HRM_PARCEL_MULTI.MAIN_CLASS}={?Test Classification} or {LND_LAND_CLASSIFICATION_MULTI.CLASS}= {?Test Classification})
and
({?All Owners} = "ALL" or {LND_HRM_PARCEL_MULTI.OWNER}={?All Owners})
This works great! I can select an individual owner type from my list of owners, or, I can select "ALL" and I get everything in the list.
I want to do a similar thing, but this time it is with that Main_Class field. I want to give the user the choice of either one particular attribute that is in the Main_Class field (the choice would be "Business Park") OR, all the other class attributes except the Business Park records....... How can I do this?? Hope this is clear what I am asking!
Thanks!