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

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

Recommended Posts

Posted (edited)

My boss has requested a report of all records with null fields, and a list of all null fields in each record. For example: Record151 has fields X,Y,Z null; Record235 has fields J,K,L null.

Any ideas on how to do this without having to "hardcode" each field name into the script. There are probably about 150 fields per record (database keeps records of doctor credentialing data).

I was thinking I could do some kind of script that basically used CASE and a loop to check each field of each record and use Get (ActiveFieldName) and Get (RecordID), but I was hoping I wouldn't have to select every field name in the CASE calculation by hand. Is there a way to chek each field in a record without manually choosing each field and "hardcoding" it in the CASE calculation? I'm looking for something more abstract.

Thanks in advance for any help.

Sol

Edited by Guest
Tried to make it more clear
Posted

There is a good reason for it. She wants to send the reports to each doctor and make them accountable for getting us the information that is missing. First, however, she needs a report that let's us know what is missing. ???

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