Jump to content

Find Works in 8, but not in 7?


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

Recommended Posts

Hopefully this is the right place to ask this, provided I can articulate it...

I have a rather complicated calculation field ("Project Category," shown below) that results in one of four text results.

In the layout, the Project Category field format is a pop-up list that uses a value list compiled with the four possible text results from the calculation.

Everything worked fine in 5 & 6 and worked fine in 8, after conversion; however, when accessed by staff using 7, the find will not work in that if you enter find mode, type or select the text value and hit enter, it returns records that don't match the search.

I fear this may be a bit much for folks to help with, but am hoping...

Calculation Field

Case( ForceArchive = 1, "Archived",

ProjectCategoryOverride <> "", ProjectCategoryOverride,

(CStatus::Accepted Date <> "" or OverwriteAcceptedDate <> "") and (HCRecdDate <> "" or HConFile = "As-Built Plans" or HConFile = "Contract Plans") and (DRSLoadDate <> "" or DRSLoaded = "As-Built Plans" or DRSLoaded = "Contract Plans") and (ACsRecdDate <> "" or ACsOnFile = "As-Built Plans" or ACsOnFile = "Contract Plans") , "Archived",

(CStatus::Accepted Date <> "" or OverwriteAcceptedDate <> "") and (HCRecdDate <> "" or HConFile = "As-Built Plans" or HConFile = "Contract Plans") and (ACStatus = "Pending" or DRSStatus = "Pending"), "Pending TIF Upload and/or AC Receipt",

CStatus::Accepted Date <> "" or OverwriteAcceptedDate <> "", "Post CCA", "Pre CCA")

Link to comment
Share on other sites

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