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

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

Recommended Posts

Posted

I'm looking for a way to find related records from g_Name::Name where the Last Name is empty.

I've tried Count(selfjoinon_gName_tName::t_LastName) = " " or PATTERNCOUNT(selfjoinon_gName_tName::t_LastName; " " ).

Cannot have the number of empty last names for the same first name. confused.gif

Posted

I found a workaround but I'm sure there is a cleaner solution.

c_matchempty = Case(isempty("lastname","Empty","")

global g_Emptylastname field = text ----> "Empty"

2 concanated

c_t_concanated = Name&"-"&c_matchempty

c_g_concanated = g_Name&"-"&g_Emptylastname

Relationship c_g_concanated::c_g_concanated

checkemptylastname = Count (selfjoin::c_t_concanated)

mad.gifmad.gif

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