Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have this calculation:

PatternCount ( ValueListItems ( Get ( FileName); "Rel_Company" ) & "¶";"¶" )

It counts companys in a portal... But it displays a "1" count when there is nothing there. When I add a company it still shows "1", when I add another company it shows "2".

So the question is what is it counting when there is nothing there.

I have uncheck do not display when feilds are empty and that does not help.

Joseph

Posted

So the question is what is it counting when there is nothing there

Hi,

it is counting your [& "¶"] in your calc:

PatternCount ( ValueListItems ( Get ( FileName); "Rel_Company" ) [color:red]& "¶" ; "¶" )

You have to use this calculation (unstored):)

ValueCount ( ValueListItems ( Get ( FileName); "Rel_Company" ) )

Posted

I figured it out... I have a white space in the value list... I use this for when I do not have a company listed on an entry.. so when I do not see anything there is something really there its counting the white space.

Thanks to every one

Joseph

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