Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5578 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

... I just don't see it....

I have a field called Symbol

In this field there are these records:

GLD, GRD, etc...

When I search for duplicates, if the user has typed a 'g' in the field and then the script does a FIND, it returns all fields that start with 'g'.

I want it to return just fields that are identical to the search field; ie, 'g'.

How do I do that?

THanks

Edited by Guest
Corrected subject
Posted

I neglected to mention that it is a script driven 'find'. So, ==g won't work.

Anyway, here is the script:

set variable [$stocksymbol; value:stock::symbol]

goto layout ["Stock" (stock)]

view as table

enter find mode

set field [stock::symbl; $stocksymbol]

perform find[]

(hmmm or can I concatenate the "=="&$stocksymbol ??)

Posted

Hi,

Instead of script you have exposed:

set variable [$stocksymbol; value:stock::symbol]

goto layout ["Stock" (stock)]

view as table

enter find mode

set field [stock::symbl; $stocksymbol]

perform find[]

try copy-paste:

Copy [stock::symb]

goto layout ["Stock" (stock)]

Enter find mode

Paste [stock::symb]

perform find[]

where field [stock::symb] must be calculation field with text result

"=="&symbol

"Copy-Paste" is not so bad option is such cases.

Posted

LARETTA,

thanks for the idea. concatenating the find worked great.

BTW, i tried to rate your idea and couldn't get message ranking to work???? any suggestions?

thanks again

This topic is 5578 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.