Hi,
Using CR V10 still...
I know that fields are case sensitive unless you specify 'lowercase' or 'uppercase' on the field name, but how do I make it so that regardless of how the user enters the parameter text, it will still match up to the data in the field?
So I need the Parameter field to be converted to lowercase.
This is what I have in the formula at the moment, but that just allows for the name to be entered in lowercase by the user, or from the default list I have already provided, which matches the name in the field with case.
(lowercase({SPRIDEN.SPRIDEN_LAST_NAME}) like {?Name}
or
{SPRIDEN.SPRIDEN_LAST_NAME} like {?Name}
)
I thought maybe EDIT MASK "<" would do it, but I'm not sure how. as I couldnt get it to work.
Any help would be appreciated.
thanks
regards
BB
*** Count your blessings not your problems******
Using CR V10 still...
I know that fields are case sensitive unless you specify 'lowercase' or 'uppercase' on the field name, but how do I make it so that regardless of how the user enters the parameter text, it will still match up to the data in the field?
So I need the Parameter field to be converted to lowercase.
This is what I have in the formula at the moment, but that just allows for the name to be entered in lowercase by the user, or from the default list I have already provided, which matches the name in the field with case.
(lowercase({SPRIDEN.SPRIDEN_LAST_NAME}) like {?Name}
or
{SPRIDEN.SPRIDEN_LAST_NAME} like {?Name}
)
I thought maybe EDIT MASK "<" would do it, but I'm not sure how. as I couldnt get it to work.
Any help would be appreciated.
thanks
regards
BB
*** Count your blessings not your problems******