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

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

Recommended Posts

Posted

Hello

I have a scripted find function using; a global showing a drop down value list based on a field (Vendor_Name), and a calc field to Set Field in Find Mode. I am wondering whether one can add another step to this script so that the value list display shows the VendorsName and those records within a specified year, in this case my Invoice_Date. So for example I might see a value list as follows:

UPS 2010

UPS 2011

UPS 2012

Fedex 2011

Fedex 2012

etc..

In the Fedex case shown there are only records from 2011 and 2012.

Thank you

Posted

You would create a calculation (result is text) in table where these fields exist, which concatenates the two field values, similar to: ShipMethod & " " & Year ( ShipDate )

... then base your value list off of this calculation.

Posted

My value list returns this warning. The value list will not generate

This value list will not work because the field “cFind_Vendor_Invoice Date Year” cannot be indexed. Proceed anyway?

Please advise.

Thanks

Posted

“cFind_Vendor_Invoice Date Year” cannot be indexed.

Your Invoice table must have a standard date field called InvoiceDate? Your concatenated calculation would use this date and not your global field.

This topic is 4652 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.