CRXI - I have a text field. I only want to display when the value is = or greater than the following:
08CV158506 or 08TX005798.
I can get it to work for one, but not both.
This works - if {cpmain.docketnbr} >= "08CV158506" then false else true
This does not - if {cpmain.docketnbr} >= ["08CV158506","08TX005798"] then false else true
When I try to combine the values it tells me the array must be subscripted.
Any help or ideas would be greatly appreciated. Thanks in advance.
Bill
08CV158506 or 08TX005798.
I can get it to work for one, but not both.
This works - if {cpmain.docketnbr} >= "08CV158506" then false else true
This does not - if {cpmain.docketnbr} >= ["08CV158506","08TX005798"] then false else true
When I try to combine the values it tells me the array must be subscripted.
Any help or ideas would be greatly appreciated. Thanks in advance.
Bill